Changes between Version 1 and Version 2 of Ticket #63038, comment 25


Ignore:
Timestamp:
Jun 13, 2021, 6:57:07 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63038, comment 25

    v1 v2  
    22> I'm a co-maintainer of Crypto++ library https://github.com/weidai11/cryptopp . Among other validation tools, It uses ASAN and UBSAN, like {{{make asan}}} and {{{make ubsan}}}. It would be nice if it worked with clang-12.
    33
    4 You know the analyzer has nothing to do with asan or ubsan or any other sanitizer, right? The analyzer is a totally different kind of thing (that I still believe nobody uses, but could be wrong perhaps).
     4The analyzer has nothing to do with asan or ubsan or any other sanitizer.
     5
     6https://clang-analyzer.llvm.org/scan-build.html
     7