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-ambig.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix valid-for-expr ellipses eaten as invalid decl
Hubert Tong
2017-05-20
1
-0
/
+26
*
PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).
Richard Smith
2017-01-19
1
-1
/
+1
*
If a function decl cannot be merged, mark it as invalid.
Nico Weber
2015-01-17
1
-2
/
+2
*
Recover from errors in enum definition
Serge Pavlov
2013-12-31
1
-2
/
+2
*
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-21
1
-3
/
+3
*
Teach statement / declaration disambiguation about C++11-style generalized in...
Richard Smith
2013-03-20
1
-0
/
+16
*
Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here,
Richard Smith
2013-02-22
1
-0
/
+3
*
PR15311: Finish implementation of the suggested resolution of core issue 1488,
Richard Smith
2013-02-20
1
-1
/
+4
*
Do not warn about a function decl / direct init ambiguity if the function has...
Richard Smith
2012-07-23
1
-1
/
+3
*
Extend the "expected ';' after struct" logic to also apply to enums, and to
Richard Smith
2012-06-25
1
-1
/
+1
*
If we see '(...' where we're expecting an abstract-declarator, that doesn't
Richard Smith
2012-03-27
1
-0
/
+25
*
Fix a crash-on-invalid found by -Wlogical-op-parentheses.
David Blaikie
2012-03-12
1
-0
/
+1
*
Fix parsing of trailing-return-type. Types are syntactically prohibited from
Richard Smith
2012-03-12
1
-1
/
+10
*
Update parser's disambiguation to cope with braced function-style casts in
Richard Smith
2012-02-23
1
-0
/
+92