[clang] [Format] Fix detection of languages when reading from stdin (PR #79051)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 12:38:01 PST 2024


================
@@ -0,0 +1,5 @@
+// RUN: clang-format -dump-config - < %s | FileCheck %s
----------------
HazardyKnusperkeks wrote:

I don't think you need this, right? The unit tests does the same, or not?

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


More information about the cfe-commits mailing list