[PATCH] D25439: Fixed column shift when formatting line containing bit shift operators

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 10:51:43 PDT 2016


djasper added inline comments.


================
Comment at: test/Format/bitshift-operator-width.cpp:1
+// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM \
+// RUN:   | FileCheck -strict-whitespace %s
----------------
Could you move this test into unittests/Format/FormatTest.cpp?


https://reviews.llvm.org/D25439





More information about the cfe-commits mailing list