aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-11[stackprotector] Add command line option -fstack-protector-strongJosh Magee1-1/+2
2014-02-08Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall1-1/+0
2014-02-05Add a CC1 option -verify-pchBen Langmuir1-0/+3
2014-01-16[asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov1-2/+0
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg1-8/+1
2014-01-14Switch around the order of MSVCCompat and MicrosoftExtAlp Toker1-2/+1
2014-01-14Rename language option MicrosoftMode to MSVCCompatAlp Toker1-1/+1
2014-01-13Use the MS ABI for Win32 targets by defaultHans Wennborg1-2/+5
2014-01-07Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl1-8/+14
2014-01-06Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner1-0/+2
2013-12-28Silence a dubious GCC warning about a set but unused global. Indeed, theChandler Carruth1-1/+1
2013-12-27Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany1-0/+16
2013-12-10[Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-di...Argyrios Kyrtzidis1-1/+1
2013-12-10[objcmt] Add a modernization option to infer and suggest designated initializ...Argyrios Kyrtzidis1-0/+2
2013-12-05Fix a tranche of comment, test and doc typosAlp Toker1-1/+2
2013-11-27Remove a whole lot of unused variablesAlp Toker1-1/+0
2013-11-18Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru1-7/+8
2013-11-17Add -freroll-loops to enable loop rerollingHal Finkel1-0/+1
2013-11-15Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker1-7/+7
2013-11-15Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru1-7/+7
2013-11-14[objcmt] Introduce "objcmt-white-list-dir-path=" option.Argyrios Kyrtzidis1-0/+2
2013-11-13Add -fprofile-sample-use to Clang's driver.Diego Novillo1-0/+1
2013-11-13ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLYFariborz Jahanian1-0/+2
2013-11-11Revert "Using an invalid -O falls back on -O3 instead of an error"Sylvestre Ledru1-7/+7
2013-11-11Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru1-7/+7
2013-11-08Eliminate an unnecessary .c_str()Douglas Gregor1-1/+1
2013-11-06Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith1-0/+2
2013-11-05ObjectiveC migrator. Please annotation of properties with Fariborz Jahanian1-0/+2
2013-11-05C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith1-1/+4
2013-11-01ObjectiveC. Define a new cc1 flag Fariborz Jahanian1-0/+4
2013-10-25I am about to change llvm::MemoryBuffer::getFile take take a Twine. ChangeRafael Espindola1-1/+1
2013-10-11Turn struct-path aware TBAA on by default.Manman Ren1-1/+1
2013-10-11Add -fno-function-sections and -fno-data-sections. SinceNick Lewycky1-2/+4
2013-10-09ObjectiveC migrator. Introduce a new objcmt-atomic-property optionFariborz Jahanian1-0/+2
2013-10-07Remove -ast-dump-xml.Richard Smith1-3/+0
2013-10-02ObjectiveC migrator: Add more options one for eachFariborz Jahanian1-0/+8
2013-10-02ObjectiveC migrator. Starting distiguising differentFariborz Jahanian1-0/+4
2013-10-01Revert r191586 and r191695. They cause crashes when building withRichard Smith1-1/+1
2013-09-30Turn struct-path aware TBAA on by default.Manman Ren1-1/+1
2013-09-29Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;Richard Smith1-0/+1
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola1-1/+1
2013-09-24Add -fmodule-map-file option.Daniel Jasper1-0/+3
2013-09-24Module use declarations (II)Daniel Jasper1-0/+1
2013-09-24clang-cl: print diagnostics as "error(clang): foo" in /fallback modeHans Wennborg1-1/+4
2013-09-13Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed1-0/+22
2013-09-11Add -fansi-escape-codes optionNico Rieck1-0/+3
2013-09-09The OpenCL standard specifies the sizes and alignments of various types than ...David Tweed1-2/+2
2013-09-03Attempt to migrate default dwarf version to 4 for linux.Eric Christopher1-2/+2
2013-08-28ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian1-0/+2
2013-08-21Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola1-0/+1