Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix handling of implicit int, resolving PR2012 and reverting (and | Chris Lattner | 2008-04-05 | 1 | -1/+1 | |
| | | | | | | subsuming) my patch for PR1999. llvm-svn: 49251 | |||||
* | Step #1 to fixing PR2012: c89 allows declspecs to be completely | Chris Lattner | 2008-04-05 | 1 | -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-level | Chris Lattner | 2008-03-15 | 1 | -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 |