summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-11-01 04:43:22 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-11-01 04:43:22 +0000
commit057a942d9e8441016f33134e4534846b0fa785d9 (patch)
tree750bff21ab1279a7bc567c581faabc0539e2d299 /clang/lib/Format
parent3293ddb7adefb5fde590a518e1b47ab3b7485d9e (diff)
downloadbcm5719-llvm-057a942d9e8441016f33134e4534846b0fa785d9.tar.gz
bcm5719-llvm-057a942d9e8441016f33134e4534846b0fa785d9.zip
clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]
llvm-svn: 317075
Diffstat (limited to 'clang/lib/Format')
-rw-r--r--clang/lib/Format/Format.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp
index 0cd5398751b..2252dd97436 100644
--- a/clang/lib/Format/Format.cpp
+++ b/clang/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 {
OpenPOWER on IntegriCloud