[all-commits] [llvm/llvm-project] 512cec: [clang][transformer] Make `describe()` terser for ...
Clement Courbet via All-commits
all-commits at lists.llvm.org
Wed Sep 11 08:03:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 512cecad4c384c84b79fea050a755cb7e46c6ac5
https://github.com/llvm/llvm-project/commit/512cecad4c384c84b79fea050a755cb7e46c6ac5
Author: Clement Courbet <courbet at google.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M clang/lib/Tooling/Transformer/Stencil.cpp
M clang/unittests/Tooling/StencilTest.cpp
Log Message:
-----------
[clang][transformer] Make `describe()` terser for `NamedDecl`s. (#108215)
Right now `describe()`ing a `FunctionDecl` dups the whole code of the
function. Dump only its name.
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