From 01d27f97053978cac0062c5542f7d8ccfb4bbd13 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 25 Nov 2013 00:52:29 +0000 Subject: SemaDeclAttr.cpp: Try to fix a warning [-Wunnamed-type-template-args] llvm-svn: 195589 --- clang/lib/Sema/SemaDeclAttr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp index 2fc491b7589..15ec5857a95 100644 --- a/clang/lib/Sema/SemaDeclAttr.cpp +++ b/clang/lib/Sema/SemaDeclAttr.cpp @@ -62,7 +62,7 @@ enum AttributeDeclKind { }; namespace AttributeLangSupport { - enum { + enum LANG { C, Cpp, ObjC -- cgit v1.2.3