commit | 74d7f0dd652bdb3fd6fdbd3fd582829c8b4d5deb | [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 | aaad2c7877334e8327072d45bea6848086dac47d | |
parent | 8e5f6951ebdc1f9d367226d146050bc542941f7a [diff] [blame] |
Make it possible for using decls to point to operators. Fixes PR4441. llvm-svn: 74362
diff --git a/clang/lib/Parse/MinimalAction.cpp b/clang/lib/Parse/MinimalAction.cpp index 9ded366..648e2da 100644 --- a/clang/lib/Parse/MinimalAction.cpp +++ b/clang/lib/Parse/MinimalAction.cpp
@@ -48,6 +48,7 @@ const CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *TargetName, + OverloadedOperatorKind Op, AttributeList *AttrList, bool IsTypeName) {