summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/incomplete-call.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-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 callingDouglas Gregor2009-10-211-0/+7
| | | | | | an overloaded function call operator. llvm-svn: 84745
* Check the return type when calling pointer to member functions.Anders Carlsson2009-10-151-1/+5
| | | | llvm-svn: 84161
* Check the return type of binary operators and the arrow operator.Anders Carlsson2009-10-131-1/+5
| | | | llvm-svn: 84043
* Check the return type of operator[]() and fix a thinko that lead to a crash ↵Anders Carlsson2009-10-131-1/+3
| | | | | | in SemaCXX/overloaded-operator.cpp. llvm-svn: 84041
* More return type checking.Anders Carlsson2009-10-131-2/+5
| | | | llvm-svn: 84034
* Diagnose invalid return types for unary operators.Anders Carlsson2009-10-131-1/+5
| | | | llvm-svn: 84030
* Pass the right SourceLocation to ↵Anders Carlsson2009-10-131-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 Carlsson2009-10-101-1/+5
| | | | llvm-svn: 83694
* Add another test.Anders Carlsson2009-10-091-0/+16
llvm-svn: 83693
OpenPOWER on IntegriCloud