summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/clang-cc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar2009-12-121-339/+0
* Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-proje...Steve Naroff2009-12-051-2/+0
* Integrate the following from the 'objective-rewrite' branch:Steve Naroff2009-12-051-0/+2
* Kill off one last exit() call.Daniel Dunbar2009-12-031-1/+1
* clang-cc: Move to CompilerInvocation based command line parsing.Daniel Dunbar2009-12-031-99/+3
* clang-cc: Honor -help and -version when using new style option parsing.Daniel Dunbar2009-12-031-0/+16
* Add clang -cc1 -load option.Daniel Dunbar2009-12-031-1/+12
* clang-cc: Add code (currently disabled) for parsing arguments using clang -cc...Daniel Dunbar2009-11-301-0/+29
* Eliminate CodeGenOptions::TimePasses.Daniel Dunbar2009-11-301-2/+1
* Simplify.Daniel Dunbar2009-11-301-7/+5
* Put CompilerInvocation testing code in clang-cc instead of clang for now, I c...Daniel Dunbar2009-11-301-0/+82
* This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam2009-11-291-9/+1
* Move program actions implications to clang::InitializeFrontendOptions which a...Kovarththanan Rajaratnam2009-11-281-6/+0
* Add a missing include <cstdio>Daniel Dunbar2009-11-251-0/+1
* clang-cc: Lift setForcedLangOptions out of options initialization.Daniel Dunbar2009-11-201-17/+21
* Fix -Asserts warning.Daniel Dunbar2009-11-171-1/+1
* Trim includes.Daniel Dunbar2009-11-161-12/+2
* Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar2009-11-161-15/+10
* clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions.Daniel Dunbar2009-11-161-12/+5
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-151-26/+10
* Add pluggable action support to clang-cc, via -plugin command line option.Daniel Dunbar2009-11-151-6/+36
* Move the program action enum to FrontendOptions.Daniel Dunbar2009-11-141-98/+8
* clang-cc: Switch to using FrontendAction. Whee.Daniel Dunbar2009-11-141-410/+59
* Add CompilerInstance::InitializeSourceManager.Daniel Dunbar2009-11-141-32/+1
* Turn -fixit it back into a mode, but make -fixit-at imply that mode this timeDaniel Dunbar2009-11-141-36/+33
* Switch -verify implementation to use VerifyDiagnosticClient.Daniel Dunbar2009-11-141-12/+7
* Pass Preprocessor through DiagnosticClient::BeginSourceFile.Daniel Dunbar2009-11-141-2/+3
* Add CompilerInstance utility functions for creating output files.Daniel Dunbar2009-11-131-48/+16
* Add output file list to CompilerInstance, so that it can track them instead ofDaniel Dunbar2009-11-131-70/+45
* clang-cc: Move output file initialization closer to use.Daniel Dunbar2009-11-131-13/+12
* Simplify, in anticipation of introducing explicit action instances.Daniel Dunbar2009-11-131-19/+16
* Add CodeCompletion consumer to CompilerInvocation.Daniel Dunbar2009-11-131-27/+5
* Rework Sema code completion interface.Daniel Dunbar2009-11-131-18/+10
* Add CompilerInstance::createPCHExternalASTSource.Daniel Dunbar2009-11-131-45/+2
* Add CompilerInstance::has* methods for testing if the instance has a particularDaniel Dunbar2009-11-131-2/+2
* Add ASTContext to CompilerInstance.Daniel Dunbar2009-11-131-14/+7
* Add CompilerInstance::createDiagnostics, and move clang-cc to it.Daniel Dunbar2009-11-131-75/+8
* Add a FIXME.Daniel Dunbar2009-11-131-0/+4
* Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor toDaniel Dunbar2009-11-131-53/+8
* Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.Daniel Dunbar2009-11-131-1/+1
* Add {File,Source}Manager to CompilerInstance.Daniel Dunbar2009-11-131-10/+11
* Add CompilerInstance, and starting moving clang-cc to it.Daniel Dunbar2009-11-131-81/+77
* Move input kind identification (-x) into FrontendOptions.Daniel Dunbar2009-11-131-78/+15
* Move -target-{triple,abi} options into FrontendOptions.Daniel Dunbar2009-11-131-39/+36
* Move code completion options to clang-ccDaniel Dunbar2009-11-131-56/+21
* Move FixItAtLocations into FrontendOptionsDaniel Dunbar2009-11-121-18/+12
* clang-cc: Keep Verbose option with HeaderSearchOptions, for now.Daniel Dunbar2009-11-121-10/+6
* Add FrontendOptions, and starting moving clang-cc to it.Daniel Dunbar2009-11-121-109/+67
* Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth2009-11-121-5/+5
* Disallow FIX-ITs when generating code.Daniel Dunbar2009-11-121-0/+6
OpenPOWER on IntegriCloud