aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor
2013-03-20The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky
2013-03-20Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-03-14Update GCOVProfiling pass creation for API change in r177002. No functionalit...Nick Lewycky
2013-03-07Add flags for additional control over coverage generation. Pick the versionNick Lewycky
2013-03-06revert r176531 due to clan-native-arm failsWeiming Zhao
2013-03-05PR 11326: Lack diagnosic message when ABI conflicts on ARMWeiming Zhao
2013-02-22Propagate the split dwarf file information through into the backendEric Christopher
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith
2013-02-19Add support for -fvisibility-ms-compat.John McCall
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-02-07Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor
2013-02-07Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor
2013-02-05[frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis
2013-01-30[analyzer] Make shallow mode more shallow.Anna Zaks
2013-01-30[analyzer] Use analyzer config for max-inlinable-size option.Anna Zaks
2013-01-30Don't warn about Unicode characters in -E mode.Jordan Rose
2013-01-30[Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.Daniel Dunbar
2013-01-30[Frontend] Add an ExternCSystem include entry group.Daniel Dunbar
2013-01-29[Frontend] Make the include dir group independent from the "use sysroot" bit.Daniel Dunbar
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-28Enable the global module index by default. Introduce theDouglas Gregor
2013-01-25[Frontend] Remove another IsUserSpecified member variable that is now unused.Daniel Dunbar
2013-01-25[Frontend] The -iwithprefix option belongs in the After category, according toDaniel Dunbar
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly
2013-01-22[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier
2013-01-20Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz
2013-01-16Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor
2013-01-15Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!Douglas Gregor
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith
2012-12-30[ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz
2012-12-24Support -fsanitize-memory-track-origins.Evgeniy Stepanov
2012-12-21Sort the includes according to the coding standard.Roman Divacky
2012-12-21Remove duplicate includes.Roman Divacky
2012-12-05[driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this s...Chad Rosier
2012-12-05[driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks languageChad Rosier
2012-12-05[driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-03Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov
2012-12-02[ubsan] Add flag to enable recovery from checks when possible.Will Dietz
2012-11-23PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly
2012-11-15block extended signatur option. Change previous optionFariborz Jahanian