[clang] [clang-format] Fix a regression in dumping the config (PR #80628)

Owen Pan via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 21:06:16 PST 2024


================
@@ -1,5 +1,8 @@
+// RUN: clang-format -assume-filename=foo.m -dump-config | FileCheck %s
----------------
owenca wrote:

Yes, because it wouldn't make a difference before and after the patch. I don't think we can use lit to test that behavior (i.e., not waiting for an EOF) of clang-format in the terminal.

https://github.com/llvm/llvm-project/pull/80628


More information about the cfe-commits mailing list