summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/incomplete-call.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Don't crash when recovering from a misspelled pseudo destructor call t...Bruno Ricci2019-01-241-0/+4
* Do not parse members of incomplete class.Serge Pavlov2015-06-101-0/+12
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-15/+15
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Improve diagnostics and template instantiation behavior when callingDouglas Gregor2009-10-211-0/+7
* Check the return type when calling pointer to member functions.Anders Carlsson2009-10-151-1/+5
* Check the return type of binary operators and the arrow operator.Anders Carlsson2009-10-131-1/+5
* Check the return type of operator[]() and fix a thinko that lead to a crash i...Anders Carlsson2009-10-131-1/+3
* More return type checking.Anders Carlsson2009-10-131-2/+5
* Diagnose invalid return types for unary operators.Anders Carlsson2009-10-131-1/+5
* Pass the right SourceLocation to Actions.ActOnOverloadedOperatorReferenceExpr...Anders Carlsson2009-10-131-1/+6
* Check that the return type is complete when calling a member function.Anders Carlsson2009-10-101-1/+5
* Add another test.Anders Carlsson2009-10-091-0/+16
OpenPOWER on IntegriCloud