Skip to content

Commit 3a11c86

Browse files
committed
Add Control Flow Guard in Clang release notes.
By Andrew Paverd! Differential revision: https://reviews.llvm.org/D75047
1 parent 882720b commit 3a11c86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,12 @@ Windows Support
208208
- Fixed handling of TLS variables that are shared between object files
209209
in MinGW environments
210210

211+
- The ``-cfguard`` flag now emits Windows Control Flow Guard checks on indirect
212+
function calls. The previous behavior is still available with the
213+
``-cfguard-nochecks`` flag. These checks can be disabled for specific
214+
functions using the new ``__declspec(guard(nocf))`` modifier.
215+
216+
211217
C Language Changes in Clang
212218
---------------------------
213219

0 commit comments

Comments
 (0)