From: NAKAMURA Takumi Date: Mon, 25 Nov 2013 00:52:29 +0000 (+0000) Subject: SemaDeclAttr.cpp: Try to fix a warning [-Wunnamed-type-template-args] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26f998ce035e829b9a8877199caf23ed2b22b207;p=clang 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 --- 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