summaryrefslogtreecommitdiff
path: root/lib/asan/asan_report.h
Commit message (Expand)AuthorAge
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-21
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-05
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-31
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-21
* [ASan] Add print_full_thread_history runtime option (on by default) that prin...Alexey Samsonov2012-09-05
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-29
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-28
* [ASan] share code executed at the beginning/end of printing error reportsAlexey Samsonov2012-08-10
* [ASan] Move mac-specific error reports to asan_report.cc as wellAlexey Samsonov2012-08-09
* [ASan] Small fix to please tests on Windows, where stack unwinding using prov...Alexey Samsonov2012-08-09
* [ASan] Move __asan_report_error implementation to asan_report.ccAlexey Samsonov2012-08-09
* [ASan] move code that describes globals to asan_report.ccAlexey Samsonov2012-08-09
* [ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov2012-08-09
* [ASan] Move error reporting code away from file with interceptorsAlexey Samsonov2012-08-09
* [ASan] Move error reports away from ASan allocator. Add new source file to CM...Alexey Samsonov2012-08-09
* [ASan] Create new files asan_report.{h,cc} as a preparation for refactoring o...Alexey Samsonov2012-08-09