index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Parser
/
cxx-class.cpp
Age
Commit message (
Expand
)
Author
2012-03-29
Don't try to parse a malformed parameter list after a constructor or operator
Richard Smith
2012-03-27
When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a
Richard Smith
2012-01-21
Fix code so that a SkipUntil will ignore semicolons when skipping a
Richard Trieu
2011-10-13
Fix crash-on-invalid, improve error recovery, and test coverage for missing c...
David Blaikie
2011-01-19
Parse the optional semicolon after a C++ in-class member function
Douglas Gregor
2010-07-13
Complain when an unnamed enumeration has no enumerations (in
Douglas Gregor
2010-04-08
Downgrade the "declaration does not declare anything" error to a
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-06
Semantic checking for class template declarations and
Douglas Gregor
2009-01-12
Implement support for anonymous structs and unions in C. Both C and
Douglas Gregor
2008-12-18
implement PR3177 - "__extension__ union" not supported in C++ mode
Chris Lattner
2008-11-14
Implement parsing and semantic checking of the 'mutable' keyword.
Sebastian Redl
2008-11-08
Update C++ status to reflect parser capabilities for chapter 9 (classes). Sli...
Sebastian Redl
2008-06-28
Handle unnamed bitfields when parsing C++ classes.
Argyrios Kyrtzidis
2008-06-24
Add parsing support for C++ classes.
Argyrios Kyrtzidis