summaryrefslogtreecommitdiff
path: root/test/Driver/fsanitize-blacklist.c
AgeCommit message (Expand)Author
2017-12-09Fix fsanitize-blacklist test on Windows.Evgeniy Stepanov
2017-12-09Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov
2017-09-12[ubsan] Extend default blacklist support to integer/nullability groupsVedant Kumar
2016-10-20Remove 24 instances of 'REQUIRES: shell'Reid Kleckner
2015-09-03Add -target flag to Clang invocations in this test.Alexey Samsonov
2015-09-02Do not include default sanitizer blacklists into -M/-MM/-MD/-MMD output.Ivan Krasin
2015-02-12Fix tests so they work when the linker is gccFilipe Cabecinhas
2015-02-04Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov
2013-08-19Re-apply r188666Alexey Samsonov
2013-08-19Revert r188666: it breaks the buildbotsAlexey Samsonov
2013-08-19Fix PR16768: properly report malformed sanitizer blacklist file contentsAlexey Samsonov
2012-12-11clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is...NAKAMURA Takumi
2012-12-03clang/test/Driver/fsanitize-blacklist.c: Mark it as XFAIL:cygming, due to PR1...NAKAMURA Takumi
2012-12-03Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov