llvm-project/clang/include
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
..
clang Add an experimental flag -fsanitize-memory-use-after-dtor. 2015-07-10 20:07:16 +00:00
clang-c Add clang_free to libclang to free memory allocated in libclang. 2015-07-09 07:53:23 +00:00
CMakeLists.txt
Makefile