summaryrefslogtreecommitdiff
path: root/lib/asan/asan_descriptions.cc
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-11[compiler-rt] Cleanup decoratorsVitaly Buka
2017-03-30[asan] Support line numbers in StackVarDescrKuba Mracek
2016-09-20[asan] Fix GlobalAddressDescription::Print()Filipe 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-19Cleanup: Move the *AddressDescription printing code to Print() members inside...Filipe Cabecinhas
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-17Deal with buildbot fallout from r278917: s/AllocType()/GetAllocType()/ (had t...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