manmanren accepted this revision.
manmanren added a comment.
This revision is now accepted and ready to land.

LGTM .

Manman



================
Comment at: lib/Sema/SemaCodeComplete.cpp:3763
+        if (!M->getSelector().isUnarySelector() ||
+            M->getReturnType()->isVoidType() || M->isInstanceMethod())
+          continue;
----------------
Can you put a comment here on the conditions?


Repository:
  rL LLVM

https://reviews.llvm.org/D27053



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

Reply via email to