modocache marked an inline comment as done.
modocache added a comment.

Sure thing! Just to be clear: this test doesn't fail, it passes. My intention 
was to commit this, then commit a patch that improved the indentation behavior, 
which would also include a change to the test that demonstrated the new 
behavior. But, as per your suggestion, I'll wait for the fix before committing 
this. Thanks!



================
Comment at: clang/unittests/Format/FormatTest.cpp:5184
+               "    c++;\n"
+               "    d++\n"
+               "  });\n"
----------------
This is a passing test that demonstrates that the indentation of `c++` and 
`d++` here is wacky.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65149/new/

https://reviews.llvm.org/D65149



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

Reply via email to