[all-commits] [llvm/llvm-project] 99eab3: [clang] StmtPrinter: Handle DeclRefExpr to a Decom...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Tue Feb 18 15:07:13 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 99eab31a80d93eacea2e8687e12cf34a381fa68c
https://github.com/llvm/llvm-project/commit/99eab31a80d93eacea2e8687e12cf34a381fa68c
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M clang/lib/AST/StmtPrinter.cpp
A clang/test/Analysis/anonymous-decls.cpp
R clang/test/Analysis/anonymous-parameter.cpp
Log Message:
-----------
[clang] StmtPrinter: Handle DeclRefExpr to a Decomposition (#125001)
A DeclRefExpr could never refer to a Decomposition in valid C++ code,
but somehow the Analyzer creates these entities and then it tries to
print them.
There is no sensible answer here, so we print 'decomposition' followed
by the names of all of its bindings, separated by dashes.
(cherry picked from commit 00c096e604ad3a5244af06602556f8de867e36c4)
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