gAlfonso-bit added inline comments.

================
Comment at: clang/lib/AST/DeclPrinter.cpp:161-163
+    else if (const ArrayType *ATy = dyn_cast<ArrayType>(BaseType))
       BaseType = ATy->getElementType();
+    else if (const FunctionType *FTy = BaseType->getAs<FunctionType>())
----------------
dexonsmith wrote:
> Seems unrelated to this commit?
Did it to quiet clang-tidy because I modified this function


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

https://reviews.llvm.org/D110068

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

Reply via email to