hanchenye-llvm-project/clang/lib/Driver
Alexey Samsonov 881d150cc7 [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled).
llvm-svn: 177061
2013-03-14 12:13:27 +00:00
..
Action.cpp Remove the SplitDebug action and replace with a set of commands 2013-02-21 22:35:01 +00:00
Arg.cpp Remove first argument from Arg::getValue; it's been unused since r105760. 2012-11-01 04:30:05 +00:00
ArgList.cpp [driver] Add a dump method for ArgList. 2013-02-21 18:40:49 +00:00
CC1AsOptions.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Compilation.cpp [driver] The failure of any phase (e.g., preprocess, compile, assemble) for a 2013-02-27 18:46:04 +00:00
Driver.cpp Driver: -ccc-install-dir should affect cc1 -resource-dir 2013-03-12 20:17:58 +00:00
DriverOptions.cpp [Options] Add prefixes to options. 2012-10-22 22:13:48 +00:00
InputInfo.h Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Job.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Makefile
OptTable.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Option.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +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 ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information. 2013-02-23 02:53:19 +00:00
Tool.cpp
ToolChain.cpp Add ARM v6m, v7m, and v7em architectures for Cortex-M series processors. 2013-03-04 22:37:49 +00:00
ToolChains.cpp Driver: add support for new style multiarch in Ubuntu 13.04 2013-03-06 17:14:05 +00:00
ToolChains.h Driver: add support for new style multiarch in Ubuntu 13.04 2013-03-06 17:14:05 +00:00
Tools.cpp [ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is not explicitly disabled). 2013-03-14 12:13:27 +00:00
Tools.h Driver: Pass down the -march setting down to -cc1as on x86 too. 2013-02-22 20:55:17 +00:00
Types.cpp Minor refactor of how we get compilation phases. 2013-03-07 12:32:26 +00:00
WindowsToolChain.cpp Remove the SplitDebug action and replace with a set of commands 2013-02-21 22:35:01 +00:00