summaryrefslogtreecommitdiff
path: root/lib/Sema/ParsedAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move some definitions from Sema to Basic to fix shared libs buildErich Keane2019-09-161-70/+0
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-8/+12
* Allow standards-based attributes to have leading and trailing underscores.Aaron Ballman2019-08-151-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Allow a double-underscore spelling of Clang attributes using double square br...Aaron Ballman2018-11-091-5/+6
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-091-5/+9
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-241-7/+19
* Fix Wundef NDEBUG warning; NFCSven van Haastregt2018-09-241-1/+1
* [NFC] Convert ParsedAttr to use llvm::TrailingObjectsErich Keane2018-08-091-2/+6
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-0/+235