aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/missing-members.cpp
AgeCommit message (Expand)Author
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-13Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor
2009-08-30More missing member goodness.Anders Carlsson
2009-08-30Improve missing error messages as suggested by Doug.Anders Carlsson
2009-08-30Use DiagnoseMissingMember for UsingDecls.Anders Carlsson
2009-08-30Improve diagnostics for missing members. This renames the err_typecheck_no_me...Anders Carlsson