[PATCH] D50390: [SEMA]Uniform printing of Attributes
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 9 05:55:15 PDT 2018
erichkeane abandoned this revision.
erichkeane added a comment.
After talking to Aaron, we're going to try to use the lexical names for ALL cases. This requires a bunch of of accessory work (in order to get the Identifier from the SourceRange), so it'll be split up into a couple of commits and done separately. I'll likely do the part that gives Attr a diagnostic operator<< as an NFC change in the near future.
https://reviews.llvm.org/D50390
More information about the cfe-commits
mailing list