[PATCH] D66215: [clangd] Print qualifiers of out-of-line definitions in document outline
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 05:30:28 PDT 2019
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/clangd/AST.cpp:106
+
+/// Returns a nested name specifier if \p ND refers to a an out-of-line
+/// definition.
----------------
`if .. out-of-line definition` seems a bit confusing, I think here we just return a nested name specifier if it is written/present in the source code?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66215/new/
https://reviews.llvm.org/D66215
More information about the cfe-commits
mailing list