projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260161b
)
Remove Sema::addOverloadedOperatorToUnresolvedSet declaration. Its definition was...
author
Yaron Keren
<yaron.keren@gmail.com>
Wed, 12 Apr 2017 08:17:44 +0000
(08:17 +0000)
committer
Yaron Keren
<yaron.keren@gmail.com>
Wed, 12 Apr 2017 08:17:44 +0000
(08:17 +0000)
llvm-svn: 300036
clang/include/clang/Sema/Sema.h
patch
|
blob
|
history
diff --git
a/clang/include/clang/Sema/Sema.h
b/clang/include/clang/Sema/Sema.h
index
dbd1055
..
5a3cdfb
100644
(file)
--- a/
clang/include/clang/Sema/Sema.h
+++ b/
clang/include/clang/Sema/Sema.h
@@
-2996,9
+2996,6
@@
public:
void LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S,
QualType T1, QualType T2,
UnresolvedSetImpl &Functions);
- void addOverloadedOperatorToUnresolvedSet(UnresolvedSetImpl &Functions,
- DeclAccessPair Operator,
- QualType T1, QualType T2);
LabelDecl *LookupOrCreateLabel(IdentifierInfo *II, SourceLocation IdentLoc,
SourceLocation GnuLabelLoc = SourceLocation());