getName method required to be called on a simple-identifier NamedDecl,
otherwise it will trigger an assertion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153617
[clangd] Fix an assertion failure in NamedDecl::getName during the prepareRename ClosedPublic Authored by hokein on Jun 23 2023, 2:00 AM.
Details Summary getName method required to be called on a simple-identifier NamedDecl,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 13 2023, 8:49 AM This revision was landed with ongoing or failed builds.Jul 14 2023, 12:18 AM Closed by commit rG5649b24c48ab: [clangd] Fix an assertion failure in NamedDecl::getName during the prepareRename (authored by hokein). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540293 clang-tools-extra/clangd/refactor/Rename.cpp
clang-tools-extra/clangd/unittests/RenameTests.cpp
|