Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Improve diagnostics for const- and ref-qualified member functions | Jacob Bandes-Storch | 2017-12-31 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | (Re-submission of D39937 with fixed tests.) Adjust wording for const-qualification mismatch to be a little more clear. Also add another diagnostic for a ref qualifier mismatch, which previously produced a useless error (this error path is simply very old; see rL119336): Before: error: cannot initialize object parameter of type 'X0' with an expression of type 'X0' After: error: 'this' argument to member function 'rvalue' is an lvalue, but function has rvalue ref-qualifier Reviewers: aaron.ballman Reviewed By: aaron.ballman Subscribers: lebedev.ri, cfe-commits Differential Revision: https://reviews.llvm.org/D41646 llvm-svn: 321609 | ||||
* | Print nested name specifiers for typedefs and type aliases | Alex Lorenz | 2017-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | Printing typedefs or type aliases using clang_getTypeSpelling() is missing the namespace they are defined in. This is in contrast to other types that always yield the full typename including namespaces. Patch by Michael Reiher! Differential Revision: https://reviews.llvm.org/D29944 llvm-svn: 297465 | ||||
* | r184100 Fix -- Updated test cases for contextual conversion | Larisse Voufo | 2013-06-18 | 1 | -1/+21 |
| | | | | llvm-svn: 184165 | ||||
* | Revert "Updated test cases for contextual conversion" | Rafael Espindola | 2013-06-17 | 1 | -19/+1 |
| | | | | | | | | | This reverts commit r184100. It was faling on some bots: http://bb.pgr.jp/builders/cmake-clang-i686-mingw32/builds/1973/steps/test_clang/logs/Clang%20%3A%3A%20SemaCXX__cxx1y-contextual-conversion-tweaks.cpp llvm-svn: 184108 | ||||
* | Updated test cases for contextual conversion | Larisse Voufo | 2013-06-17 | 1 | -1/+19 |
| | | | | llvm-svn: 184100 | ||||
* | reverted test | Larisse Voufo | 2013-06-10 | 1 | -0/+157 |
llvm-svn: 183637 |