summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-0/+9
* Fix handling of implicit int, resolving PR2012 and reverting (andChris Lattner2008-04-051-0/+4
* Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removedTed Kremenek2008-03-311-3/+4
* Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements Path...Ted Kremenek2008-03-271-16/+33
* debian amd64 testingAndrew Lenharth2008-03-241-1/+4
* debian ia32 testingAndrew Lenharth2008-03-241-0/+5
* Teach the rewriter how to respect the -o option.Chris Lattner2008-03-221-1/+1
* Initial experimentation with adding boxed "annotations" to HTMLized source.Ted Kremenek2008-03-191-0/+6
* Added the beginning of a set of rewriter functions for pretty-printing sourceTed Kremenek2008-03-181-1/+7
* Only compute targetinfo once and don't leak it. Patch by Sam Bishop!Chris Lattner2008-03-141-13/+12
* Pass LangOptions to RewriteTest().Steve Naroff2008-03-101-1/+1
* Fix a ted-oChris Lattner2008-03-091-1/+1
* simplify triple processing code now that there can be only one arch specified.Chris Lattner2008-03-091-44/+13
* Added --trim-path-graph to the driver to trim paths from the ExplodedGraphTed Kremenek2008-03-071-1/+6
* Added boilerplate to execute the CF reference count checker (which isn't yet ...Ted Kremenek2008-03-061-0/+6
* Remove the first layer of support for "portability" warnings. This is Chris Lattner2008-03-051-10/+5
* avoid a warning.Chris Lattner2008-03-031-1/+2
* Find clang headers in the clang headers dir, search it before Chris Lattner2008-03-031-4/+15
* Add support for the CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH,Chris Lattner2008-03-011-4/+35
* fix an interaction between -isystem . and isysroot.Chris Lattner2008-02-261-2/+0
* convert tabs to spaces, patch by Mike Stump!Chris Lattner2008-02-251-1/+1
* enable digraphs for C94, thanks to Neil for pointing this out.Chris Lattner2008-02-251-1/+2
* Modified clang driver option -dump-live-variables to (optionally) use theTed Kremenek2008-02-221-1/+1
* clang driver options --dump-cfg and --view-cfg now (optionally) use theTed Kremenek2008-02-221-1/+2
* Running -grsimple now emits diagnostics about the time spent analyzing each f...Ted Kremenek2008-02-181-2/+10
* Set Ubuntu 7.10 c++ include path.Lauro Ramos Venancio2008-02-151-0/+7
* Added --grsimple-view option to clang driver; this is the same asTed Kremenek2008-02-151-1/+7
* Renamed GRConstants => GRSimpleVals.Ted Kremenek2008-02-141-4/+4
* Move policy on unnamed fields (a Microsoft extension) from Parser::ParseStruc...Steve Naroff2008-02-111-0/+3
* Added proof-of-concept NULL pointer diagnostics to GRConstants.Ted Kremenek2008-02-071-1/+1
* Implement -fms-extensions. This allows us to fuzzy parse non-standard MS cons...Steve Naroff2008-02-071-0/+6
* move the codegen ASTConsumer out of the driver into libcodegen,Chris Lattner2008-02-061-0/+1
OpenPOWER on IntegriCloud