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
/
recovery.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve error recovery around colon.
Serge Pavlov
2014-04-13
1
-0
/
+67
*
Parse: Recover better from bad definitions with base specifiers
David Majnemer
2013-12-05
1
-0
/
+6
*
Fix new check for missing semicolon after struct definition to deal with the
Richard Smith
2013-11-20
1
-0
/
+10
*
PR9547: If we're parsing a simple-declaration that contains a tag definition,
Richard Smith
2013-11-19
1
-0
/
+53
*
PR17949: Fix crash if someone puts a namespace inside a class template.
Richard Smith
2013-11-15
1
-0
/
+5
*
Try to recover a bit better if a close brace is missing from the end of a class
Richard Smith
2013-11-09
1
-0
/
+11
*
Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
2013-08-17
1
-2
/
+2
*
In C++, if we hit an error in the class-head, don't try to parse the class body.
Richard Smith
2012-12-05
1
-0
/
+7
*
Correct test inovocations to use %clang_cc1 rather than direct invocation (so...
David Tweed
2012-10-25
1
-1
/
+1
*
'constexpr' and 'friend' are both declaration specifiers. Teach the parser th...
Richard Smith
2012-10-25
1
-1
/
+4
*
Recover when correcting an unknown type name to a keyword like "struct".
Kaelyn Uhrain
2012-06-15
1
-6
/
+6
*
Part of PR10101: after a parse error in a declaration, try harder to find the
Richard Smith
2012-04-11
1
-0
/
+42