index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Parser
/
cxx0x-decl.cpp
Age
Commit message (
Expand
)
Author
2013-04-21
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-13
Give this test a triple so that its use of thread_local doesn't make it fail ...
Richard Smith
2013-04-12
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-01-19
Fix 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-08
PR14855: don't silently swallow a nested-name-specifier after a type name.
Richard Smith
2012-11-15
PR9903: Recover from a member functon declared with the 'typedef' specifier by
Richard Smith
2012-10-17
DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.
Richard Smith
2012-09-13
Recover properly after a parse error in a static_assert declaration.
Richard Smith
2012-08-28
Splitting the duplicated decl spec extension warning into two: one is an ExtW...
Aaron Ballman
2012-07-24
Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11
Richard Smith
2012-07-23
Add diagnostics for comma at end of enum and for extra semicolon at namespace
Richard Smith
2012-03-12
Fix parsing of trailing-return-type. Types are syntactically prohibited from
Richard Smith
2011-10-19
Improve the diagnostic when a comma ends up at the end of a declarator group
Richard Smith