summaryrefslogtreecommitdiff
path: root/lib/asan/asan_descriptions.h
Commit message (Expand)AuthorAgeFilesLines
* Update compiler-rt cpplint.pyVitaly Buka2019-09-111-1/+1
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ASan] Minor ASan error reporting cleanupAlex Shlyapnikov2018-07-091-3/+14
* [ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov2017-12-041-0/+4
* [Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov2017-10-251-0/+1
* [compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka2017-09-131-1/+0
* [compiler-rt] Cleanup decoratorsVitaly Buka2017-09-111-5/+0
* [asan] Reify ErrorGenericFilipe Cabecinhas2016-09-211-2/+3
* [asan] Store access_size in the {Stack,Global}AddressDescription objectsFilipe Cabecinhas2016-09-091-4/+8
* [asan] Add a new AddressDescription structure, which can describe any type of...Filipe Cabecinhas2016-09-091-5/+83
* [asan] remove unused kAsanHeapRightRedzoneMagic (NFC)Kostya Serebryany2016-08-251-1/+0
* Cleanup: Move the *AddressDescription printing code to Print() members inside...Filipe Cabecinhas2016-08-191-0/+20
* Add header guards to asan_descriptions.hFilipe Cabecinhas2016-08-181-0/+4
* [asan] Remove "Stack partial redzone" from reportVitaly Buka2016-08-171-1/+0
* Split DescribeAddressIfGlobal between a function that gets all the informatio...Filipe Cabecinhas2016-08-171-0/+12
* Split DescribeAddressIfStack between a function that gets all the information...Filipe Cabecinhas2016-08-171-0/+10
* Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a funct...Filipe Cabecinhas2016-08-171-1/+30
* Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_des...Filipe Cabecinhas2016-08-161-0/+60
* Split DescribeAddressIfShadow between a function that gets all the informatio...Filipe Cabecinhas2016-08-151-0/+37