llvm-project/clang/lib/Driver
Anton Yartsev 13df03624b [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete.
llvm-svn: 177849
2013-03-25 01:35:45 +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 Reject -no-integrated-as on windows. 2013-03-24 15:06:53 +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 BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
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 [ASan] Make -fsanitize=address always imply -fsanitize=init-order 2013-03-19 10:48:37 +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 Reject -no-integrated-as on windows. 2013-03-24 15:06:53 +00:00
ToolChains.cpp [ASan] Let the users to invoke `clang -fsanitize=address` to link binaries targeting the iOS simulator. 2013-03-21 10:49:06 +00:00
ToolChains.h Remove the Tools DensMap from the toolchain. 2013-03-20 03:05:54 +00:00
Tools.cpp [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete. 2013-03-25 01:35:45 +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 Reject -no-integrated-as on windows. 2013-03-24 15:06:53 +00:00