summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Propagate the split dwarf file information through into the backendEric Christopher2013-02-221-0/+1
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-0/+5
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-221-0/+1
* Add support for -fvisibility-ms-compat.John McCall2013-02-191-11/+31
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor2013-02-071-9/+4
* Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor2013-02-071-2/+22
* [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis2013-02-051-2/+1
* [analyzer] Make shallow mode more shallow.Anna Zaks2013-01-301-1/+0
* [analyzer] Use analyzer config for max-inlinable-size option.Anna Zaks2013-01-301-3/+0
* Don't warn about Unicode characters in -E mode.Jordan Rose2013-01-301-3/+43
* [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.Daniel Dunbar2013-01-301-2/+1
* [Frontend] Add an ExternCSystem include entry group.Daniel Dunbar2013-01-301-4/+7
* [Frontend] Make the include dir group independent from the "use sysroot" bit.Daniel Dunbar2013-01-291-5/+5
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-291-0/+2
* Enable the global module index by default. Introduce theDouglas Gregor2013-01-281-1/+1
* [Frontend] Remove another IsUserSpecified member variable that is now unused.Daniel Dunbar2013-01-251-14/+12
* [Frontend] The -iwithprefix option belongs in the After category, according toDaniel Dunbar2013-01-251-2/+2
* Rename the -cc1 option "-generate-module-index" toDouglas Gregor2013-01-251-1/+2
* [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks2013-01-241-16/+0
* Implement the writer side of the global module index. Douglas Gregor2013-01-231-1/+2
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-231-0/+1
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-221-2/+0
* Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov2013-01-201-1/+3
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+0
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-1/+1
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-161-0/+1
* Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!Douglas Gregor2013-01-151-0/+3
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* [ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz2012-12-301-1/+1
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-241-0/+2
* Sort the includes according to the coding standard.Roman Divacky2012-12-211-1/+1
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this s...Chad Rosier2012-12-051-1/+1
* [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks languageChad Rosier2012-12-051-1/+1
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-051-0/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov2012-12-031-0/+1
* [ubsan] Add flag to enable recovery from checks when possible.Will Dietz2012-12-021-0/+1
* PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly2012-11-231-2/+0
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-2/+2
* Make -ffp-contract a codegen option, rather than a laguage option. This makesLang Hames2012-11-151-12/+12
* Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode forRichard Smith2012-11-141-0/+1
* objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian2012-11-141-0/+2
* s/BCPLComment/LineComment/Nico Weber2012-11-111-1/+1
* Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier2012-11-091-1/+0
* [driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-091-0/+1
* Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, soDouglas Gregor2012-11-051-1/+1
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-3/+0
OpenPOWER on IntegriCloud