[PATCH] D119711: Add asan support for MSVC debug runtimes

2022-02-15 Thread Petr Mikhalitsyn via Phabricator via cfe-commits
lo1ol added a comment. Ok, I get current situation. Sorry for my late answer. I made some investigation yesterday and compared msvc and clang versions of asan. In my tests msvc version seems more stable. All my tests is written via catch2 framework (v2.13.8). So, first example is: #define CA

[PATCH] D119711: Add asan support for MSVC debug runtimes

2022-02-14 Thread Petr Mikhalitsyn via Phabricator via cfe-commits
lo1ol created this revision. lo1ol added a reviewer: rnk. lo1ol requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Use special debug asan versions (prefixed with asan_dbg) for MSVC debug runtimes (/MTd, /MDd, /LDd). Resolves: https://github