summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* (llvm up) If the target triple is unspecified, automatically set theDaniel Dunbar2008-10-021-1/+13
* Drop code to validate OS part of target triple on darwin, too fragile.Daniel Dunbar2008-10-021-11/+0
* Fix help for --suppress-system-warningsDaniel Dunbar2008-09-301-1/+1
* Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__Chris Lattner2008-09-301-11/+6
* Finish handling of -mmacosx-version-min. If you now do something like:Chris Lattner2008-09-301-26/+73
* start handling 'mmacosx-version-min', this is not complete yet.Chris Lattner2008-09-301-10/+40
* Add driver support for invoking block rewriter.Steve Naroff2008-09-181-0/+6
* Add --suppress-system-warnings (on by default, use =0 to disable)Daniel Dunbar2008-09-121-0/+8
* LangOptions.C99 should be false in C++.Argyrios Kyrtzidis2008-09-111-0/+5
* Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' isTed Kremenek2008-09-031-4/+19
* Added Ubigraph visualization for the static analyzer (this is pretty alpha qu...Ted Kremenek2008-08-271-5/+9
* Moved HTMLDiagnostics to lib/Driver.Zhongxing Xu2008-08-241-1/+1
* Add TargetInfo::useNeXTRuntimeAsDefaultDaniel Dunbar2008-08-231-4/+4
* Move most of HeaderSearch initialization to libDriver.Nico Weber2008-08-221-312/+23
* Add LangOptions::NeXTRuntime.Daniel Dunbar2008-08-111-0/+17
* Add -fexceptions to DriverDaniel Dunbar2008-08-111-0/+12
* More #include cleaningDaniel Dunbar2008-08-111-0/+1
* * Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber2008-08-101-5/+4
* ParseAST now never releases the passed ASTConsumer. This is the responsibili...Ted Kremenek2008-08-081-8/+7
* Remove unneeded #includes.Ted Kremenek2008-08-071-2/+1
* Micro cleanups.Ted Kremenek2008-08-071-7/+3
* Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticC...Ted Kremenek2008-08-071-31/+33
* add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber2008-08-051-4/+15
* Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...Ted Kremenek2008-08-051-52/+5
* "This patch adds paths for Fedora 9 in clang.cpp and support for two preproce...Ted Kremenek2008-07-241-0/+11
* Prevent clang from emitting output when input has errorsDaniel Dunbar2008-07-181-0/+6
* Provide an "Analysis Scope" for Analyses so checks can either be run on code ...Ted Kremenek2008-07-151-1/+1
* Break off declaration of Analysis enum into Analyses.def. The driver options inTed Kremenek2008-07-141-15/+4
* Add new check: -check-objc-methodsigs. This check scans methods inTed Kremenek2008-07-111-0/+2
* add gentoo stable gcc headers path so that all tests pass here (CPATH isnt en...Nuno Lopes2008-07-051-0/+4
* Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer.Ted Kremenek2008-07-021-12/+3
* Move -dump-live-variables logic to AnalysisConsumer.Ted Kremenek2008-07-021-6/+2
* Move logic for "-checker-simple" to the new AnalysisConsumer interface.Ted Kremenek2008-07-021-10/+4
* Migrated driver logic for running the CF retain/release checker over to the n...Ted Kremenek2008-07-021-8/+2
* Added AnalysisConsumer, a meta-level ASTConsumer class to drive variousTed Kremenek2008-07-021-14/+25
* Make clang work on 32 bit powerpc linux.Matthijs Kooijman2008-06-261-0/+4
* Patch by Anders Bergh:Ted Kremenek2008-06-241-0/+19
* Allow -parse-noop -verify options to be used together.Argyrios Kyrtzidis2008-06-131-0/+3
* Use a common SourceManager when processing multiple files. This allows us to...Ted Kremenek2008-06-061-4/+10
* Fix crash when running with multiple source files. This can be improved.Ted Kremenek2008-06-061-0/+6
* Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...Ted Kremenek2008-06-041-4/+4
* Correctly preserve the order between -F and -I options.Ted Kremenek2008-05-311-6/+16
* Use llvm::cl::desc for description of the -Wimplicit-function-declaration opt...Ted Kremenek2008-05-301-2/+2
* Implement support for -w, which silences all warnings. PR2384.Chris Lattner2008-05-291-0/+4
* Update driver include paths to work on darwin10.Ted Kremenek2008-05-221-0/+12
* make #if 0 code compile, even though it still isn't very useful.Chris Lattner2008-05-091-1/+1
* Added -g command line options to clang for generating source level debug info...Sanjiv Gupta2008-05-081-1/+8
* Remove the ending "." from clang options descriptions.Sanjiv Gupta2008-05-081-23/+23
* start implementation of a macro rewriter, this is currently just stubbed out.Chris Lattner2008-05-081-2/+10
* Add support for -Wimplicit-function-declaration, rdar://5907433Chris Lattner2008-05-051-0/+7
OpenPOWER on IntegriCloud