summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/Parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner2008-04-051-1/+1
| | | | | | subsuming) my patch for PR1999. llvm-svn: 49251
* Step #1 to fixing PR2012: c89 allows declspecs to be completely Chris Lattner2008-04-051-4/+17
| | | | | | | missing from function definitions only. If we see a function definiton with missing declspecs, just fudge in an int. llvm-svn: 49250
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+647
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