]> granicus.if.org Git - clang/commitdiff
Sema: Small cleanup around TemplateParamListContext
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 26 Jun 2013 22:25:55 +0000 (22:25 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 26 Jun 2013 22:25:55 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185029 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 6d8c790580986023f4e68ee9a0de07ff9d559316..23623a43a88fd88b58e67ef3cbdb8e363a38f4e8 100644 (file)
@@ -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,