We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb9c7f commit 1b8eb33Copy full SHA for 1b8eb33
docs/sanitizers/asan-known-issues.md
@@ -23,6 +23,7 @@ These options and functionality are incompatible with [`/fsanitize=address`](../
23
- [C++ AMP](../parallel/amp/cpp-amp-overview.md) is unsupported, and should be disabled.
24
- [Universal Windows Platform](../cppcx/universal-windows-apps-cpp.md) (UWP) applications are unsupported.
25
- [Special case list](https://clang.llvm.org/docs/SanitizerSpecialCaseList.html) files are unsupported.
26
+- [MFC](../mfc) using the optional [`alloc_dealloc_mismatch`](error-alloc-dealloc-mismatch) runtime option is unsupported.
27
28
## Standard library support
29
0 commit comments