[all-commits] [llvm/llvm-project] 48f13d: [clang][AST] fix ast-print of extern <lang> with >...
temyurchenko via All-commits
all-commits at lists.llvm.org
Mon Jul 1 06:25:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48f13d48a88c14acbaea7c3ee05018bb173fb360
https://github.com/llvm/llvm-project/commit/48f13d48a88c14acbaea7c3ee05018bb173fb360
Author: temyurchenko <44875844+temyurchenko at users.noreply.github.com>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
M clang/lib/AST/Decl.cpp
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaExpr.cpp
A clang/test/AST/ast-print-language-linkage.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.cpp
Log Message:
-----------
[clang][AST] fix ast-print of extern <lang> with >=2 declarators
Fixes #93913
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