commit | 0c6139d0c2497c4e8780340e0dc097de041f248e | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Sat Jun 27 00:27:47 2009 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Sat Jun 27 00:27:47 2009 +0000 |
tree | 15376f4313c0d0b94d1350cf5dc9a304fa8bdd00 | |
parent | 4f596c2263e2e3be3000e10017cc0351eb8bb399 [diff] [blame] |
Make it possible for using decls to point to operators. Fixes PR4441. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74362 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index cbe0ad7..2d27ccc 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h
@@ -1574,6 +1574,7 @@ const CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *TargetName, + OverloadedOperatorKind Op, AttributeList *AttrList, bool IsTypeName);