[PATCH] D43162: [Parser] (C++) Make -Wextra-semi slightly more useful

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 1 08:53:57 PST 2018


lebedev.ri added a comment.

**If** i'm reading `git blame` correctly, the `-Wnewline-eof` diag, which i used as a base to model the previous version of this diff on,
was added in https://reviews.llvm.org/rL189110 / https://github.com/llvm-mirror/clang/commit/7865b8e4324378e06f59adb4d60bec26a7d3d584 by @jordan_rose.
Since the @rsmith's review note suggests the approach is incorrect, i've added the author of that commit as a subscriber, just in case.


Repository:
  rC Clang

https://reviews.llvm.org/D43162





More information about the cfe-commits mailing list