Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

release/21.x: [libclang] Fix version for symbol clang_visitCXXMethods (#148958)#148980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tru merged 1 commit intollvm:release/21.xfromllvmbot:issue148958
Jul 17, 2025

Conversation

llvmbot
Copy link
Member

Backport116110e

Requested by:@efriedma-quic

@llvmbot
Copy link
MemberAuthor

@Endilll What do you think about merging this PR to the release branch?

@llvmbotllvmbot requested a review fromEndilllJuly 15, 2025 22:46
@llvmbotllvmbot added clangClang issues not falling into any other category clang:as-a-librarylibclang and C++ API labelsJul 15, 2025
@llvmbot
Copy link
MemberAuthor

@llvm/pr-subscribers-clang

Author: None (llvmbot)

Changes

Backport116110e

Requested by: @efriedma-quic


Full diff:https://github.com/llvm/llvm-project/pull/148980.diff

1 Files Affected:

  • (modified) clang/tools/libclang/libclang.map (+1-1)
diff --git a/clang/tools/libclang/libclang.map b/clang/tools/libclang/libclang.mapindex d140a71e771a0..49c472e3833fd 100644--- a/clang/tools/libclang/libclang.map+++ b/clang/tools/libclang/libclang.map@@ -435,12 +435,12 @@ LLVM_20 {     clang_getTypePrettyPrinted;     clang_isBeforeInTranslationUnit;     clang_visitCXXBaseClasses;-    clang_visitCXXMethods; };  LLVM_21 {   global:     clang_getFullyQualifiedName;+    clang_visitCXXMethods;     clang_Cursor_getGCCAssemblyTemplate;     clang_Cursor_isGCCAssemblyHasGoto;     clang_Cursor_getGCCAssemblyNumOutputs;

@github-project-automationgithub-project-automationbot moved this fromNeeds Triage toNeeds Merge inLLVM Release StatusJul 16, 2025
Happened to spot this while looking at libclang.map for other reasons.clang_visitCXXMethods was added in LLVM 21, not LLVM 20.(cherry picked from commit116110e)
@trutru merged commit04d4be5 intollvm:release/21.xJul 17, 2025
@github-project-automationgithub-project-automationbot moved this fromNeeds Merge toDone inLLVM Release StatusJul 17, 2025
@github-actionsGitHub Actions
Copy link

@efriedma-quic (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@EndilllEndilllEndilll approved these changes

Assignees
No one assigned
Labels
clang:as-a-librarylibclang and C++ APIclangClang issues not falling into any other category
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants
@llvmbot@Endilll@tru@efriedma-quic

[8]ページ先頭

©2009-2025 Movatter.jp