summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.h
Commit message (Expand)AuthorAgeFilesLines
* Make -o work with -E, patch contributed by Shantonu Sen!Chris Lattner2008-01-271-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek2007-12-191-4/+3
* simplify the interfaces to ProcessInputFile and InitializePreprocessorChris Lattner2007-12-151-3/+1
* Moved construction of TargetInfo objects out of the DriverTed Kremenek2007-12-121-6/+0
* Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek2007-12-111-1/+3
* Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.Ted Kremenek2007-12-051-1/+1
* Implemented initial support for "-triple" option to the clang driver. ThisTed Kremenek2007-12-031-1/+5
* Implement ObjC built-in types in MinimalAction.Steve Naroff2007-10-311-1/+2
* Removed inclusion of <memory>, which is no longer needed since weTed Kremenek2007-09-261-2/+0
* Refactored driver so that any action that is implemented using anTed Kremenek2007-09-261-5/+2
* Added "CheckASTConsumer", a function that generalizesTed Kremenek2007-09-251-0/+7
* silence VC++ warnings, patch by Hartmut KaiserChris Lattner2007-09-041-1/+1
* Eliminate almost all of the redundancy Bill introduced.Chris Lattner2007-06-281-1/+4
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-2/+0
* Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCoreChris Lattner2007-05-241-0/+4
* ProcessInputFile no longer mutates LangInfo.Chris Lattner2006-11-211-1/+1
* start factoring actions into two flavors: minimal and semantic actions.Chris Lattner2006-11-051-2/+2
* Add Targets.cpp, which implements the -arch command line option in terms ofChris Lattner2006-10-141-0/+6
* Start adding support for printing out parser callbacks and adding ast buildingChris Lattner2006-08-171-0/+5
* Fix -E mode to enter the main file *after* -E mode configures the preprocessor.Chris Lattner2006-07-291-1/+2
* Implement comment saving mode: the -C and -CC options.Chris Lattner2006-07-291-2/+3
* Split the -E mode printer out to a separate .cpp file.Chris Lattner2006-07-041-0/+27
OpenPOWER on IntegriCloud