summaryrefslogtreecommitdiffstats
path: root/lib/FrontendTool
Commit message (Expand)AuthorAgeFilesLines
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-131-1/+0
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-271-0/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-1/+8
* Make use of const-correct ParseCommandLineOptionsDavid Blaikie2012-02-071-1/+1
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-3/+3
* Fix ASTMerge tests that I broke in my previous commit.Argyrios Kyrtzidis2012-02-041-1/+1
* Use variable in place of multiple CI.getFrontendOpts() calls and use a bitArgyrios Kyrtzidis2012-02-041-8/+9
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-261-0/+4
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-3/+1
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-1/+0
* Add frontend flags to enable bitcode verifier pass.Chad Rosier2011-12-121-0/+1
* Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor2011-11-291-3/+2
* Add support for building a module from a module map to the -cc1Douglas Gregor2011-11-161-0/+1
* Revert r144703. It was a dumb idea anyway; will add the new bits moreDouglas Gregor2011-11-151-2/+2
* Split GenerateModuleAction into its own action, which will startDouglas Gregor2011-11-151-2/+2
* Parse LLVM command line arguments after plugins have been loadedTobias Grosser2011-10-101-10/+11
* Eliminate the unused -create-module cc1-level optionDouglas Gregor2011-09-151-1/+0
* More missing dependencies picked up by Ninja.Peter Collingbourne2011-09-071-0/+4
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-1/+2
* [analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose2011-08-161-6/+7
* [arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis2011-07-191-1/+4
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-1/+4
* Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner2011-07-071-1/+0
* [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis2011-06-171-3/+0
* Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth2011-06-162-1/+18
* Re-enable disable free optimization where the FrontendAction is not freed whe...Ted Kremenek2011-04-251-1/+4
* Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek2011-03-211-4/+1
* Remove the AST printer (-ast-print-xml), which is too incomplete andDouglas Gregor2011-03-071-1/+0
* Intoduce '-analyzer-checker-help' flag which outputs a list of all available ...Argyrios Kyrtzidis2011-02-251-0/+6
* Eliminate the internal command-line option for viewing inheritance in C++ cla...Douglas Gregor2011-02-171-1/+0
* [analyzer] Overhauling of the checker registration mechanism.Argyrios Kyrtzidis2011-02-141-1/+1
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-141-1/+1
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-1/+1
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-232-2/+2
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-232-2/+2
* Rename static analyzer namespace 'GR' to 'ento'.Ted Kremenek2010-12-231-1/+1
* [analyzer] Refactoring: Move stuff into namespace 'GR'.Argyrios Kyrtzidis2010-12-221-1/+1
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-221-1/+1
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-1/+1
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internalsJohn McCall2010-11-241-0/+1
* getNumErrors() -> hasErrorOccurred()Argyrios Kyrtzidis2010-11-191-1/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-8/+3
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-3/+8
* Clean up CMake dependenciesDouglas Gregor2010-09-091-0/+3
* Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne2010-08-243-0/+173