File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ Attribute Changes in Clang
210
210
Windows Support
211
211
---------------
212
212
213
- - clang-cl now supports the use of the precompiled header options /Yc and /Yu
213
+ - clang-cl now supports the use of the precompiled header options `` /Yc `` and `` /Yu ``
214
214
without the filename argument. When these options are used without the
215
215
filename, a `#pragma hdrstop ` inside the source marks the end of the
216
216
precompiled code.
@@ -229,7 +229,8 @@ Windows Support
229
229
230
230
- Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW.
231
231
232
- - ...
232
+ - Structured Exception Handling support for ARM64 Windows. The ARM64 Windows
233
+ target is in pretty good shape now.
233
234
234
235
235
236
C Language Changes in Clang
You can’t perform that action at this time.
0 commit comments