summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx0x-attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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