summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_libignore.cc
AgeCommit message (Expand)Author
2017-07-20Honour 80-character line limitKamil Rytarowski
2017-07-20Add NetBSD support in sanitizer_libignore.ccKamil Rytarowski
2017-01-11[tsan] Implement a 'ignore_noninstrumented_modules' flag to better suppress f...Kuba Mracek
2016-11-22tsan: switch libignore from /proc/self/maps to dl_iterate_phdrDmitry Vyukov
2015-11-03Reapply r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka
2015-11-03Revert r251918 ("[tsan] Fix build errors for TSan on OS X").Kuba Brecka
2015-11-03[tsan] Fix build errors for TSan on OS XKuba Brecka
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-04-09Move more POSIX-specific functions to sanitizer_posix.hTimur Iskhodzhanov
2015-02-19[Sanitizer] Drop LibIgnore dependency on SuppressionContext. NFC.Alexey Samsonov
2014-12-02Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov
2014-11-26[Sanitizer] Bump kMaxPathLength to 4096 and use it more extensively instead o...Alexey Samsonov
2014-09-06Enable sanitizers' libignore on FreeBSDViktor Kutuzov
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-10-16tsan: refactor libignore implementationDmitry Vyukov
2013-10-15tsan: refactor overly-complex logical conditionDmitry Vyukov
2013-10-15tsan: resolve symlinks for called_from_lib suppressionsDmitry Vyukov
2013-10-03tsan: ignore interceptors coming from specified librariesDmitry Vyukov