| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
| * | Improve diagnostics and template instantiation behavior when calling | Douglas Gregor | 2009-10-21 | 1 | -0/+7 |
| | | | | | | | an overloaded function call operator. llvm-svn: 84745 | ||||
| * | Check the return type when calling pointer to member functions. | Anders Carlsson | 2009-10-15 | 1 | -1/+5 |
| | | | | | llvm-svn: 84161 | ||||
| * | Check the return type of binary operators and the arrow operator. | Anders Carlsson | 2009-10-13 | 1 | -1/+5 |
| | | | | | llvm-svn: 84043 | ||||
| * | Check the return type of operator[]() and fix a thinko that lead to a crash ↵ | Anders Carlsson | 2009-10-13 | 1 | -1/+3 |
| | | | | | | | in SemaCXX/overloaded-operator.cpp. llvm-svn: 84041 | ||||
| * | More return type checking. | Anders Carlsson | 2009-10-13 | 1 | -2/+5 |
| | | | | | llvm-svn: 84034 | ||||
| * | Diagnose invalid return types for unary operators. | Anders Carlsson | 2009-10-13 | 1 | -1/+5 |
| | | | | | llvm-svn: 84030 | ||||
| * | Pass the right SourceLocation to ↵ | Anders Carlsson | 2009-10-13 | 1 | -1/+6 |
| | | | | | | | Actions.ActOnOverloadedOperatorReferenceExpr and Actions.ActOnConversionOperatorReferenceExpr. Update incomplete-call.cpp test. llvm-svn: 84026 | ||||
| * | Check that the return type is complete when calling a member function. | Anders Carlsson | 2009-10-10 | 1 | -1/+5 |
| | | | | | llvm-svn: 83694 | ||||
| * | Add another test. | Anders Carlsson | 2009-10-09 | 1 | -0/+16 |
| llvm-svn: 83693 | |||||

