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
210210Windows Support
211211---------------
212212
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 ``
214214 without the filename argument. When these options are used without the
215215 filename, a `#pragma hdrstop ` inside the source marks the end of the
216216 precompiled code.
@@ -229,7 +229,8 @@ Windows Support
229229
230230- Allow using Address Sanitizer and Undefined Behaviour Sanitizer on MinGW.
231231
232- - ...
232+ - Structured Exception Handling support for ARM64 Windows. The ARM64 Windows
233+ target is in pretty good shape now.
233234
234235
235236C Language Changes in Clang
You can’t perform that action at this time.
0 commit comments