aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-16[analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.Jordan Rose1-1/+1
2013-08-09clang-cl: Support /showIncludesHans Wennborg1-0/+1
2013-08-08The only useful loop unrolling flag to give realistically isChandler Carruth1-2/+3
2013-08-08clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg1-0/+2
2013-08-05Add option to disable module loading.Daniel Jasper1-0/+2
2013-08-02CC1: Only parse command-line options that have the CC1Option flag.Hans Wennborg1-12/+3
2013-07-23Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky1-0/+1
2013-07-09ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian1-0/+2
2013-06-28Use the multiple argument form of path::append.Benjamin Kramer1-3/+1
2013-06-26Remove PathV1.h from CompilerInvocation.cpp.Rafael Espindola1-8/+7
2013-06-26Use llvm::sys::fs::getMainExecutable.Rafael Espindola1-1/+2
2013-06-25Make -vectorize-... proper cc1 flags instead of abusing -backend-option. FixesNick Lewycky1-0/+4
2013-06-24Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test toRichard Smith1-0/+1
2013-06-21Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose ifNick Lewycky1-0/+1
2013-06-19Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren1-1/+11
2013-06-18Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!John McCall1-0/+9
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-42/+64
2013-06-11Include PathV1.h in files that use it.Rafael Espindola1-0/+1
2013-05-20Revert r182331, these checks should be based on the target not the host.Richard Smith1-2/+0
2013-05-20Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ingRichard Smith1-0/+2
2013-05-10[Modules] Extend Darwin hack to include the modification time of SystemVersio...Douglas Gregor1-1/+7
2013-05-08C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith1-0/+2
2013-05-03Revert r177218.Argyrios Kyrtzidis1-1/+0
2013-04-24[driver] Improve the implementation of the -Ofast option.Chad Rosier1-11/+2
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar1-1/+1
2013-04-12<rdar://problem/13615607> Include SDK version information in the module hash.Douglas Gregor1-0/+17
2013-04-10Remove unused arguments.Chad Rosier1-4/+3
2013-04-10[driver] Add a -Ofast option, which enables -O3, -ffast-math, andChad Rosier1-2/+14
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko1-0/+1
2013-04-08<rdar://problem/13559825> Further reduce template instantiation depth down to...Douglas Gregor1-1/+1
2013-04-04Initial support for struct-path aware TBAA.Manman Ren1-0/+1
2013-04-04revert r178784 since it does not have a commit messageManman Ren1-1/+0
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren1-0/+1
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher1-0/+1
2013-04-02Remove dead store.Richard Smith1-3/+0
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor1-1/+6
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor1-1/+4
2013-03-20The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky1-2/+2
2013-03-20Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky1-0/+1
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis1-0/+1
2013-03-14Update GCOVProfiling pass creation for API change in r177002. No functionalit...Nick Lewycky1-4/+1
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky1-3/+22
2013-03-06revert r176531 due to clan-native-arm failsWeiming Zhao1-18/+2
2013-03-05PR 11326: Lack diagnosic message when ABI conflicts on ARMWeiming Zhao1-2/+18
2013-02-22Propagate the split dwarf file information through into the backendEric Christopher1-0/+1
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko1-0/+5
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith1-0/+1
2013-02-19Add support for -fvisibility-ms-compat.John McCall1-11/+31
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor1-1/+1
2013-02-07Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor1-9/+4