Commit 55f5994
committed
[AST] Fix warnings
This patch fixes:
clang/lib/AST/Type.cpp:4893:80: error: multi-line // comment
[-Werror,-Wcomment]
clang/lib/AST/Type.cpp:4894:80: error: multi-line // comment
[-Werror,-Wcomment]
clang/lib/AST/Type.cpp:4891:11: error: 12 enumeration values not
handled in switch: 'Adjusted', 'Decayed',
'Attributed'... [-Werror,-Wswitch]1 parent 9732427 commit 55f5994
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4890 | 4890 | | |
4891 | 4891 | | |
4892 | 4892 | | |
4893 | | - | |
| 4893 | + | |
4894 | 4894 | | |
4895 | 4895 | | |
4896 | 4896 | | |
| |||
0 commit comments