[all-commits] [llvm/llvm-project] 4b30b3: [clang][ASTImporter] Fix AST import if anonymous n...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Tue May 6 01:17:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b30b3f901b00da1bd1f70e9ca9086e349c7cca0
https://github.com/llvm/llvm-project/commit/4b30b3f901b00da1bd1f70e9ca9086e349c7cca0
Author: Balázs Kéri <balazs.keri at ericsson.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M clang/lib/AST/ASTImporter.cpp
M clang/unittests/AST/ASTImporterTest.cpp
Log Message:
-----------
[clang][ASTImporter] Fix AST import if anonymous namespaces are merged (#128735)
Fix of a faulty case that is shown in the second of the added
tests (an anonymous namespace is imported that resides in a `extern "C"`
block).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list