Skip to content

Commit 9129743

Browse files
committed
[Docs] List __has_feature(dataflow_sanitizer) in LanguageExtensions docs.
1 parent 7fbc1f7 commit 9129743

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/docs/LanguageExtensions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3592,6 +3592,9 @@ with :doc:`ThreadSanitizer`.
35923592
Use ``__has_feature(memory_sanitizer)`` to check if the code is being built
35933593
with :doc:`MemorySanitizer`.
35943594
3595+
Use ``__has_feature(dataflow_sanitizer)`` to check if the code is being built
3596+
with :doc:`DataFlowSanitizer`.
3597+
35953598
Use ``__has_feature(safe_stack)`` to check if the code is being built
35963599
with :doc:`SafeStack`.
35973600

0 commit comments

Comments
 (0)