From 26f998ce035e829b9a8877199caf23ed2b22b207 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 25 Nov 2013 00:52:29 +0000 Subject: [PATCH] SemaDeclAttr.cpp: Try to fix a warning [-Wunnamed-type-template-args] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195589 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaDeclAttr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/SemaDeclAttr.cpp b/lib/Sema/SemaDeclAttr.cpp index 2fc491b758..15ec5857a9 100644 --- a/lib/Sema/SemaDeclAttr.cpp +++ b/lib/Sema/SemaDeclAttr.cpp @@ -62,7 +62,7 @@ enum AttributeDeclKind { }; namespace AttributeLangSupport { - enum { + enum LANG { C, Cpp, ObjC -- 2.40.0