summaryrefslogtreecommitdiff
path: root/test/SemaCXX/arrow-operator.cpp
AgeCommit message (Expand)Author
2014-10-27Wire up LookupMemberExpr to use the new TypoExpr.Kaelyn Takata
2012-04-25Add an error message with fixit hint for changing '.' to '->'.Kaelyn Uhrain
2011-01-25Fix infinite loop during error diagnostics. Fixes rdar://8875304.Argyrios Kyrtzidis
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-11-18PR5520: Make sure to check whether the base type is complete before looking forEli Friedman
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-10Look for overloaded arrow operators in base classes.Anders Carlsson