summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/over/over.load
Commit message (Collapse)AuthorAgeFilesLines
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Implement the restriction that a function with a ref-qualifier cannotDouglas Gregor2011-01-261-4/+7
| | | | | | | | overload a function without a ref-qualifier (C++0x [over.load]p2). This, apparently, completes the implementation of rvalue references for *this. llvm-svn: 124321
* Rvalue references for *this: allow functions to be overloaded based onDouglas Gregor2011-01-261-0/+21
the presence and form of a ref-qualifier. Note that we do *not* yet implement the restriction in C++0x [over.load]p2 that requires either all non-static functions with a given parameter-type-list to have a ref-qualifier or none of them to have a ref-qualifier. llvm-svn: 124297
OpenPOWER on IntegriCloud