From: NAKAMURA Takumi Date: Wed, 1 Nov 2017 04:43:22 +0000 (+0000) Subject: clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23966147d547ba36deb4726e5c09d680fedb8909;p=clang clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317075 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp index 0cd5398751..2252dd9743 100644 --- a/lib/Format/Format.cpp +++ b/lib/Format/Format.cpp @@ -45,8 +45,8 @@ using clang::format::FormatStyle; -LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::IncludeCategory); -LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::RawStringFormat); +LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::IncludeCategory) +LLVM_YAML_IS_SEQUENCE_VECTOR(clang::format::FormatStyle::RawStringFormat) namespace llvm { namespace yaml {