summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_libignore.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* OpenBSD UBsan support enabling SANITIZER_OPENBSD widelyKamil Rytarowski2018-03-031-1/+2
* [tsan] Separate the constants in libignore and bump the maximum for instrumen...Kuba Mracek2018-01-041-2/+2
* Honour 80-character line limitKamil Rytarowski2017-07-201-1/+2
* Add NetBSD support in sanitizer_libignore.ccKamil Rytarowski2017-07-201-2/+2
* [tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...Kuba Mracek2017-01-111-4/+29
* tsan: switch libignore from /proc/self/maps to dl_iterate_phdrDmitry Vyukov2016-11-221-15/+16
* Reapply r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka2015-11-031-1/+1
* Revert r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka2015-11-031-1/+1
* [tsan] Fix build errors for TSan on OS XKuba Brecka2015-11-031-1/+1
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-6/+7
* Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov2015-04-091-0/+1
* [Sanitizer] Drop LibIgnore dependency on SuppressionContext. NFC.Alexey Samsonov2015-02-191-16/+10
* Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov2014-12-021-3/+3
* [Sanitizer] Bump kMaxPathLength to 4096 and use it more extensively instead o...Alexey Samsonov2014-11-261-2/+2
* Enable sanitizers' libignore on FreeBSDViktor Kutuzov2014-09-061-2/+2
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-3/+4
* tsan: refactor libignore implementationDmitry Vyukov2013-10-161-33/+34
* tsan: refactor overly-complex logical conditionDmitry Vyukov2013-10-151-25/+31
* tsan: resolve symlinks for called_from_lib suppressionsDmitry Vyukov2013-10-151-4/+17
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-031-0/+85