[PATCH] D13546: [ATTR] Automatic line feed after pragma-like attribute, NFC.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 8 06:02:49 PDT 2015


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM, thanks! If you would be so kind as to add a test for #pragma init_seg("bss"), that would be great -- it seems its printPrettyPragma never put a newline in there for that attribute, and so I would guess there's lacking test coverage that this change should fix.

~Aaron


http://reviews.llvm.org/D13546





More information about the cfe-commits mailing list