summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc
Commit message (Expand)AuthorAgeFilesLines
* Remove clang-cc tool, it has joined in unholy union with clang.Daniel Dunbar2009-12-123-402/+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-034-1437/+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
* Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump2009-12-021-2/+2
* Introduce a new clang-cc option Douglas Gregor2009-12-021-0/+18
* libFrontend depends on libDriver now.Zhongxing Xu2009-12-021-1/+1
* clang-cc: Add code (currently disabled) for parsing arguments using clang -cc...Daniel Dunbar2009-11-301-0/+29
* Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar2009-11-301-1/+9
* Don't try to generate common globals for C++ files, instead of depending on t...Daniel Dunbar2009-11-301-4/+0
* Eliminate CodeGenOptions::TimePasses.Daniel Dunbar2009-11-303-7/+3
* Eliminate CodeGenOptions::SimplifyLibCalls.Daniel Dunbar2009-11-301-3/+0
* Simplify.Daniel Dunbar2009-11-301-7/+5
* Put CompilerInvocation testing code in clang-cc instead of clang for now, I c...Daniel Dunbar2009-11-303-1/+84
* This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam2009-11-291-9/+1
* Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar2009-11-291-0/+41
* Add clang -cc1 parsing for LangOptions.Daniel Dunbar2009-11-291-9/+1
* clang-cc: Tweak LangOptions parsing to make it a bit more obvious what depend...Daniel Dunbar2009-11-291-15/+15
* clang-cc: Change -fsigned-char=0 to -fno-unsigned-char and pass -pic-level us...Daniel Dunbar2009-11-291-4/+3
* Move MainFileName option variable into CodeGenOptions instead of LangOptions.Daniel Dunbar2009-11-291-24/+24
* Move program actions implications to clang::InitializeFrontendOptions which a...Kovarththanan Rajaratnam2009-11-282-12/+9
* Simplify.Daniel Dunbar2009-11-271-28/+9
* Factor out a LangStandard class and coalesce the information about the standa...Daniel Dunbar2009-11-261-95/+24
* Add a missing include <cstdio>Daniel Dunbar2009-11-251-0/+1
* Sketch the rest of the clang -cc1 option definitions, aka fun with C-x C-(.Daniel Dunbar2009-11-241-0/+1
* Add clang -cc1 parsing of analyzer options.Daniel Dunbar2009-11-221-2/+2
* Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.Daniel Dunbar2009-11-201-1/+1
* clang-cc: Lift setForcedLangOptions out of options initialization.Daniel Dunbar2009-11-203-25/+23
* clang-cc: Remove some more llvm::cl::init arguments, by only setting values whenDaniel Dunbar2009-11-191-18/+22
* Change -code-completion-debug-printer to -no-code-completion-debug-printer.Daniel Dunbar2009-11-191-7/+6
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-11/+9
* clang-cc: Remove superfluous llvm::cl::init(false) arguments.Daniel Dunbar2009-11-191-14/+7
* Fix -Asserts warning.Daniel Dunbar2009-11-171-1/+1
* Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better doneDaniel Dunbar2009-11-171-3/+0
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-8/+1
* Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar2009-11-171-7/+7
* Move InitializeAnalyzerOptions for consistency.Daniel Dunbar2009-11-171-19/+18
* Remove unused NoPreprocess variable.Daniel Dunbar2009-11-171-5/+0
* Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::...Daniel Dunbar2009-11-171-10/+9
* Trim includes.Daniel Dunbar2009-11-161-12/+2
* Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar2009-11-163-32/+20
* clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions.Daniel Dunbar2009-11-163-22/+25
* Add TargetOptions and use it when constructing targets.Daniel Dunbar2009-11-153-85/+50
* Add pluggable action support to clang-cc, via -plugin command line option.Daniel Dunbar2009-11-152-7/+49
* Move the program action enum to FrontendOptions.Daniel Dunbar2009-11-142-98/+69
* clang-cc: Switch to using FrontendAction. Whee.Daniel Dunbar2009-11-141-410/+59
* Add CompilerInstance::InitializeSourceManager.Daniel Dunbar2009-11-141-32/+1
OpenPOWER on IntegriCloud