index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Parser
/
cxx0x-decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-1
/
+1
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-4
/
+15
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-3
/
+6
*
Add missing direct-init / parameter-declaration-clause disambiguation when
Richard Smith
2018-02-02
1
-1
/
+1
*
When a type-id is unexpectedly given a name, assume that the name is unrelated
Richard Smith
2017-05-19
1
-0
/
+3
*
Fix the location of "missing ';'" suggestions after annotation tokens.
Richard Smith
2017-05-18
1
-0
/
+16
*
[c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration.
Richard Smith
2016-12-16
1
-1
/
+1
*
Fix rejects-valid when forming a pointer-to-member with 'decltype(expr)::*'.
Richard Smith
2016-02-02
1
-0
/
+2
*
Fix crash-on-invalid: don't look ahead past an unknown token, it might be EOF.
Richard Smith
2015-07-21
1
-0
/
+4
*
PR20991: ::decltype is not valid.
Richard Smith
2014-10-04
1
-0
/
+5
*
Revert r218925 - "Patch to warn if 'override' is missing"
Alexander Potapenko
2014-10-03
1
-2
/
+2
*
Patch to warn if 'override' is missing
Fariborz Jahanian
2014-10-02
1
-2
/
+2
*
PR20634: add some more cases that can legitimately come after a struct declar...
Richard Smith
2014-08-13
1
-0
/
+5
*
Allow virt-specifiers after GNU attributes in member-declarators. GCC doesn't
Richard Smith
2014-01-24
1
-1
/
+2
*
Factor out repeated parsing of a member-declarator when parsing a
Richard Smith
2014-01-23
1
-0
/
+6
*
Downgrade bogus ExtWarn on duplicate 'friend' specifier to a Warning, and add a
Richard Smith
2014-01-10
1
-0
/
+11
*
Support GNU attributes in alias-declarations now that GCC has implemented them
Richard Smith
2013-10-24
1
-0
/
+9
*
Don't get confused by a virt-specifier after a trailing-return-type - it's not
Richard Smith
2013-10-13
1
-0
/
+15
*
PR5066: If a declarator cannot have an identifier, and cannot possibly be
Richard Smith
2013-07-11
1
-0
/
+7
*
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-21
1
-1
/
+1
*
Give this test a triple so that its use of thread_local doesn't make it fail ...
Richard Smith
2013-04-13
1
-1
/
+1
*
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-12
1
-2
/
+1
*
Fix five more cases of tokens which can legally follow a type specifier.
Richard Smith
2013-01-19
1
-0
/
+25
*
*this is const in a trailing-return-type for a constexpr member function.
Richard Smith
2013-01-14
1
-0
/
+8
*
PR14855: don't silently swallow a nested-name-specifier after a type name.
Richard Smith
2013-01-08
1
-0
/
+2
*
PR9903: Recover from a member functon declared with the 'typedef' specifier by
Richard Smith
2012-11-15
1
-0
/
+5
*
DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.
Richard Smith
2012-10-17
1
-6
/
+8
*
Recover properly after a parse error in a static_assert declaration.
Richard Smith
2012-09-13
1
-0
/
+2
*
Splitting the duplicated decl spec extension warning into two: one is an ExtW...
Aaron Ballman
2012-08-28
1
-1
/
+3
*
Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11
Richard Smith
2012-07-24
1
-0
/
+3
*
Add diagnostics for comma at end of enum and for extra semicolon at namespace
Richard Smith
2012-07-23
1
-2
/
+11
*
Fix parsing of trailing-return-type. Types are syntactically prohibited from
Richard Smith
2012-03-12
1
-0
/
+10
*
Improve the diagnostic when a comma ends up at the end of a declarator group
Richard Smith
2011-10-19
1
-0
/
+8