summaryrefslogtreecommitdiff
path: root/lib/asan/asan_descriptions.h
AgeCommit message (Expand)Author
2017-12-04[ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov
2017-10-25[Sanitizers] ASan: detect new/delete calls with mismatched alignment.Alex Shlyapnikov
2017-09-13[compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka
2017-09-11[compiler-rt] Cleanup decoratorsVitaly Buka
2016-09-21[asan] Reify ErrorGenericFilipe Cabecinhas
2016-09-09[asan] Store access_size in the {Stack,Global}AddressDescription objectsFilipe Cabecinhas
2016-09-09[asan] Add a new AddressDescription structure, which can describe any type of...Filipe Cabecinhas
2016-08-25[asan] remove unused kAsanHeapRightRedzoneMagic (NFC)Kostya Serebryany
2016-08-19Cleanup: Move the *AddressDescription printing code to Print() members inside...Filipe Cabecinhas
2016-08-18Add header guards to asan_descriptions.hFilipe Cabecinhas
2016-08-17[asan] Remove "Stack partial redzone" from reportVitaly Buka
2016-08-17Split DescribeAddressIfGlobal between a function that gets all the informatio...Filipe Cabecinhas
2016-08-17Split DescribeAddressIfStack between a function that gets all the information...Filipe Cabecinhas
2016-08-17Rename DescribeHeapAddress to DescribeAddressIfHeap and split it into a funct...Filipe Cabecinhas
2016-08-16Move the Decorator, ThreadNameWithParenthesis, and DescribeThread to asan_des...Filipe Cabecinhas
2016-08-15Split DescribeAddressIfShadow between a function that gets all the informatio...Filipe Cabecinhas