Commit 16766b3
committed
Fix ms type_info to be a 'class' type
It was brought up on llvm#151277 that the patch changes type_info from class
to struct. While I couldn't find a way to test/notice this, this patch
changes it to a class.
While I'm here, I am also removing unnecessary/against coding standard
curley brackets.1 parent 6099d0c commit 16766b3
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2394 | 2394 | | |
2395 | 2395 | | |
2396 | 2396 | | |
2397 | | - | |
2398 | | - | |
2399 | | - | |
| 2397 | + | |
| 2398 | + | |
2400 | 2399 | | |
2401 | 2400 | | |
2402 | 2401 | | |
| |||
0 commit comments