aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2010-04-10Rename -dump-record-layouts to -fdump-record-layouts now that the option beha...Anders Carlsson
2010-04-09Turn access control on by default in -cc1.John McCall
2010-04-08Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...Daniel Dunbar
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-07add clang -cc1 level support for "-ferror-limit 42"Chris Lattner
2010-03-24Implement support for -nostdc++. Fixes PR6446.Douglas Gregor
2010-03-20C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar
2010-03-19clang -cc1: Kill off -empty-input only, and replace with -init-only which is anDaniel Dunbar
2010-03-19Optionally store a PreprocessingRecord in the preprocessor itself, andDouglas Gregor
2010-03-15Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.John McCall
2010-02-19Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall
2010-02-13Raise the responsibility for passing -disable-llvm-verifier in NDEBUG buildsJohn McCall
2010-02-12Add an option to disable the LLVM verifier pass (which is still alwaysJohn McCall
2010-02-11Check in the beginnings of my new vtable layout builder idea.Anders Carlsson
2010-02-10clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing.Daniel Dunbar
2010-02-09Implement synthesizing properties by default.Fariborz Jahanian
2010-02-09Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor
2010-02-06Add support for threadsafe statics, and make them the default (matching gcc).Anders Carlsson
2010-02-03clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar
2010-02-01Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used.Daniel Dunbar
2010-01-28Introduce serialization and deserialization of diagnostic informationDouglas Gregor
2010-01-13diagnose invalid values of -ftabstop, patch by Christian Adaker!Chris Lattner
2010-01-09implement -ftabstop=width, patch by Christian AdåkerChris Lattner
2010-01-08Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman
2009-12-23Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam
2009-12-18clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar
2009-12-18Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar
2009-12-16Fix -fdollars-in-identifiers Clang translation.Daniel Dunbar
2009-12-16implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes
2009-12-15Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar
2009-12-13CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar
2009-12-12Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin
2009-12-12Implement runtime checks for undefined behavior. WIP.Mike Stump
2009-12-07Add clang-cc option '-analyzer-opt-analyze-nested-blocks' to treat block lite...Ted Kremenek
2009-12-03Switch PCHReader::getOriginalSourceFile to use proper diagnostics.Daniel Dunbar
2009-12-03clang-cc: Honor -help and -version when using new style option parsing.Daniel Dunbar
2009-12-03Add clang -cc1 support for -remap-file.Daniel Dunbar
2009-12-03Add clang -cc1 -load option.Daniel Dunbar
2009-12-02Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump
2009-12-01clang -cc1: Move CompilerInvocation deserialization into CompilerInvocation.cpp,Daniel Dunbar
2009-11-30Add CodeGenOptions::{SoftFloat,FloatABI}, and update the all the (far too man...Daniel Dunbar
2009-11-29Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar
2009-11-29Add clang -cc1 parsing for LangOptions.Daniel Dunbar
2009-11-29Change LangOptions::ObjCConstantStringClass to an std::string to avoid worryi...Daniel Dunbar
2009-11-29Move MainFileName option variable into CodeGenOptions instead of LangOptions.Daniel Dunbar
2009-11-26Add clang -cc1 parsing for preprocessor options.Daniel Dunbar
2009-11-26Add clang -cc1 parsing for header search options.Daniel Dunbar
2009-11-25Add clang -cc1 parsing for frontend options.Daniel Dunbar
2009-11-23Add clang -cc1 parsing of diagnostic options.Daniel Dunbar
2009-11-22Add clang -cc1 parsing of analyzer options.Daniel Dunbar