[clang] [clang-format] Support of TableGen formatting. (PR #76059)

Emilia Kond via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 22 07:12:18 PST 2023


================
@@ -40,6 +40,13 @@ class FormatTestTableGen : public ::testing::Test {
     EXPECT_EQ(Code.str(), format(Code)) << "Expected code is not stable";
     EXPECT_EQ(Code.str(), format(test::messUp(Code)));
   }
+
+  static void verifyFormat(llvm::StringRef Code, const FormatStyle &Style) {
----------------
rymiel wrote:

It seems like this file was never brought up to date with all the other tests when f8d10d5ac9ab4b45b388c74357fc82fb96562e66 happened

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


More information about the cfe-commits mailing list