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
*
Don't crash on access decls with invalid scope specifier, PR20887.
Nico Weber
2014-09-10
1
-0
/
+5
*
Add error, recovery and fixit for "~A::A() {...}".
Richard Smith
2014-09-06
1
-0
/
+14
*
PR20760: Don't assert (and produce better diagnostics) if a default initializer
Richard Smith
2014-08-27
1
-0
/
+11
*
Reject virt-specifiers on friend declarations. Give anonymous bitfields a
Richard Smith
2014-08-12
1
-0
/
+10
*
Improve diagnostics for malformed constructor declarations (where lookup for
Richard Smith
2014-03-03
1
-1
/
+17
*
Avoid extra error messages if method definition is inside function.
Serge Pavlov
2013-12-09
1
-0
/
+10
*
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-18
1
-0
/
+11
*
PR13775: When checking for a tag type being shadowed by some other declaration,
Richard Smith
2012-09-06
1
-0
/
+14
*
Add diagnostics for comma at end of enum and for extra semicolon at namespace
Richard Smith
2012-07-23
1
-1
/
+5
*
Move the warnings for extra semi-colons under -Wextra-semi. Also, added
Richard Trieu
2012-05-16
1
-2
/
+2
*
Don't try to parse a malformed parameter list after a constructor or operator
Richard Smith
2012-03-29
1
-5
/
+4
*
When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a
Richard Smith
2012-03-27
1
-0
/
+24
*
Fix code so that a SkipUntil will ignore semicolons when skipping a
Richard Trieu
2012-01-21
1
-0
/
+7
*
Fix crash-on-invalid, improve error recovery, and test coverage for missing c...
David Blaikie
2011-10-13
1
-0
/
+17
*
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