llvm-project/clang/lib/Driver
Aaron Ballman d0d27ab306 Replacing an empty switch with its moral equivalent. No functional changes intended.
llvm-svn: 186318
2013-07-15 13:41:33 +00:00
..
Action.cpp [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
CC1AsOptions.cpp Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 2013-07-15 03:38:40 +00:00
CMakeLists.txt [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
Compilation.cpp Convert last use of PathV1.h in Compilation.cpp 2013-06-24 17:59:44 +00:00
Driver.cpp Use llvm::sys::fs::createTemporaryFile. 2013-07-05 20:00:06 +00:00
DriverOptions.cpp Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 2013-07-15 03:38:40 +00:00
InputInfo.h [Driver] Remove the using namespace directives from headers 2013-06-17 13:59:19 +00:00
Job.cpp [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Phases.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SanitizerArgs.h Add -fno-assume-sane-operator-new when building with MSan. 2013-06-20 10:49:46 +00:00
Tool.cpp Remove stray emacs mode markers in all these files that was causing emacs to 2010-12-31 17:31:54 +00:00
ToolChain.cpp Add support for passing '-target armv8' through the Driver. 2013-06-26 17:19:48 +00:00
ToolChains.cpp We don't need to know the OpenSUSE version, so don't parse it. 2013-07-03 14:14:00 +00:00
ToolChains.h Reword and reformat some of the "Multiarch" code in the toolchain setup. 2013-06-22 11:35:51 +00:00
Tools.cpp Replacing an empty switch with its moral equivalent. No functional changes intended. 2013-07-15 13:41:33 +00:00
Tools.h [Driver] Remove the using namespace directives from headers 2013-06-17 13:59:19 +00:00
Types.cpp Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 2013-07-15 03:38:40 +00:00
WindowsToolChain.cpp Remove PathV1.h use from WindowsToolChain.cpp. 2013-06-26 03:39:10 +00:00