summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix PR2281: these two warnings should be promoted to error onChris Lattner2008-05-041-0/+9
* Provide the option to run the CF-retain checker in GC enabled mode.Ted Kremenek2008-04-291-1/+2
* Add -fobjc-gc and -fobjc-gc-only options to the driver.Ted Kremenek2008-04-291-1/+20
* TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objectsTed Kremenek2008-04-231-2/+2
* simplify the return of InitializePreprocessor to be bool instead of a fileidChris Lattner2008-04-191-10/+9
* simplify ownership of the predefines buffer.Chris Lattner2008-04-191-16/+6
* class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek2008-04-171-33/+62
* Generate the Preprocessor using a local PreprocessorFactory object.Ted Kremenek2008-04-171-3/+32
* Added fixme.Ted Kremenek2008-04-161-0/+4
* Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diagsTed Kremenek2008-04-161-3/+3
* Add a mode of hackily syntax highlighting comments. This has a number ofChris Lattner2008-04-161-6/+5
* Add -o support for -emit-html, make it not produce a file on an error.Chris Lattner2008-04-161-3/+5
* Remove "--html-test" driver option and its corresponding code; all of thisTed Kremenek2008-04-161-7/+1
* Rename RewriteTest->RewriteObjC.Steve Naroff2008-04-141-3/+3
* Added driver option "-checker-opt-analyze-headers" to force the staticTed Kremenek2008-04-141-7/+20
* Handle -D and -U options in order, so that they can cancel each other out whenSam Bishop2008-04-141-7/+10
* Refactored all logic to run the GRSimpleVals and CFRef checker into a commonTed Kremenek2008-04-101-11/+10
OpenPOWER on IntegriCloud