aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-18[Options] Make Option non clang specific.Michael J. Spencer1-1/+1
2012-10-17Add -std=c++1y argument, for *highly* experimental C++14 support.Richard Smith1-0/+1
2012-10-16Serialize TargetOptions into an AST file, and make sure that we keepDouglas Gregor1-6/+8
2012-09-13Conditionally parse documentation comments in system headers byTed Kremenek1-0/+3
2012-09-05[analyzer] Always include destructors in the analysis CFG.Jordan Rose1-1/+0
2012-09-05Allow disabling of wchar_t type.Abramo Bagnara1-0/+6
2012-08-31Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek1-2/+2
2012-08-31Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.Ted Kremenek1-12/+12
2012-08-30[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.Anna Zaks1-1/+1
2012-08-30Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. WeTed Kremenek1-1/+1
2012-08-30Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUb...Ted Kremenek1-4/+6
2012-08-30Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'.Ted Kremenek1-2/+2
2012-08-30Store const& to AnalyzerOptions in AnalysisManager instead of copyingTed Kremenek1-1/+1
2012-08-30Move Analyses.def to include/clang/StaticAnalyzer.Ted Kremenek1-12/+12
2012-08-30Change -analyzer-config to use '=' as the key-value separator, and onlyTed Kremenek1-3/+3
2012-08-29Add new -cc1 driver option -analyzer-config, which allows one to specifyTed Kremenek1-0/+30
2012-08-24[ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a Chad Rosier1-1/+2
2012-08-21[analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++.Jordan Rose1-1/+1
2012-08-21[driver] Add support for the --param ssp-buffer-size= driver option.Chad Rosier1-0/+2
2012-08-21Screw around with ObjCRuntime some more, changing theJohn McCall1-7/+9
2012-08-08Preprocessor: fix __OPTIMIZE_SIZE__ and -OzDylan Noblesmith1-2/+3
2012-07-31[analyzer] Turn -cfg-add-initializers on by default, and remove the flag.Jordan Rose1-1/+0
2012-07-31Added -ast-list option to dump filterable AST decl node names.Alexander Kornienko1-0/+3
2012-07-26Added -ast-dump-filter option to clang -cc1.Alexander Kornienko1-0/+3
2012-07-20Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.Chad Rosier1-1/+1
2012-07-20Add the mechanics for -fms-inline-asm. No easy way to test at this time.Chad Rosier1-0/+1
2012-07-19Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only.Bob Wilson1-0/+1
2012-07-11Add OpenCL metadata for kernel arg names. This output is controlled via a fla...Tanya Lattner1-0/+3
2012-07-06Add -ffp-contract = { fast | on | off } command line option support.Lang Hames1-0/+17
2012-07-02Reduce default template instantiation depth to 512; we're blowing outDouglas Gregor1-1/+1
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko1-11/+23
2012-06-28Add -ftls-model command-line flag.Hans Wennborg1-1/+31
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu1-0/+2
2012-06-20Restructure how the driver communicates information about theJohn McCall1-15/+9
2012-06-19Extend the support for cl-std to include 1.2.Tanya Lattner1-3/+14
2012-06-19Add a -fuse-init-array option to cc1 and map to the UseInitArray targetRafael Espindola1-0/+1
2012-06-18Add language std for OpenCL 1.1 and 1.2.Tanya Lattner1-1/+14
2012-06-14Support -frewrite-includes as an option while preprocessing.David Blaikie1-3/+1
2012-06-14Rename -rewrite-includes to -frewrite-includes.David Blaikie1-2/+2
2012-06-13Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith1-0/+18
2012-06-11Const'ify CompilerInvocation::toArgs().Argyrios Kyrtzidis1-1/+1
2012-06-06Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...David Blaikie1-0/+3
2012-05-22wire -fbounds-checking to the new LLVM bounds checking passNuno Lopes1-7/+5
2012-05-08add -fbounds-checking option.Nuno Lopes1-1/+7
2012-05-04This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov1-1/+6
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy1-31/+82
2012-04-27Use enum to set debug info size generated by ClangAlexey Samsonov1-6/+20
2012-04-13Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor1-3/+0
2012-04-09Revert r154321, pending more discussion.David Chisnall1-3/+0
2012-04-09Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall1-0/+3