aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/undef-class-messagin-error.m
AgeCommit message (Expand)Author
2010-01-07Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor
2010-01-03Implement typo correction for a variety of Objective-C-specificDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-07Don't ICE when messaging on 'super' receiver when classFariborz Jahanian