From b0404681171d8cfebdb1f439f45aeb1001321eb7 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Wed, 27 May 2020 12:05:55 -0400 Subject: [PATCH] Fix warning `-Wpedantic`. NFC. --- llvm/include/llvm/Support/SpecialCaseList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Support/SpecialCaseList.h b/llvm/include/llvm/Support/SpecialCaseList.h index 330e96a..2d4930f 100644 --- a/llvm/include/llvm/Support/SpecialCaseList.h +++ b/llvm/include/llvm/Support/SpecialCaseList.h @@ -64,7 +64,7 @@ class StringRef; namespace vfs { class FileSystem; -}; +} class SpecialCaseList { public: -- 2.7.4