diff options
author | Alp Toker <alp@nuanti.com> | 2014-01-12 15:18:15 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-01-12 15:18:15 +0000 |
commit | eee59685afd2f551acb66cffdac0a1dfabbc3338 (patch) | |
tree | c297cfc17e415e29daf21fd4fec788ed6fab17ae /clang/lib/AST/ASTContext.cpp | |
parent | 44e3905987821e34b811c2cd9b6aa555bce4f605 (diff) | |
download | bcm5719-llvm-eee59685afd2f551acb66cffdac0a1dfabbc3338.tar.gz bcm5719-llvm-eee59685afd2f551acb66cffdac0a1dfabbc3338.zip |
Delete inaccurate doc comment - isVariadic is long gone
The canonical documentation in the header is up-to-date.
llvm-svn: 199054
Diffstat (limited to 'clang/lib/AST/ASTContext.cpp')
-rw-r--r-- | clang/lib/AST/ASTContext.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index d03d0892f51..00614795e08 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<QualType> ArgArray, const FunctionProtoType::ExtProtoInfo &EPI) const { |