summaryrefslogtreecommitdiff
path: root/test/CodeGen/sanitize-address-field-padding.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3Petr Hosek2019-06-051-1/+1
* Fix test case in r242565Steven Wu2015-07-171-1/+2
* Fix -save-temp when using objc-arc, sanitizer and profilingSteven Wu2015-07-171-0/+1
* No memcpy for copy ctor with -fsanitize-address-field-padding=1Kostya Serebryany2014-12-061-0/+1
* [clang/asan] Do not emit memcpy for trivial operator= when -fsanitize-address...Kostya Serebryany2014-11-111-0/+17
* Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi2014-11-041-1/+0
* ignore -mconstructor-aliases when adding field paddings for asanKostya Serebryany2014-10-311-0/+25
* Do not insert asan paddings after fields that have flexible arrays.Kostya Serebryany2014-10-271-0/+30
* fix -fsanitize-address-field-padding for the cases with virtual base classesKostya Serebryany2014-10-171-0/+26
* Add explicit triple to clang/test/CodeGen/sanitize-address-field-padding.cpp,...NAKAMURA Takumi2014-10-171-2/+2
* User c-tor name to fix the sanitizer testRenato Golin2014-10-171-1/+1
* Trying to fix failing Clang sanitizer test on ARM botsRenato Golin2014-10-171-1/+1
* trying to fix the new test again, this time for the clang-cmake-armv7-a15 botKostya Serebryany2014-10-171-16/+3
* trying to fix the new test on hexagon-buildKostya Serebryany2014-10-161-10/+10
* Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...Kostya Serebryany2014-10-161-0/+152