Skip to content

Commit eee5968

Browse files
committed
Delete inaccurate doc comment - isVariadic is long gone
The canonical documentation in the header is up-to-date. llvm-svn: 199054
1 parent 44e3905 commit eee5968

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/AST/ASTContext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2822,8 +2822,6 @@ static bool isCanonicalResultType(QualType T) {
28222822
T.getObjCLifetime() == Qualifiers::OCL_ExplicitNone);
28232823
}
28242824

2825-
/// getFunctionType - Return a normal function type with a typed argument
2826-
/// list. isVariadic indicates whether the argument list includes '...'.
28272825
QualType
28282826
ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray,
28292827
const FunctionProtoType::ExtProtoInfo &EPI) const {

0 commit comments

Comments
 (0)