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 882720b commit 3a11c86Copy full SHA for 3a11c86
clang/docs/ReleaseNotes.rst
@@ -208,6 +208,12 @@ Windows Support
208
- Fixed handling of TLS variables that are shared between object files
209
in MinGW environments
210
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
217
C Language Changes in Clang
218
---------------------------
219
0 commit comments