aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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