[PATCH] D53654: [clang] Improve ctor initializer completions.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 31 08:00:27 PDT 2018


ilya-biryukov added inline comments.


================
Comment at: lib/Sema/SemaCodeComplete.cpp:176
   public:
+    void AddConstructorResults(const CXXRecordDecl *Record, Result R);
+
----------------
AddConstructorResults is not defined and not used. Remove it?


Repository:
  rC Clang

https://reviews.llvm.org/D53654





More information about the cfe-commits mailing list