summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx0x-attributes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r310804:Hans Wennborg2017-08-141-4/+4
* Fix constructor declarator detection for the case when the name is followed byRichard Smith2017-02-081-4/+6
* Silence duplicate diagnostics because parsing of a standards-based attribute ...Aaron Ballman2016-03-081-1/+0
* P0188R1: add support for standard [[fallthrough]] attribute. This is almostRichard Smith2016-03-081-1/+13
* [Sema] Tweak incomplete enum types on MSVC ABI targetsDavid Majnemer2015-10-081-1/+1
* Update tests touched by r249656David Majnemer2015-10-081-1/+1
* [parse] Don't crash on alternative operator spellings from macros in c++11 at...Benjamin Kramer2015-03-291-0/+7
* Minor tweaks to r229447 to ensure the attribute is properly quoted when diagn...Aaron Ballman2015-02-161-4/+4
* Sema: diagnose use of unscoped deprecated prior to C++14Saleem Abdulrasool2015-02-161-1/+6
* Parse: Don't crash when an annotation token shows up in a C++11 attrDavid Majnemer2015-01-091-0/+7
* Crash even less on malformed attributes in an incorrect location.Nico Weber2014-12-291-4/+4
* Don't crash on malformed attributes in an incorrect location.Nico Weber2014-12-291-0/+4
* Updated the wording for a diagnostic to be more grammatically correct, and us...Aaron Ballman2014-11-081-2/+2
* [c++1z] Support for attributes on namespaces and enumerators.Aaron Ballman2014-11-081-2/+3
* 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 parsingSean 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