[clang] [clang-c] Don't deprecate CXRemapping as well as its users (PR #149975)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 22 04:15:02 PDT 2025


================
@@ -6953,7 +6953,6 @@ clang_getCursorUnaryOperatorKind(CXCursor cursor);
  * @}
  */
 
-CINDEX_DEPRECATED
----------------
AaronBallman wrote:

How about we go with `/* CINDEX_DEPRECATED */` and maybe a comment explaining that the type is deprecated but not marked so due to deprecation diagnostic behavior on MSVC?

https://github.com/llvm/llvm-project/pull/149975


More information about the cfe-commits mailing list