llvm-project/clang/test/Format/error-unfound-files.cpp
Owen Pan 801f3a5400
[clang-format] Print the names of unfound files in error messages (#113640)
Also fix the return status when `-i` is used with reading from stdin.

Fixes #113631.
2024-10-25 19:29:21 -07:00

6 lines
111 B
C++

// RUN: rm -f a.c b.c
// RUN: not clang-format a.c b.c 2>&1 | FileCheck %s
// CHECK: a.c:
// CHECK-NEXT: b.c: