mbenfield added inline comments.
================ Comment at: clang/lib/Sema/SemaChecking.cpp:662 + if (Index < FD->getNumParams()) { + if (const auto *POS = + FD->getParamDecl(Index)->getAttr<PassObjectSizeAttr>()) ---------------- enh wrote: > (stray tabs?) Not sure what you're referring to. AFAICT there are no tabs in this file. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D111833/new/ https://reviews.llvm.org/D111833 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits