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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to