Skip to content

Commit 27000a7

Browse files
committed
Comment out CINDEX_DEPRECATED instead with explanation
1 parent cb02301 commit 27000a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang-c/Index.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6953,6 +6953,7 @@ clang_getCursorUnaryOperatorKind(CXCursor cursor);
69536953
* @}
69546954
*/
69556955

6956+
/* CINDEX_DEPRECATED - disable this to appease MSVC deprecation diagnostic warnings */
69566957
typedef void *CXRemapping;
69576958

69586959
CINDEX_DEPRECATED CINDEX_LINKAGE CXRemapping clang_getRemappings(const char *);

0 commit comments

Comments
 (0)