Clang will have -fsanitize-address-use-after-scope flag.
PR27453
Paths
| Differential D20750
[asan] Summary: Add option to enable asan-use-after-scope from clang. ClosedPublic Authored by vitalybuka on May 27 2016, 2:09 PM.
Details Summary Clang will have -fsanitize-address-use-after-scope flag. PR27453
Diff Detail
Event Timelinevitalybuka retitled this revision from to [Asan] Summary: Add option to enable asan-use-after-scope from clang.. vitalybuka updated this object. Comment ActionsFixed summary vitalybuka retitled this revision from [Asan] Summary: Add option to enable asan-use-after-scope from clang. to [asan] Summary: Add option to enable asan-use-after-scope from clang..May 27 2016, 2:11 PM kcc edited edge metadata. Comment ActionsLGTM This revision is now accepted and ready to land.May 27 2016, 3:13 PM Closed by commit rL271067: [asan] Add option to enable asan-use-after-scope from clang. (authored by vitalybuka). · Explain WhyMay 27 2016, 4:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 58858 llvm/trunk/include/llvm/Transforms/Instrumentation.h
llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
|