aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx0x-decl.cpp
AgeCommit message (Expand)Author
2013-04-21The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith
2013-04-13Give this test a triple so that its use of thread_local doesn't make it fail ...Richard Smith
2013-04-12Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith
2013-01-19Fix five more cases of tokens which can legally follow a type specifier.Richard Smith
2013-01-14*this is const in a trailing-return-type for a constexpr member function.Richard Smith
2013-01-08PR14855: don't silently swallow a nested-name-specifier after a type name.Richard Smith
2012-11-15PR9903: Recover from a member functon declared with the 'typedef' specifier byRichard Smith
2012-10-17DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.Richard Smith
2012-09-13Recover properly after a parse error in a static_assert declaration.Richard Smith
2012-08-28Splitting the duplicated decl spec extension warning into two: one is an ExtW...Aaron Ballman
2012-07-24Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11Richard Smith
2012-07-23Add diagnostics for comma at end of enum and for extra semicolon at namespaceRichard Smith
2012-03-12Fix parsing of trailing-return-type. Types are syntactically prohibited fromRichard Smith
2011-10-19Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith