aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-11Frontend: Replace -nostdinc by -nostdsysteminc (which is just system includeDaniel Dunbar1-3/+3
2011-10-10Revert r140009, about disabling clang's builtin in -fms-compatibility mode. Francois Pichet1-2/+1
2011-10-09OpenCL: add driver/frontend support for precompiled headersPeter Collingbourne1-0/+1
2011-10-06CUDA: add -fcuda-is-device flagPeter Collingbourne1-0/+3
2011-10-05Driver & AST: Implement support for -fpack-struct and -fpack-struct= commandDaniel Dunbar1-0/+1
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall1-6/+4
2011-09-30[analyzer] Add -analyzer-purge option which can take on multiple values, remo...Anna Zaks1-3/+29
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-10/+10
2011-09-23Switch assert(0/false) llvm_unreachable.David Blaikie1-2/+2
2011-09-22Add support for CPATH and friends.Benjamin Kramer1-27/+30
2011-09-21In the OpenCL mode, the AltiVec mode must be off and checks must be strictTobias Grosser1-2/+2
2011-09-19Do not use builtin includes if -fms-compatibility is specified. Some MSVC hea...Francois Pichet1-1/+2
2011-09-17Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet1-2/+2
2011-09-17As per discussion with Doug Gregor on the IRC channel, introduce a new compil...Francois Pichet1-0/+1
2011-09-15Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor1-0/+1
2011-09-15Eliminate the unused -create-module cc1-level optionDouglas Gregor1-3/+0
2011-09-14Encode the module hash in base-36, to reduce the length of the strings a bitDouglas Gregor1-2/+6
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor1-0/+82
2011-09-13Switch LangOptions over to a .def file that describes header of theDouglas Gregor1-10/+10
2011-09-12Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor1-2/+7
2011-09-09Treat the weak export of block runtime symbols as a deployment-targetJohn McCall1-0/+3
2011-08-27Remove the -import-module option. It's no longer usefulDouglas Gregor1-15/+0
2011-08-26[driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab...Chad Rosier1-0/+3
2011-08-25Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor1-3/+0
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor1-0/+3
2011-08-13Accept -x objc++-cpp-output as an alias for -x objective-c++-cpp-outputNico Weber1-0/+1
2011-08-05Wire up -import-module to run ReadAST for each module loaded.Jonathan D. Turner1-0/+10
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek1-1/+1
2011-07-28Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor1-10/+37
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-17/+17
2011-07-19[arcmt] Add some additional driver flags to optionally emit or save the pre-m...Argyrios Kyrtzidis1-0/+10
2011-07-13In debugger mode, make ObjC message sends to unknown selectors returnJohn McCall1-0/+3
2011-07-12Implement -MG. Fixes PR9613Peter Collingbourne1-0/+1
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis1-1/+13
2011-07-07Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like thi...Jonathan D. Turner1-3/+0
2011-07-06Call objc_terminate() instead of abort() when a cleanup throws anJohn McCall1-0/+3
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall1-4/+8
2011-06-29Use existing -fcatch-undefined-behavior option,Fariborz Jahanian1-3/+0
2011-06-28Under a compiler flag, -freset-local-blocks,Fariborz Jahanian1-0/+3
2011-06-21Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistentBob Wilson1-6/+6
2011-06-21Fix the default libc++ header search path to be sysrooted. Radar 9639692.Bob Wilson1-0/+4
2011-06-21IRgen: Add a -fuse-register-sized-bitfield-access option, for testing.Daniel Dunbar1-0/+4
2011-06-21Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky1-0/+3
2011-06-17[arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we h...Argyrios Kyrtzidis1-8/+1
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall1-0/+32
2011-06-15Automatic Reference Counting.John McCall1-8/+37
2011-06-14Introduce a -cc1-level option to turn off related result typeDouglas Gregor1-0/+6
2011-06-13Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor1-6/+0
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor1-0/+6
2011-06-02Implement -fgnu89-inline. Fixes PR10041.Rafael Espindola1-0/+3