hanchenye-llvm-project/clang/lib/Driver
Anders Carlsson d470fef01d Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652.
llvm-svn: 119915
2010-11-21 00:09:52 +00:00
..
Action.cpp
Arg.cpp
ArgList.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
CC1AsOptions.cpp
CC1Options.cpp
CMakeLists.txt Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Compilation.cpp Use the expanded form of S_ISREG. Hopefully this unbreaks the MSVC build. 2010-10-30 08:28:42 +00:00
Driver.cpp Use hasErrorOccurred() instead of getNumErrors() where it makes sense. 2010-11-18 21:47:07 +00:00
DriverOptions.cpp
HostInfo.cpp Reapply "Driver/Darwin: Time for another spin at switching to the DarwinClang", 2010-09-17 04:25:28 +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
ToolChain.cpp Driver: implement driver automagic support for -lcc_kext 2010-09-17 18:39:08 +00:00
ToolChains.cpp Check for gcc 4.3.4. 2010-11-19 21:02:06 +00:00
ToolChains.h Use ld directly on linux. Changes from the previous try: 2010-11-07 20:14:31 +00:00
Tools.cpp Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. 2010-11-21 00:09:52 +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