summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Declarator::getDeclSpec() return a const reference to avoidChris Lattner2008-06-261-1/+1
* Add parsing support for C++ classes.Argyrios Kyrtzidis2008-06-241-0/+2
* K&R-style functions not allowed in C++.Argyrios Kyrtzidis2008-06-211-2/+3
* Test commit to see if new account works.Mike Stump2008-06-191-60/+60
* Fix a couple crashes on invalid input.Chris Lattner2008-05-271-1/+2
* Fix the scope of K&R-style argument declarations so that they don't Eli Friedman2008-05-201-1/+1
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-5/+12
* Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner2008-04-051-1/+1
* Step #1 to fixing PR2012: c89 allows declspecs to be completely Chris Lattner2008-04-051-4/+17
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+647
OpenPOWER on IntegriCloud