summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx0x-attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixing a typo, updating the diagnostic wording and logic based on post-commit...Aaron Ballman2014-04-151-1/+1
* Properly diagnose standard C++ attributes which have optional argument lists ...Aaron Ballman2014-04-141-0/+7
* Introduced an attribute syntax-neutral method for parsing attribute arguments...Aaron Ballman2014-03-311-8/+9
* add an additional test case for generic attributesSaleem Abdulrasool2013-11-301-0/+2
* Adding the Subjects entry back for the noreturn attributes. This caused some ...Aaron Ballman2013-11-271-8/+8
* Add missing attributes [[gnu::no_sanitize_address]] andNick Lewycky2013-10-291-0/+7
* Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tellNick Lewycky2013-10-291-0/+8
* Tidy up and improve error recovery for C++11 attributes in bad places. Based onRichard Smith2013-10-151-0/+18
* C++11 attributes after 'constructor-name (' unambiguously signal that we have aRichard Smith2013-09-061-0/+5
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-1/+2
* Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributesRichard Smith2013-02-221-0/+5
* Process and handle attributes on conditions and for loop variables. Process andRichard Smith2013-02-201-6/+16
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-291-3/+3
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-2/+5
* Accept [[gnu::*]] for all __attribute__((*))s which are:Richard Smith2013-01-141-3/+7
* Add fixit hints for misplaced C++11 attributes around class specifiers.Michael Han2013-01-071-1/+0
* Implement C++11 [dcl.attr.grammar] p4: If an attribute-specifier-seq appertai...Michael Han2012-11-281-1/+7
* Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact...Michael Han2012-11-261-0/+23
* Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han2012-11-061-0/+7
* Improve C++11 attribute parsing.Michael Han2012-10-031-4/+15
* Recognize GNU attributes after 'enum class'. Fixes the libc++ build.John McCall2012-06-231-0/+5
* Clean up a large number of C++11 attribute parse issues, including parsingAlexis Hunt2012-06-231-2/+128
* Support C++11 attributes at the start of a parameter-declaration.Richard Smith2012-04-111-0/+4
* Parsing of C++11 attributes:Richard Smith2012-04-101-1/+8
* Disambiguation of '[[':Richard Smith2012-04-101-3/+12
* In C++11 mode, when an integral constant expression is desired and we have aRichard Smith2012-02-041-2/+2
* Stub out the Sema interface for lambda expressions, and change the parser to ...Eli Friedman2012-01-041-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add support for alignment-specifiers in C1X and C++11, removePeter Collingbourne2011-09-291-3/+3
* Add support for parsing an attribute-specifier-seq containing multiplePeter Collingbourne2011-09-291-0/+1
* Add support for parsing the optional attribute-specifier-seq at thePeter Collingbourne2011-09-291-0/+2
* Parsing of C++0x lambda expressions, from John Freeman with help fromDouglas Gregor2011-08-041-1/+1
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Get rid of the [[final]] C++0x attribute.Anders Carlsson2011-01-231-1/+0
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-0/+61
OpenPOWER on IntegriCloud