summaryrefslogtreecommitdiff
path: root/test/CodeGen/sanitize-address-field-padding.cpp
AgeCommit message (Expand)Author
2015-07-17Fix test case in r242565Steven Wu
2015-07-17Fix -save-temp when using objc-arc, sanitizer and profilingSteven Wu
2014-12-06No memcpy for copy ctor with -fsanitize-address-field-padding=1Kostya Serebryany
2014-11-11[clang/asan] Do not emit memcpy for trivial operator= when -fsanitize-address...Kostya Serebryany
2014-11-04Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi
2014-10-31ignore -mconstructor-aliases when adding field paddings for asanKostya Serebryany
2014-10-27Do not insert asan paddings after fields that have flexible arrays.Kostya Serebryany
2014-10-17fix -fsanitize-address-field-padding for the cases with virtual base classesKostya Serebryany
2014-10-17Add explicit triple to clang/test/CodeGen/sanitize-address-field-padding.cpp,...NAKAMURA Takumi
2014-10-17User c-tor name to fix the sanitizer testRenato Golin
2014-10-17Trying to fix failing Clang sanitizer test on ARM botsRenato Golin
2014-10-17trying to fix the new test again, this time for the clang-cmake-armv7-a15 botKostya Serebryany
2014-10-16trying to fix the new test on hexagon-buildKostya Serebryany
2014-10-16Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...Kostya Serebryany