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
2 files changed
tree: 5a09ec920b946a3f450f065b11142d6b1f72480e
  1. clang/
  2. compiler-rt/
  3. libcxx/
  4. lldb/
  5. llvm/