summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/ParsedAttr.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-23/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+23
* [Sema] Fix a use-after-deallocate of a ParsedAttrErik Pilkington2019-04-021-0/+8
* Add a priority field to availability attributes to prioritize explicitAlex Lorenz2019-01-241-7/+16
* [OpenCL] Allow address spaces as method qualifiers.Anastasia Stulova2019-01-211-0/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-241-0/+5
* Fix a wrong type bug in ParsedAttr::TypeTagForDatatypeDataBruno Ricci2018-08-101-2/+2
* Fix size calculation from r339380Richard Trieu2018-08-101-1/+1
* Fix and recommit r339382 based on solution from RSmith:Erich Keane2018-08-091-3/+1
* Revert -r339382, which apparently breaks the Windows build.Erich Keane2018-08-091-1/+3
* [NFC] Complete the rule-of-5 for ParsedAttrErich Keane2018-08-091-0/+2
* [NFC] Simplify 'friend' declaration in ParsedAttrErich Keane2018-08-091-3/+1
* [NFC] Convert ParsedAttr to use llvm::TrailingObjectsErich Keane2018-08-091-63/+96
* Implement diagnostic stream operator for ParsedAttr.Erich Keane2018-08-091-0/+29
* [NFC] Remove TODO comment that no longer applies (ParsedAttr)Erich Keane2018-08-061-1/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-10/+23
* Remove trailing spaceFangrui Song2018-07-301-6/+6
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-0/+931