[PATCH] D51917: [CodeCompletion] Enable signature help when initializing class/struct/union members.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 11 05:23:26 PDT 2018
ilya-biryukov added inline comments.
================
Comment at: include/clang/Sema/Sema.h:4571
+ /// Tries to get decleration for a member field.
+ ValueDecl *tryLookupCtorInitMemberDecl(CXXRecordDecl *ClassDecl,
----------------
s/decleration/declaration.
Maybe even remove the comment? the name is self-descriptive
Repository:
rC Clang
https://reviews.llvm.org/D51917
More information about the cfe-commits
mailing list