]> granicus.if.org Git - clang/commitdiff
Add missing comment.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 19 Aug 2015 21:59:52 +0000 (21:59 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 19 Aug 2015 21:59:52 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245509 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index a46a761706355f140fa22bb0dae53b0cc0cebf72..c0c9c6b9f2924baed1ba383f07d757f4d974f125 100644 (file)
@@ -6617,7 +6617,8 @@ public:
   /// the stack.
   struct InstantiatingTemplate {
     /// \brief Note that we are instantiating a class template,
-    /// function template, or a member thereof.
+    /// function template, variable template, alias template,
+    /// or a member thereof.
     InstantiatingTemplate(Sema &SemaRef, SourceLocation PointOfInstantiation,
                           Decl *Entity,
                           SourceRange InstantiationRange = SourceRange());
@@ -6663,6 +6664,8 @@ public:
                           sema::TemplateDeductionInfo &DeductionInfo,
                           SourceRange InstantiationRange = SourceRange());
 
+    /// \brief Note that we are instantiating a default argument for a function
+    /// parameter.
     InstantiatingTemplate(Sema &SemaRef, SourceLocation PointOfInstantiation,
                           ParmVarDecl *Param,
                           ArrayRef<TemplateArgument> TemplateArgs,