krasimir added inline comments.

================
Comment at: unittests/Format/FormatTest.cpp:2407
+               "int b = 0;",
+               Style);
 }
----------------
Please add tests where:
- the macro occurs inside a function body, thus having nontrivial indentation
- there are two macros one after another
- there is some code before the macro (on the same line + on a previous line 
with the same level)


https://reviews.llvm.org/D33440



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

Reply via email to