reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 | // RUN: clang-format -style=LLVM -i --dry-run %s 2> %t.stderr // RUN: grep -E "(.*)code should be clang-formatted(.*)" %t.stderr int a ; |