aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/cocoa.m
AgeCommit message (Expand)Author
2009-05-06Improve handling of (X86) target features.Daniel Dunbar
2009-04-01Forgot to remove trailing &&Daniel Dunbar
2009-04-01Ted & I crossed paths here, these tests are in cocoa-pth.m now.Daniel Dunbar
2009-04-01Re-enable PTH testing for cocoa.h and carbon.h. This tests that PTH works onTed Kremenek
2009-04-01Pull clang-cc code for generating PTH files based on the input type.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-06Add sub-testcase where we process Cocoa.h using --disable-free (i.e., test th...Ted Kremenek
2009-01-21Fix <rdar://problem/6512717> by correctly reading the right offset in the tok...Ted Kremenek
2009-01-09Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objec...Ted Kremenek
2009-01-09Temporarily revert r61956 and r61957 (PTH tests failing).Ted Kremenek
2009-01-08Enhance -fsyntax-only test of Cocoa.h to also include testing for PTH.Ted Kremenek
2008-07-26move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner