r199054 - Delete inaccurate doc comment - isVariadic is long gone
Alp Toker
alp at nuanti.com
Sun Jan 12 07:18:15 PST 2014
Author: alp
Date: Sun Jan 12 09:18:15 2014
New Revision: 199054
URL: http://llvm.org/viewvc/llvm-project?rev=199054&view=rev
Log:
Delete inaccurate doc comment - isVariadic is long gone
The canonical documentation in the header is up-to-date.
Modified:
cfe/trunk/lib/AST/ASTContext.cpp
Modified: cfe/trunk/lib/AST/ASTContext.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ASTContext.cpp?rev=199054&r1=199053&r2=199054&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ASTContext.cpp (original)
+++ cfe/trunk/lib/AST/ASTContext.cpp Sun Jan 12 09:18:15 2014
@@ -2822,8 +2822,6 @@ static bool isCanonicalResultType(QualTy
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 {
More information about the cfe-commits
mailing list