summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/address-safety-attr.cpp
Commit message (Expand)AuthorAgeFilesLines
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-4/+4
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-7/+7
* Remove 24 instances of 'REQUIRES: shell'Reid Kleckner2016-10-201-4/+3
* Implement no_sanitize attribute.Peter Collingbourne2015-05-151-10/+49
* Fix test failure caused by r235537. It does not run on Windows due to REQUIRE...Reid Kleckner2015-04-221-17/+12
* Fixup for r220403: Use getFileLoc() instead of getSpellingLoc() in SanitizerB...Alexey Samsonov2014-10-221-1/+7
* SanitizerBlacklist: Use spelling location for blacklisting purposes.Alexey Samsonov2014-10-221-0/+9
* SanitizerBlacklist: blacklist functions by their source location.Alexey Samsonov2014-10-171-14/+41
* [Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...Alexey Samsonov2013-03-061-11/+29
* Add more of the command line options as attribute flags.Bill Wendling2013-02-281-22/+26
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-6/+3
* Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany2013-02-261-8/+8
* Make for x86 to stop it failing on ARM buildbots.Bill Wendling2013-02-221-3/+3
* Try to get buildbots to pass these tests.Bill Wendling2013-02-211-9/+12
* Attempt to clean up tests for non-X86 platforms.Bill Wendling2013-02-201-19/+24
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-15/+22
* clang/test/CodeGen: Suppress a couple of tests on win32. It seems -fsanitize-...NAKAMURA Takumi2013-01-181-0/+3
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-0/+2
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-1/+1
* [asan] add missing asan instrumentation in generated global init functionsKostya Serebryany2012-06-261-0/+6
* The following patch adds __attribute__((no_address_safety_analysis)) which wi...Kostya Serebryany2012-01-241-0/+35