[llvm] b040468 - Fix warning `-Wpedantic`. NFC.
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 09:06:30 PDT 2020
Author: Michael Liao
Date: 2020-05-27T12:05:55-04:00
New Revision: b0404681171d8cfebdb1f439f45aeb1001321eb7
URL: https://github.com/llvm/llvm-project/commit/b0404681171d8cfebdb1f439f45aeb1001321eb7
DIFF: https://github.com/llvm/llvm-project/commit/b0404681171d8cfebdb1f439f45aeb1001321eb7.diff
LOG: Fix warning `-Wpedantic`. NFC.
Added:
Modified:
llvm/include/llvm/Support/SpecialCaseList.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Support/SpecialCaseList.h b/llvm/include/llvm/Support/SpecialCaseList.h
index 330e96a7b9ac..2d4930fb407e 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:
More information about the llvm-commits
mailing list