Skip to content

Commit 7563ed5

Browse files
authored
Add UWP to list of unsupported ASAN features.
1 parent eedf244 commit 7563ed5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/sanitizers/asan-known-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ These options and functionality are incompatible with [`/fsanitize=address`](../
2121
- [OpenMP](../build/reference/openmp-enable-openmp-2-0-support.md) is unsupported, and should be disabled.
2222
- [Managed C++](../build/reference/clr-common-language-runtime-compilation.md) is unsupported, and should be disabled.
2323
- [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.
2425
- [Special case list](https://clang.llvm.org/docs/SanitizerSpecialCaseList.html) files are unsupported.
2526

2627
## Standard library support

0 commit comments

Comments
 (0)