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 eedf244 commit 7563ed5Copy full SHA for 7563ed5
docs/sanitizers/asan-known-issues.md
@@ -21,6 +21,7 @@ These options and functionality are incompatible with [`/fsanitize=address`](../
21
- [OpenMP](../build/reference/openmp-enable-openmp-2-0-support.md) is unsupported, and should be disabled.
22
- [Managed C++](../build/reference/clr-common-language-runtime-compilation.md) is unsupported, and should be disabled.
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
27
## Standard library support
0 commit comments