Skip to content

Commit de4321c

Browse files
committed
[libclang] Tweaks for clang_CXXMethod_isExplicit
This adds a release note that was accidentally dropped, and moves the symbol from LLVM 16 to LLVM 17 in the module map. Amends 0a51bc7
1 parent c812ab7 commit de4321c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ clang-extdef-mapping
213213
libclang
214214
--------
215215

216+
- Introduced the new function ``clang_CXXMethod_isExplicit``,
217+
which identifies whether a constructor or conversion function cursor
218+
was marked with the explicit identifier.
219+
216220
Static Analyzer
217221
---------------
218222

clang/tools/libclang/libclang.map

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ LLVM_16 {
416416
clang_disposeAPISet;
417417
clang_getSymbolGraphForCursor;
418418
clang_getSymbolGraphForUSR;
419+
};
420+
421+
LLVM_17 {
419422
clang_CXXMethod_isExplicit;
420423
};
421424

0 commit comments

Comments
 (0)