aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Invalid O levels on the command line no longer have a confusing error.Aaron Ballman1-4/+5
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-2/+2
2012-02-04Clang has existing support for debuggers thatSean Callanan1-0/+3
2012-02-03Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson1-0/+1
2012-02-02Rename -dependency-graphviz to -dependencncy-dotDouglas Gregor1-1/+1
2012-02-02Introduce a -cc1 option "-dependency-graphviz" that determines headerDouglas Gregor1-0/+1
2012-01-29Complain about attempts to use 'protected' visibility on targetsJohn McCall1-0/+1
2012-01-26objc-arc: introduce -no-finalize-removal which in gc mode,Fariborz Jahanian1-0/+1
2012-01-26Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor1-3/+10
2012-01-26Introduce 3 new fixit options:Argyrios Kyrtzidis1-0/+9
2012-01-25arc migrator: Provide infrastructure to add optionsFariborz Jahanian1-0/+6
2012-01-23Add support for -fno-optimize-sibling-calls. Currently only implemented in theNick Lewycky1-0/+3
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-2/+0
2012-01-20Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor1-6/+6
2012-01-03Add a "Modules" language option, which subsumes the previousDouglas Gregor1-1/+3
2012-01-03Rename the command-line option for mapping #include/#import over toDouglas Gregor1-1/+1
2012-01-02Fix PR11685 by implementing -ffast-math and its various friends in theChandler Carruth1-1/+6
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer1-1/+1
2011-12-23Let CompilerInvocation initialization indicate failureDylan Noblesmith1-29/+61
2011-12-16C++11 constexpr: Add note stacks containing backtraces if constant evaluationRichard Smith1-0/+9
2011-12-14Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier1-3/+0
2011-12-12Add frontend flags to enable bitcode verifier pass.Chad Rosier1-0/+3
2011-12-12Hexagon backend supportTony Linthicum1-0/+1
2011-12-09Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, andDaniel Dunbar1-2/+10
2011-12-06Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky1-1/+1
2011-12-05Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger1-0/+5
2011-11-29Eliminate the -emit-module option, which emitted a module by parsing aDouglas Gregor1-3/+0
2011-11-29Silence GCC warnings, RefCountedBase is meant to be default-initialized here.Benjamin Kramer1-1/+2
2011-11-26Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS XRafael Espindola1-1/+1
2011-11-22implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitize...Kostya Serebryany1-3/+3
2011-11-21Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the sameRichard Smith1-1/+7
2011-11-18Refine placement of LangOptions object in CompilerInvocation by adding a new ...Ted Kremenek1-4/+3
2011-11-17Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek1-5/+20
2011-11-16Add -f[no-]address-sanitizer flagKostya Serebryany1-0/+3
2011-11-16Add support for building a module from a module map to the -cc1Douglas Gregor1-0/+3
2011-11-15Add a -cc1-level option -fmodule-name=<name>, which will be used whenDouglas Gregor1-0/+3
2011-11-07Rip out one of the features I added for the driver-include-management.Chandler Carruth1-8/+3
2011-11-05Fix a significant oversight in my move of MSVC includes to the driver:Chandler Carruth1-4/+11
2011-11-05Add two flags to the CC1 layer that I was hoping to avoid. We need toChandler Carruth1-4/+19
2011-11-04Enable -flimit-debug-info by default. Now, clang lazily emits debug info for ...Devang Patel1-1/+2
2011-11-02Fix various minor issues find via unreachable code warnings, fromDouglas Gregor1-1/+2
2011-11-02Add an option to emulate the strange Apple gcc behavior of #pragma pack.Eli Friedman1-0/+3
2011-11-01rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop1-2/+2
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne1-0/+1
2011-10-29Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri...Ted Kremenek1-0/+2
2011-10-24Make -fms-compatibility imply -fms-extensions. Fixes PR11204.Douglas Gregor1-1/+4
2011-10-21Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This isNick Lewycky1-0/+5
2011-10-18Frontend: Support -iframework.Daniel Dunbar1-0/+4
2011-10-17Wire up support for the controlling the extended dwarf .file directive. WithNick Lewycky1-0/+3
2011-10-17When building a module, use the macro definitions on the command lineDouglas Gregor1-0/+17