sammccall added inline comments.
================ Comment at: clang-tools-extra/clangd/XRefs.h:86 + enum ReferenceAttributes : unsigned { + Plain = 0, + Declaration = 1 << 0, ---------------- kbobyrev wrote: > nit: `Plain` means neither `Declaration` nor `Definition`, right? Maybe > `None` then? Haha, this is actually unused. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D95450/new/ https://reviews.llvm.org/D95450 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits