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-class.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse the optional semicolon after a C++ in-class member function
Douglas Gregor
2011-01-19
1
-2
/
+6
*
Complain when an unnamed enumeration has no enumerations (in
Douglas Gregor
2010-07-13
1
-1
/
+1
*
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2010-04-08
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Semantic checking for class template declarations and
Douglas Gregor
2009-02-06
1
-1
/
+1
*
Implement support for anonymous structs and unions in C. Both C and
Douglas Gregor
2009-01-12
1
-1
/
+1
*
implement PR3177 - "__extension__ union" not supported in C++ mode
Chris Lattner
2008-12-18
1
-0
/
+9
*
Implement parsing and semantic checking of the 'mutable' keyword.
Sebastian Redl
2008-11-14
1
-0
/
+1
*
Update C++ status to reflect parser capabilities for chapter 9 (classes). Sli...
Sebastian Redl
2008-11-08
1
-1
/
+9
*
Handle unnamed bitfields when parsing C++ classes.
Argyrios Kyrtzidis
2008-06-28
1
-0
/
+1
*
Add parsing support for C++ classes.
Argyrios Kyrtzidis
2008-06-24
1
-0
/
+19