summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud