| commit | 2bbc0266e0749a9e3ab58cb148830b03ca10debf | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Sun Sep 12 04:28:07 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Sun Sep 12 04:28:07 2010 +0000 |
| tree | 5a09ec920b946a3f450f065b11142d6b1f72480e | |
| parent | d3dc222d0952c69f831b8699e20f95090f7a0e51 [diff] |
Implement the "note" in C++ [over.built]p1, which is actually meant to be a semantic requirement that a built-in overloaded operator is not added to the overload set of there is already a user-defined overloaded operator with the same parameter types. Fixes PR8087. llvm-svn: 113713