Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9e36b533af1b2fa9f32c4372c4081abdd86f47e0
/
test
/
SemaCXX
/
incomplete-call.cpp
7c2342d
When pretty-printing tag types, only print the tag if we're in C (and
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
4a27d70
Improve diagnostics and template instantiation behavior when calling
by Douglas Gregor
· 15 years ago
8d6d90d
Check the return type when calling pointer to member functions.
by Anders Carlsson
· 15 years ago
15ea378
Check the return type of binary operators and the arrow operator.
by Anders Carlsson
· 15 years ago
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
07d68f1
More return type checking.
by Anders Carlsson
· 15 years ago
26a2a07
Diagnose invalid return types for unary operators.
by Anders Carlsson
· 15 years ago
cee1b54
Pass the right SourceLocation to Actions.ActOnOverloadedOperatorReferenceExpr and Actions.ActOnConversionOperatorReferenceExpr. Update incomplete-call.cpp test.
by Anders Carlsson
· 15 years ago
eed3e69
Check that the return type is complete when calling a member function.
by Anders Carlsson
· 15 years ago
11582f5
Add another test.
by Anders Carlsson
· 15 years ago