hanchenye-llvm-project/clang/lib/Driver
Ted Kremenek 1d56c9eed7 Add -fobjc-default-synthesized-properties flag
to allow us to explicitly control whether or
not Objective-C properties are default synthesized.
Currently this feature only works when using
the -fobjc-non-fragile-abi2 flag (so there is
no functionality change), but we can now turn
off this feature without turning off all the features
coupled with -fobjc-non-fragile-abi2.

llvm-svn: 122519
2010-12-23 21:35:43 +00:00
..
Action.cpp Driver: Add an explicit dsymutil action. 2010-06-04 18:28:36 +00:00
Arg.cpp Driver: Eliminate Arg subclasses, which are now unnecessary. 2010-06-09 22:31:08 +00:00
ArgList.cpp Fix PR8639 by making the "argument unused during compilation" less agressive. Now we 2010-12-20 22:45:09 +00:00
CC1AsOptions.cpp Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. 2010-05-20 17:49:16 +00:00
CC1Options.cpp Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. 2010-05-20 17:49:16 +00:00
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Compilation.cpp Merge System into Support. 2010-11-29 18:12:39 +00:00
Driver.cpp Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 equivalents. 2010-12-18 04:13:32 +00:00
DriverOptions.cpp spread 'const' love to some variables. this considerably reduces the amount of dirty data around. 2009-12-10 00:07:02 +00:00
HostInfo.cpp Remove stray emacs mode marker. 2010-12-01 04:33:27 +00:00
InputInfo.h Driver: Eliminate special InputInfo kind for pipes, it is now unused. 2010-08-02 02:38:21 +00:00
Job.cpp Driver: Eliminate PipedJob, which is now unused. 2010-08-02 02:38:25 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
OptTable.cpp Declare argv parameters as const char* const* instead of to char** to clarify that they are not modified, and to allow for string literals as arguments. 2010-10-11 09:18:43 +00:00
Option.cpp Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to 2010-08-13 04:44:20 +00:00
Phases.cpp
Tool.cpp Driver: Add Tool::ShortName, intended to be a human readable name for the tool. 2010-05-22 00:37:18 +00:00
ToolChain.cpp Driver: implement driver automagic support for -lcc_kext 2010-09-17 18:39:08 +00:00
ToolChains.cpp MemoryBuffer API update. 2010-12-16 03:28:14 +00:00
ToolChains.h Add -fobjc-default-synthesized-properties flag 2010-12-23 21:35:43 +00:00
Tools.cpp Add -fobjc-default-synthesized-properties flag 2010-12-23 21:35:43 +00:00
Tools.h Add support for soft/hard float options to the Sparc target 2010-11-09 17:21:19 +00:00
Types.cpp Driver, Frontend: add CUDA language support 2010-12-01 03:15:20 +00:00