summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/address-safety-attr.cpp
AgeCommit message (Expand)Author
2021-11-17[NFC][clang] Inclusive terms: replace uses of blacklist in clang/test/Zarko Todorovski
2021-07-09Reapply [IR] Don't mark mustprogress as type attributeNikita Popov
2020-11-04[clang] Add mustprogress and llvm.loop.mustprogress attribute deductionAtmn Patel
2017-05-29IRGen: Add optnone attribute on function during O0Mehdi Amini
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-10-20Remove 24 instances of 'REQUIRES: shell'Reid Kleckner
2015-05-15Implement no_sanitize attribute.Peter Collingbourne
2015-04-22Fix test failure caused by r235537. It does not run on Windows due to REQUIRE...Reid Kleckner
2014-10-22Fixup for r220403: Use getFileLoc() instead of getSpellingLoc() in SanitizerB...Alexey Samsonov
2014-10-22SanitizerBlacklist: Use spelling location for blacklisting purposes.Alexey Samsonov
2014-10-17SanitizerBlacklist: blacklist functions by their source location.Alexey Samsonov
2013-03-06[Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...Alexey Samsonov
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-26Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany
2013-02-22Make for x86 to stop it failing on ARM buildbots.Bill Wendling
2013-02-21Try to get buildbots to pass these tests.Bill Wendling
2013-02-20Attempt to clean up tests for non-X86 platforms.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-01-18clang/test/CodeGen: Suppress a couple of tests on win32. It seems -fsanitize-...NAKAMURA Takumi
2013-01-18[ubsan] Add support for -fsanitize-blacklistWill Dietz
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith
2012-06-26[asan] add missing asan instrumentation in generated global init functionsKostya Serebryany
2012-01-24The following patch adds __attribute__((no_address_safety_analysis)) which wi...Kostya Serebryany