llvm-project/clang/lib/Driver
Evgeniy Stepanov 45be9e0d24 Add an experimental flag -fsanitize-memory-use-after-dtor.
This flag will enable detection of use-after-destructor (but before
memory deallocation) bugs. No actual functionality yet.

https://code.google.com/p/address-sanitizer/issues/detail?id=73

Patch by Naomi Musgrave.

llvm-svn: 241935
2015-07-10 20:07:16 +00:00
..
Action.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +00:00
CMakeLists.txt Support mingw-w64 and mingw.org toolchains at any install location. 2015-07-02 04:45:27 +00:00
Compilation.cpp Driver: Remove the Job class. NFC 2015-07-02 22:52:08 +00:00
CrossWindowsToolChain.cpp Pedantically rename all Tool subclasses to be nouns, not verbs. NFC 2015-06-23 20:42:09 +00:00
Driver.cpp Changed Driver::getToolChain() to use Triple as an argument. 2015-07-10 19:47:55 +00:00
DriverOptions.cpp Remove the SUPPORT_ALIASARGS define 2013-08-01 00:12:13 +00:00
InputInfo.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Job.cpp Driver: Include the driver arguments in crash reports 2015-07-09 06:58:31 +00:00
MSVCToolChain.cpp Driver: enable support for -fsanitize=cfi on Windows. 2015-07-08 21:08:05 +00:00
Makefile
MinGWToolChain.cpp Fix first line comment format, NFC. 2015-07-07 15:10:47 +00:00
Multilib.cpp [multilib] Turn virtual functor into functin_ref 2015-03-22 15:56:12 +00:00
Phases.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +00:00
SanitizerArgs.cpp Add an experimental flag -fsanitize-memory-use-after-dtor. 2015-07-10 20:07:16 +00:00
Tool.cpp Teach Clang how to use response files when calling other tools 2014-09-15 17:45:39 +00:00
ToolChain.cpp [Sanitizers] Provide better diagnostic for sanitizers unsupported for target triple. 2015-06-19 21:36:47 +00:00
ToolChains.cpp Add GCC-compatible flags -fprofile-generate and -fprofile-use. 2015-07-09 17:23:53 +00:00
ToolChains.h [MIPS] Add support for direct-to-nacl in Clang 2015-07-08 13:07:31 +00:00
Tools.cpp Refactor PPC ABI handling to accept and silently ignore -mabi=altivec. 2015-07-10 18:25:54 +00:00
Tools.h Support mingw-w64 and mingw.org toolchains at any install location. 2015-07-02 04:45:27 +00:00
Types.cpp Revert r239213: "clang-cl: Implement /GL in terms of -flto." 2015-06-13 02:53:50 +00:00