Skip to content

Commit e0fd00d

Browse files
authored
Document incompatibility with non-sanitized PCHs
1 parent dc8b76c commit e0fd00d

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
@@ -23,6 +23,7 @@ The following options and functionality are incompatible with [`/fsanitize=addre
2323
- [C++ AMP](../parallel/amp/cpp-amp-overview.md) is unsupported, and should be disabled.
2424
- [Universal Windows Platform](../cppcx/universal-windows-apps-cpp.md) (UWP) applications are unsupported.
2525
- [Special case list](https://clang.llvm.org/docs/SanitizerSpecialCaseList.html) files are unsupported.
26+
- [Precompiled headers build without `/fsanitize`address`](../build/creating-precompiled-header-files.md#consistency-rules-for-yc-and-yu) are unsupported.
2627

2728
## Standard library support
2829

0 commit comments

Comments
 (0)