summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.h
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-63/+0
* Implement the machinery that can process TableGenerated warning options.Sebastian Redl2009-03-061-0/+4
* Remove unused function declaration.Daniel Dunbar2008-11-111-3/+0
* "One" line fix for -parse-noop failure, "id" and several other thingsDaniel Dunbar2008-10-311-1/+1
* Remove unneeded CheckASTConsumer function.Daniel Dunbar2008-10-271-3/+0
* Add initial dependency file generation support. Patch by KovarththananDaniel Dunbar2008-10-241-0/+7
* Added the start of a prototype implementation of PCH based on token caching.Ted Kremenek2008-10-211-0/+2
* Add a new -rewrite-test option, which is basically a Chris Lattner2008-10-121-0/+4
* Allow -parse-noop -verify options to be used together.Argyrios Kyrtzidis2008-06-131-0/+3
* make #if 0 code compile, even though it still isn't very useful.Chris Lattner2008-05-091-1/+2
* start implementation of a macro rewriter, this is currently just stubbed out.Chris Lattner2008-05-081-0/+3
* 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