1. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  2. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  3. 4a27d70 Improve diagnostics and template instantiation behavior when calling by Douglas Gregor · 15 years ago
  4. 8d6d90d Check the return type when calling pointer to member functions. by Anders Carlsson · 15 years ago
  5. 15ea378 Check the return type of binary operators and the arrow operator. by Anders Carlsson · 15 years ago
  6. 3a9439f Check the return type of operator[]() and fix a thinko that lead to a crash in SemaCXX/overloaded-operator.cpp. by Anders Carlsson · 15 years ago
  7. 07d68f1 More return type checking. by Anders Carlsson · 15 years ago
  8. 26a2a07 Diagnose invalid return types for unary operators. by Anders Carlsson · 15 years ago
  9. cee1b54 Pass the right SourceLocation to Actions.ActOnOverloadedOperatorReferenceExpr and Actions.ActOnConversionOperatorReferenceExpr. Update incomplete-call.cpp test. by Anders Carlsson · 15 years ago
  10. eed3e69 Check that the return type is complete when calling a member function. by Anders Carlsson · 15 years ago
  11. 11582f5 Add another test. by Anders Carlsson · 15 years ago