]> granicus.if.org Git - clang/commitdiff
Delete inaccurate doc comment - isVariadic is long gone
authorAlp Toker <alp@nuanti.com>
Sun, 12 Jan 2014 15:18:15 +0000 (15:18 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 12 Jan 2014 15:18:15 +0000 (15:18 +0000)
The canonical documentation in the header is up-to-date.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199054 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ASTContext.cpp

index d03d0892f51be53fc4e7758af4758d8408eba1b6..00614795e08af3cac716d56da12fd5d3cba9873c 100644 (file)
@@ -2822,8 +2822,6 @@ static bool isCanonicalResultType(QualType T) {
           T.getObjCLifetime() == Qualifiers::OCL_ExplicitNone);
 }
 
-/// getFunctionType - Return a normal function type with a typed argument
-/// list.  isVariadic indicates whether the argument list includes '...'.
 QualType
 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray,
                             const FunctionProtoType::ExtProtoInfo &EPI) const {