From eee59685afd2f551acb66cffdac0a1dfabbc3338 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Sun, 12 Jan 2014 15:18:15 +0000 Subject: [PATCH] Delete inaccurate doc comment - isVariadic is long gone The canonical documentation in the header is up-to-date. llvm-svn: 199054 --- clang/lib/AST/ASTContext.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index d03d0892f51b..00614795e08a 100644 --- a/clang/lib/AST/ASTContext.cpp +++ b/clang/lib/AST/ASTContext.cpp @@ -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 ArgArray, const FunctionProtoType::ExtProtoInfo &EPI) const {