summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify Parser::ParseFunctionDeclaratorIdentifierListChris Lattner2008-04-061-24/+15
| | | | llvm-svn: 49269
* split parsing of identifier lists in function declarators out intoChris Lattner2008-04-061-48/+74
| | | | | | their own method. llvm-svn: 49268
* split code for handling grouping parens in declarators from code thatChris Lattner2008-04-061-54/+64
| | | | | | handles function argument parens in declarators. llvm-svn: 49265
* another minor simplificationChris Lattner2008-04-061-3/+1
| | | | llvm-svn: 49264
* Use token lookahead to simplify some code that is rarely executed.Chris Lattner2008-04-061-14/+10
| | | | | | | Since it is rare, the cost is not significant and we enjoy the simplification. llvm-svn: 49263
* Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner2008-04-051-20/+14
| | | | | | subsuming) my patch for PR1999. llvm-svn: 49251
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+1540
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402
OpenPOWER on IntegriCloud