[PATCH] D69937: [clangd] Use name of Macro to compute its SymbolID.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 7 06:36:54 PST 2019


ilya-biryukov added a comment.

Does that mean we identify each macro merely by its name?
It's not uncommon to have multiple `#define` for the same name, meaning completely different things.

If find references shows all of those, it's not very useful...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69937/new/

https://reviews.llvm.org/D69937





More information about the cfe-commits mailing list