summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Compilation.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Driver: Migrate some data into the Compilation; after pipeliningDaniel Dunbar2009-03-161-2/+28
| | | | | | | | access to most data should go through the current Compilation, not the Driver (which shouldn't be specialized on variables for a single compilation). llvm-svn: 67037
* Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar2009-03-041-1/+1
| | | | | | - Add OptTable instance to Driver. llvm-svn: 66063
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-021-0/+21
llvm-svn: 65867
OpenPOWER on IntegriCloud