summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/ast-dump-attr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move AST tests into their own test directory; NFC.Aaron Ballman2018-11-301-233/+0
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-1/+2
* Add inherited attributes before parsed attributes.Michael Kruse2018-09-241-0/+21
* Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny2018-03-131-2/+2
* Revert r326602, it caused PR36620.Nico Weber2018-03-071-2/+2
* [Attr] Fix parameter indexing for several attributesJoel E. Denny2018-03-021-2/+2
* Re-commit r321223, which adds a printing policy to the ASTDumper.Aaron Ballman2017-12-211-211/+211
* Reverting r321223 and its follow-up commit because of failing bots due to Mis...Aaron Ballman2017-12-201-211/+211
* Add a printing policy to the ASTDumper.Aaron Ballman2017-12-201-211/+211
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-0/+8
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-8/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+8
* Revert "Add support for attribute 'noescape'."Akira Hatanaka2017-09-201-8/+0
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-201-0/+8
* Add [[clang::suppress(rule, ...)]] attributeMatthias Gehre2017-03-271-0/+22
* Introduce an 'external_source_symbol' attribute that describes the originAlex Lorenz2017-03-011-0/+25
* Do not crash when dumping the objc_bridge_related attribute when its optional...Aaron Ballman2015-11-301-0/+4
* Sema: Variable definitions cannot be __attribute__((alias))David Majnemer2015-01-191-1/+1
* Adding attributes to the IndirectFieldDecl that we generate for anonymous str...Aaron Ballman2014-10-151-1/+16
* AST Dump: print the Inherited flag on attributesHans Wennborg2014-05-311-1/+7
* Allow GNU-style attributes on lambda expressions.Aaron Ballman2014-03-121-0/+15
* Adding a test case to ensure that type attributes applied to the decl-specifi...Aaron Ballman2014-02-281-1/+5
* If an attribute has a semantically meaningful spelling (such as ArgumentWithT...Aaron Ballman2014-01-221-5/+5
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-161-0/+7
* Removing the alloc_size attribute. The attribute was semantically handled, bu...Aaron Ballman2013-12-211-8/+0
* PR8455: Handle an attribute between a goto label and a variable declaration perRichard Smith2013-11-151-0/+16
* Add indents to AST dumping and removed parenthesis from AST nodes.Richard Trieu2013-01-311-2/+2
* add a tripleRafael Espindola2013-01-071-1/+1
* Implement Attr dumping for -ast-dump.Alexander Kornienko2013-01-071-0/+97
OpenPOWER on IntegriCloud