[PATCH] D94259: [clangd] Fix type printing in the presence of qualifiers
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 8 07:44:14 PST 2021
kadircet added inline comments.
================
Comment at: clang/include/clang/AST/PrettyPrinter.h:51
+ /// be no calls with outer scopes.
+ virtual bool isScopeVisible(const DeclContext *NS) const { return false; }
};
----------------
nit: s/NS/DC/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94259/new/
https://reviews.llvm.org/D94259
More information about the cfe-commits
mailing list