aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/Parser.cpp
AgeCommit message (Expand)Author
2008-06-24Add parsing support for C++ classes.Argyrios Kyrtzidis
2008-06-21K&R-style functions not allowed in C++.Argyrios Kyrtzidis
2008-06-19Test commit to see if new account works.Mike Stump
2008-05-27Fix a couple crashes on invalid input.Chris Lattner
2008-05-20Fix the scope of K&R-style argument declarations so that they don't Eli Friedman
2008-04-08Add support for C++ default arguments, and rework Parse-Sema Chris Lattner
2008-04-05Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner
2008-04-05Step #1 to fixing PR2012: c89 allows declspecs to be completely Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner