From: David Majnemer Date: Wed, 26 Jun 2013 22:25:55 +0000 (+0000) Subject: Sema: Small cleanup around TemplateParamListContext X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8bd8c87ce124fe7748580fc169feef5147f68f1;p=clang Sema: Small cleanup around TemplateParamListContext git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185029 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 6d8c790580..23623a43a8 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -4932,8 +4932,7 @@ public: Decl **Params, unsigned NumParams, SourceLocation RAngleLoc); - /// \brief The context in which we are checking a template parameter - /// list. + /// \brief The context in which we are checking a template parameter list. enum TemplateParamListContext { TPC_ClassTemplate, TPC_FunctionTemplate,