summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/cxx0x-decl.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR20991: ::decltype is not valid.Richard Smith2014-10-041-0/+5
* Revert r218925 - "Patch to warn if 'override' is missing"Alexander Potapenko2014-10-031-2/+2
* Patch to warn if 'override' is missingFariborz Jahanian2014-10-021-2/+2
* PR20634: add some more cases that can legitimately come after a struct declar...Richard Smith2014-08-131-0/+5
* Allow virt-specifiers after GNU attributes in member-declarators. GCC doesn'tRichard Smith2014-01-241-1/+2
* Factor out repeated parsing of a member-declarator when parsing aRichard Smith2014-01-231-0/+6
* Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add aRichard Smith2014-01-101-0/+11
* Support GNU attributes in alias-declarations now that GCC has implemented themRichard Smith2013-10-241-0/+9
* Don't get confused by a virt-specifier after a trailing-return-type - it's notRichard Smith2013-10-131-0/+15
* PR5066: If a declarator cannot have an identifier, and cannot possibly beRichard Smith2013-07-111-0/+7
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-1/+1
* Give this test a triple so that its use of thread_local doesn't make it fail ...Richard Smith2013-04-131-1/+1
* Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith2013-04-121-2/+1
* Fix five more cases of tokens which can legally follow a type specifier.Richard Smith2013-01-191-0/+25
* *this is const in a trailing-return-type for a constexpr member function.Richard Smith2013-01-141-0/+8
* PR14855: don't silently swallow a nested-name-specifier after a type name.Richard Smith2013-01-081-0/+2
* PR9903: Recover from a member functon declared with the 'typedef' specifier byRichard Smith2012-11-151-0/+5
* DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.Richard Smith2012-10-171-6/+8
* Recover properly after a parse error in a static_assert declaration.Richard Smith2012-09-131-0/+2
* Splitting the duplicated decl spec extension warning into two: one is an ExtW...Aaron Ballman2012-08-281-1/+3
* Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11Richard Smith2012-07-241-0/+3
* Add diagnostics for comma at end of enum and for extra semicolon at namespaceRichard Smith2012-07-231-2/+11
* Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith2012-03-121-0/+10
* Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith2011-10-191-0/+8
OpenPOWER on IntegriCloud