[PATCH] D58541: [CodeComplete] Propagate preferred type for function arguments in more cases

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 25 11:16:02 PST 2019


ilya-biryukov added inline comments.


================
Comment at: clang/lib/Sema/SemaCodeComplete.cpp:494
   default:
     assert(false && "unhnalded unary op");
     return QualType();
----------------
xbolva00 wrote:
> Typo?
Fixed it. Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58541





More information about the cfe-commits mailing list