summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-01-12 07:18:19 +0000
committerJohn McCall <rjmccall@apple.com>2010-01-12 07:18:19 +0000
commitad907777e89b6f9ae1e926b93699db2e43d7a564 (patch)
tree68af1880a528e76220a5cb51cdbd57c93bd942eb /clang/lib/Sema/Sema.h
parent6a80393385d3d5ee98e652859599b11b00f3f894 (diff)
downloadbcm5719-llvm-ad907777e89b6f9ae1e926b93699db2e43d7a564.tar.gz
bcm5719-llvm-ad907777e89b6f9ae1e926b93699db2e43d7a564.zip
So I was sitting around, trying vainly to think of something to commit, and then
I said to myself, self, why don't you go add a couple of parameters to a method and then fail to use them, and I thought that sounded like a pretty good idea, so I did it. llvm-svn: 93233
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index 00f6b2cd639..7099d27f0c2 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -1040,6 +1040,7 @@ public:
};
void PrintOverloadCandidates(OverloadCandidateSet& CandidateSet,
OverloadCandidateDisplayKind OCD,
+ Expr **Args, unsigned NumArgs,
const char *Opc = 0,
SourceLocation Loc = SourceLocation());
OpenPOWER on IntegriCloud