RKSimon added inline comments.
================ Comment at: clang/lib/Sema/SemaType.cpp:7855 + return; + RowsExpr = Columns.get(); + } else { ---------------- @fhahn Should this be ColsExpr? ``` ColsExpr = Columns.get(); ``` Noticed when looking at https://llvm.org/reports/scan-build/report-SemaType.cpp-BuildMatrixType-11-1.html#EndPath Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72281/new/ https://reviews.llvm.org/D72281 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits