llvm-project/clang/test/Format/dump-config-objc-stdin.m
Owen Pan 8f6e13e6da
[clang-format] Fix a regression in dumping the config (#80628)
Commit d813af73f70f addressed a regression introduced by commit
3791b3fca6ea
but caused `clang-format -dump-config` to "hang".

This patch reverts changes to ClangFormat.cpp by both commits and
reworks the cleanup.

Fixes #80621.
2024-02-07 21:35:43 -08:00

9 lines
176 B
Objective-C

// RUN: clang-format -assume-filename=foo.m -dump-config | FileCheck %s
// RUN: clang-format -dump-config - < %s | FileCheck %s
// CHECK: Language: ObjC
@interface Foo
@end