[clangd] Don't print locations of anonymous tags
authorSam McCall <sam.mccall@gmail.com>
Tue, 4 Oct 2022 19:37:27 +0000 (21:37 +0200)
committerSam McCall <sam.mccall@gmail.com>
Tue, 4 Oct 2022 19:38:18 +0000 (21:38 +0200)
commite212a4f838f17e2d37b1d572d8c1b49c50d7fe17
tree8664ced2966535a14afcb6f84b6f5612c33b122c
parent3eef2c2b1383a5a4ce20f0c92bf7d31537f87705
[clangd] Don't print locations of anonymous tags

These are usually not interesting when clangd presents results in
context, and the file paths are noisy.
clang-tools-extra/clangd/AST.cpp