Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ccf43ca05cb1540f3d95a73b7b329bf926808c7b
/
clang
/
test
/
Parser
/
cxx-class.cpp
2f7dc46
Move the warnings for extra semi-colons under -Wextra-semi. Also, added
by Richard Trieu
· 13 years ago
0191023
Don't try to parse a malformed parameter list after a constructor or operator
by Richard Smith
· 14 years ago
efd009d
When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a
by Richard Smith
· 14 years ago
0d73054
Fix code so that a SkipUntil will ignore semicolons when skipping a
by Richard Trieu
· 14 years ago
eba32c2
Fix crash-on-invalid, improve error recovery, and test coverage for missing colon after access specifiers in C++
by David Blaikie
· 14 years ago
8a4db83
Parse the optional semicolon after a C++ in-class member function
by Douglas Gregor
· 15 years ago
aa8c972
Complain when an unnamed enumeration has no enumerations (in C++). Fixes PR7466.
by Douglas Gregor
· 15 years ago
f19ac0e
Downgrade the "declaration does not declare anything" error to a
by Douglas Gregor
· 15 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
cd72ba9
Semantic checking for class template declarations and
by Douglas Gregor
· 17 years ago
c6f58fe
Implement support for anonymous structs and unions in C. Both C and
by Douglas Gregor
· 17 years ago
d19c1c0
implement PR3177 - "__extension__ union" not supported in C++ mode
by Chris Lattner
· 17 years ago
ccdfaba
Implement parsing and semantic checking of the 'mutable' keyword.
by Sebastian Redl
· 17 years ago
f4485de
Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test.
by Sebastian Redl
· 17 years ago
f4ebe9e
Handle unnamed bitfields when parsing C++ classes.
by Argyrios Kyrtzidis
· 17 years ago
7bbb20e
Add parsing support for C++ classes.
by Argyrios Kyrtzidis
· 17 years ago