aaron.ballman added inline comments.
================ Comment at: clang/test/CXX/expr/expr.prim/expr.prim.req/nested-requirement.cpp:48 } \ No newline at end of file ---------------- Codesbyusman wrote: > aaron.ballman wrote: > > xgupta wrote: > > > a 'newline' is missing here. > > Still missing the newline at the end of the file here. > what here is mean by the missing line I am adding the newline but no changes > to the comment > > > No newline at end of file > > C++ used to have a requirement that every file end with a newline (C still has that requirement), so Phabricator is reminding you that the file should still end in a newline. The fix is to put a newline after the closing curly brace on line 47 (so the newline is line 48). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D129048/new/ https://reviews.llvm.org/D129048 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits