[PATCH] D129048: Rewording the "static_assert" to static assertion

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 10:30:48 PDT 2022


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



More information about the cfe-commits mailing list