aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-03-19clang -cc1: Kill off -empty-input only, and replace with -init-only which is anDaniel Dunbar1-3/+3
2010-03-19Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor1-1/+3
2010-03-15Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.John McCall1-0/+3
2010-02-19Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall1-0/+3
2010-02-13Raise the responsibility for passing -disable-llvm-verifier in NDEBUG buildsJohn McCall1-6/+2
2010-02-12Add an option to disable the LLVM verifier pass (which is still alwaysJohn McCall1-1/+1
2010-02-11Check in the beginnings of my new vtable layout builder idea.Anders Carlsson1-1/+2
2010-02-10clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing.Daniel Dunbar1-0/+3
2010-02-09Implement synthesizing properties by default.Fariborz Jahanian1-0/+5
2010-02-09Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor1-0/+5
2010-02-06Add support for threadsafe statics, and make them the default (matching gcc).Anders Carlsson1-3/+5
2010-02-03clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar1-0/+3
2010-02-01Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used.Daniel Dunbar1-0/+3
2010-01-28Introduce serialization and deserialization of diagnostic informationDouglas Gregor1-0/+3
2010-01-13diagnose invalid values of -ftabstop, patch by Christian Adaker!Chris Lattner1-2/+8
2010-01-09implement -ftabstop=width, patch by Christian AdåkerChris Lattner1-0/+5
2010-01-08Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman1-3/+3
2009-12-23Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam1-3/+0
2009-12-18clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar1-2/+2
2009-12-18Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar1-0/+5
2009-12-16Fix -fdollars-in-identifiers Clang translation.Daniel Dunbar1-5/+4
2009-12-16implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes1-0/+3
2009-12-15Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar1-9/+6
2009-12-13CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar1-11/+8
2009-12-12Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin1-7/+7
2009-12-12Implement runtime checks for undefined behavior. WIP.Mike Stump1-0/+3
2009-12-07Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block lite...Ted Kremenek1-1/+5
2009-12-03Switch PCHReader::getOriginalSourceFile to use proper diagnostics.Daniel Dunbar1-4/+2
2009-12-03clang-cc: Honor -help and -version when using new style option parsing.Daniel Dunbar1-0/+6
2009-12-03Add clang -cc1 support for -remap-file.Daniel Dunbar1-2/+21
2009-12-03Add clang -cc1 -load option.Daniel Dunbar1-0/+5
2009-12-02Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump1-2/+2
2009-12-01clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp,Daniel Dunbar1-0/+680
2009-11-30Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar1-0/+6
2009-11-29Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar1-0/+25
2009-11-29Add clang -cc1 parsing for LangOptions.Daniel Dunbar1-2/+2
2009-11-29Change LangOptions::ObjCConstantStringClass to an std::string to avoid worryi...Daniel Dunbar1-13/+13
2009-11-29Move MainFileName option variable into CodeGenOptions instead of LangOptions.Daniel Dunbar1-4/+4
2009-11-26Add clang -cc1 parsing for preprocessor options.Daniel Dunbar1-6/+12
2009-11-26Add clang -cc1 parsing for header search options.Daniel Dunbar1-2/+2
2009-11-25Add clang -cc1 parsing for frontend options.Daniel Dunbar1-1/+1
2009-11-23Add clang -cc1 parsing of diagnostic options.Daniel Dunbar1-1/+1
2009-11-22Add clang -cc1 parsing of analyzer options.Daniel Dunbar1-2/+2
2009-11-20Add clang -cc1 parsing of CodeGenOptions.Daniel Dunbar1-1/+2
2009-11-19Fix some default in the option classes, and some CompilerInvocation argificationDaniel Dunbar1-15/+12
2009-11-19Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.Daniel Dunbar1-1/+0
2009-11-19clang-cc: Remove some more llvm::cl::init arguments, by only setting values whenDaniel Dunbar1-1/+1
2009-11-19Change -code-completion-debug-printer to -no-code-completion-debug-printer.Daniel Dunbar1-6/+6
2009-11-17Simplify CompilerInvocation::toArgs, now that LangOptions handling is more pr...Daniel Dunbar1-6/+6
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar1-1/+2