Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-30 | When looking for a copy-assignment operator to determine the cv-qualifiers ↵ | Douglas Gregor | |
on its argument type, ignore assignment operator templates git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85629 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-10-14 | Implement support for overloaded operator uses that result to a call | Douglas Gregor | |
to a member operator template. We missed updating this call site when adding support for function templates; bug exposed by a test for PR5072. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84111 91177308-0d34-0410-b5e6-96231b3b80d8 |