curdeius added a comment.

Maybe it would be judicious to add a FIXME to `test::messUp` for the pragmas? 
Or fix it in this patch?



================
Comment at: clang/unittests/Format/FormatTest.cpp:17641-17651
+  verifyFormat("void foo() {\n"
+               "  #pragma omp simd\n"
+               "  for (...) {\n"
+               "    #pragma omp simd\n"
+               "    for (...) {\n"
+               "    }\n"
+               "  }\n"
----------------
Actually I'd rather see a test were you mess up spaces manually (adding or 
removing spaces on pragma lines).
So instead of `verifyFormat(formattedCode)`, I'd see `EXPECT_EQ(formattedCode, 
format(lightly-messed-up-code, Style)`.


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

https://reviews.llvm.org/D92753

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

Reply via email to