aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/ivar-sem-check-1.m
AgeCommit message (Expand)Author
2010-03-21Fix PR6618.Rafael Espindola
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-12-07Move RequireCompleteType requirement for fields early into ActOnField so thatEli Friedman
2009-04-25Change SemaType's "GetTypeForDeclarator" and "ConvertDeclSpecToType" to Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-23fix rdar://6611778, a redefinition of an interface was causing anChris Lattner
2009-01-19Centralize error reporting of improper uses of incomplete types in theDouglas Gregor
2009-01-08Unify the code for defining tags in C and C++, so that we alwaysDouglas Gregor
2008-11-24Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner
2008-11-23Make all the 'redefinition' diagnostics more consistent, and make the Chris Lattner
2008-07-26move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner