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
/
cxx-decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit a specific diagnostic when typedefing C++ bool, mirroring gcc.
Argyrios Kyrtzidis
2010-11-16
1
-0
/
+3
*
fix PR8380, a crash on invalid due to an illogical DeclSpec SourceRange being...
Chris Lattner
2010-11-09
1
-0
/
+11
*
Fix a crash when parsing malformed out-of-line member function
Fariborz Jahanian
2010-08-16
1
-0
/
+7
*
Allow an asm label specifier on C++ methods, like GCC does.
Chris Lattner
2010-06-13
1
-0
/
+4
*
fix PR6782, an accept invalid. We weren't emitting the diagnostic
Chris Lattner
2010-04-05
1
-0
/
+10
*
Don't infinite-loop if TryAnnotateCXXScopeToken fails to annotate but doesn't
John McCall
2010-03-01
1
-0
/
+4
*
improve diagnostics for C++ struct ; issues. Before:
Chris Lattner
2010-02-02
1
-0
/
+6
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
If we enter parens, colons can become un-sacred, allowing us to emit
Chris Lattner
2009-12-10
1
-1
/
+7
*
fix a more evil case of : / :: confusion arising in ?:.
Chris Lattner
2009-12-10
1
-1
/
+7
*
fix incorrect parsing of bitfields pointed out by Doug. I chose
Chris Lattner
2009-12-10
1
-0
/
+9
*
reapply my patch for PR4451, which improves diagnostics for :: vs : confusion.
Chris Lattner
2009-12-07
1
-0
/
+30
*
revert my previous patch, it is breaking something and I don't have time
Chris Lattner
2009-12-06
1
-21
/
+0
*
implement PR4451, improving error recovery for a mistaken : where a :: was
Chris Lattner
2009-12-06
1
-0
/
+21
*
Fix some C++ error recovery problems in init declarator parsing
Chris Lattner
2009-04-12
1
-0
/
+3