[PATCH] D140756: Add clang_CXXMethod_isExplicit to libclang

Igor Kushnir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 08:31:32 PST 2023


vedgy added inline comments.


================
Comment at: clang/tools/libclang/libclang.map:419
     clang_getSymbolGraphForUSR;
+    clang_CXXMethod_isExplicit;
 };
----------------
This line should be moved from under the `LLVM_16` tag to under a new `LLVM_17` tag. Alternatively this commit can be cherry-picked into the LLVM 16 branch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140756/new/

https://reviews.llvm.org/D140756



More information about the cfe-commits mailing list