summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common_interceptors_format.inc
AgeCommit message (Collapse)Author
2015-09-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in ↵Kostya Serebryany
lib/sanitizer_common headers, unify closing inclusion guards. Patch by Eugene Zelenko git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@248816 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-23[ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209516 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-28[Sanitizer] Add rudimentary support for wide-character strings to ↵Alexey Samsonov
scanf/printf interceptors git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@207443 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-26Support 'q' length modifier in scanf/printf interceptorsAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@202268 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-23[Sanitizer] Fix false positive in printf interceptors: properly handle ↵Alexey Samsonov
precision for %s git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@199895 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-21[Sanitizer] try harder to fix Werror build break after r199729Alexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@199736 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-21[Sanitizer] Update file names now that we intercept both scanf and printfAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@199735 91177308-0d34-0410-b5e6-96231b3b80d8