[all-commits] [llvm/llvm-project] 0fc69b: [clangd] Carefully handle PseudoObjectExprs for in...
Younan Zhang via All-commits
all-commits at lists.llvm.org
Sat Dec 2 23:27:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fc69b1402d75704744c73e15d278dcc8f437f0e
https://github.com/llvm/llvm-project/commit/0fc69b1402d75704744c73e15d278dcc8f437f0e
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2023-12-03 (Sun, 03 Dec 2023)
Changed paths:
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
Log Message:
-----------
[clangd] Carefully handle PseudoObjectExprs for inlay hints (#71366)
Not all subexpressions for a PseudoObjectExpr are interesting, and they
probably mess up inlay hints.
Fixes https://github.com/clangd/clangd/issues/1813.
More information about the All-commits
mailing list