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

Ben Hamilton via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 15:28:12 PST 2024


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

It looks like you reverted the lit test which just runs `clang-format -dump-config` without any other arguments. Is that what you wanted to do?


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


More information about the cfe-commits mailing list