ilya-biryukov added inline comments.

================
Comment at: clang/test/CodeCompletion/overrides.cpp:14
   void vfunc(bool param) override;
-  void
+  vfo
 };
----------------
kadircet wrote:
> nit: I suppose it should be `vfu`?(same thing for the comments below starting 
> with `Runs completion...`
No, the idea was to test the `vfunc` item prefix-matching on `vfo` but still 
matches on `vf`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62298



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

Reply via email to