aboutsummaryrefslogtreecommitdiff
path: root/test/Index/objc-decls.m
AgeCommit message (Expand)Author
2010-01-22Eliminate index-test; all of its tested functionality is now in c-index-test.Douglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian
2009-11-08Move test/Index input files into a sub directory (not scanned as tests).Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-30Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis