0x8000-0000 marked an inline comment as done.
0x8000-0000 added inline comments.


================
Comment at: test/clang-tidy/readability-magic-numbers.cpp:124
+
+  explicit Point(T xval, T yval) noexcept : x{xval}, y{yval} {
+  }
----------------
Eugene.Zelenko wrote:
> 0x8000-0000 wrote:
> > Eugene.Zelenko wrote:
> > > Please run Clang-format over test case.
> > I do run it constantly. In this case there is no change. I am using the 
> > clang-6.0 formatter though.
> It's weird, since closing curly bracket should be in same line as opening. 
> Also Rectangle constructor is longer then 80 symbols.
If you download the code and run clang-format-6.0 do you get something 
different?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D49114



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to