summaryrefslogtreecommitdiffstats
path: root/clang/test/Format/cursor.cpp
blob: b0a2fbdffc3281935130e3adf7c081a408c2881e (plain)
1
2
3
4
5
// RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -cursor=6 \
// RUN:   | FileCheck -strict-whitespace %s
// CHECK: {{^\{ "Cursor": 4, }}
// CHECK: {{^int\ \i;$}}
 int    i;
OpenPOWER on IntegriCloud