From: Alp Toker Date: Sun, 12 Jan 2014 15:18:15 +0000 (+0000) Subject: Delete inaccurate doc comment - isVariadic is long gone X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d0b43943aba1d20d2376a6e7cdfa318b42e8fda;p=clang Delete inaccurate doc comment - isVariadic is long gone 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 --- diff --git a/lib/AST/ASTContext.cpp b/lib/AST/ASTContext.cpp index d03d0892f5..00614795e0 100644 --- a/lib/AST/ASTContext.cpp +++ b/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 {