aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land.
LGTM aside from two formatting nits, thank you for the cleanup! ================ Comment at: clang/lib/Parse/ParsePragma.cpp:1373 - PragmaAttributeInfo(ParsedAttributes &Attributes) : Attributes(Attributes) {} + PragmaAttributeInfo(ParsedAttributesWithRange &Attributes) : Attributes(Attributes) {} }; ---------------- Probably worth reformatting this before you land. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120888/new/ https://reviews.llvm.org/D120888 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits