[PATCH] D62582: [CodeComplete] Improve overload handling for C++ qualified and ref-qualified methods.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 3 02:01:15 PDT 2019


ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lib/Sema/SemaCodeComplete.cpp:1314
+          Result &Incumbent = Results[Entry.second];
+          Method->dumpColor();
+          Incumbent.Declaration->dumpColor();
----------------
A leftover debug output. Please remove before landing


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62582/new/

https://reviews.llvm.org/D62582





More information about the cfe-commits mailing list