balazske marked an inline comment as done.
balazske added inline comments.

================
Comment at: clang/lib/AST/Expr.cpp:1386
   QualType CalleeType = Callee->getType();
+
   if (const auto *FnTypePtr = CalleeType->getAs<PointerType>()) {
----------------
hokein wrote:
> nit: looks like an accident change, remove it.
Fixed in the committed code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95244

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

Reply via email to