Commit de6616e
[clang-c] Don't deprecate CXRemapping as well as its users (llvm#149975)
llvm#149079 deprecated CXRemapping and all its methods, however MSVC warns
when a deprecated method is using a deprecated variable (and breaks our
Werror builds) - best way to avoid this is to only deprecate the methods
directly.1 parent 3b8429b commit de6616e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6953 | 6953 | | |
6954 | 6954 | | |
6955 | 6955 | | |
6956 | | - | |
| 6956 | + | |
6957 | 6957 | | |
6958 | 6958 | | |
6959 | 6959 | | |
| |||
0 commit comments