Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Unit tests: fail. 60978 tests passed, 1 failed and 727 were skipped.
failed: lit.lit/shtest-format.py
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
clang-tools-extra/clangd/AST.cpp | ||
---|---|---|
307 | Why not use explicitTargetReferences here? This should handle typedefs (and potentially other things) as well. |
Comment Actions
LGTM
clang-tools-extra/clangd/AST.cpp | ||
---|---|---|
307 | This is such a terrible hack... Could you put a FIXME mentioning this should be done when printing names of the underlying decls instead? |
Why not use explicitTargetReferences here? This should handle typedefs (and potentially other things) as well.
I'm not sure we can tests those, as auto might have all typedefs stripped of, though