r185029 - Sema: Small cleanup around TemplateParamListContext
David Majnemer
david.majnemer at gmail.com
Wed Jun 26 15:25:55 PDT 2013
Author: majnemer
Date: Wed Jun 26 17:25:55 2013
New Revision: 185029
URL: http://llvm.org/viewvc/llvm-project?rev=185029&view=rev
Log:
Sema: Small cleanup around TemplateParamListContext
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=185029&r1=185028&r2=185029&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Wed Jun 26 17:25:55 2013
@@ -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,
More information about the cfe-commits
mailing list