summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2015-06-22 01:19:59 +0000
committerDavide Italiano <davide@freebsd.org>2015-06-22 01:19:59 +0000
commit70a06ad3046e5c7d9cf38172f6a7c8e0c8030ea4 (patch)
tree2d2fc749e12e1e214dc3fe53a8a2ff91d5572501 /clang/lib/Sema/SemaExpr.cpp
parent2e08f506059930af5af1d450ae2685f9ed8040fe (diff)
downloadbcm5719-llvm-70a06ad3046e5c7d9cf38172f6a7c8e0c8030ea4.tar.gz
bcm5719-llvm-70a06ad3046e5c7d9cf38172f6a7c8e0c8030ea4.zip
Remove incomplete comment.
llvm-svn: 240252
Diffstat (limited to 'clang/lib/Sema/SemaExpr.cpp')
-rw-r--r--clang/lib/Sema/SemaExpr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp
index b0bc231e7e6..ffa47eeb587 100644
--- a/clang/lib/Sema/SemaExpr.cpp
+++ b/clang/lib/Sema/SemaExpr.cpp
@@ -4314,7 +4314,6 @@ Sema::ConvertArgumentsForCall(CallExpr *Call, Expr *Fn,
SourceLocation RParenLoc,
bool IsExecConfig) {
// Bail out early if calling a builtin with custom typechecking.
- // We don't need to do this in the
if (FDecl)
if (unsigned ID = FDecl->getBuiltinID())
if (Context.BuiltinInfo.hasCustomTypechecking(ID))
OpenPOWER on IntegriCloud