summaryrefslogtreecommitdiff
path: root/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
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+45