aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/encode-test-3.m
AgeCommit message (Expand)Author
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-24handle @encode interactions with array initializers.Chris Lattner
2009-02-24move some initialization checking code from SemaDecl.cppChris Lattner
2009-02-24first wave of fixes for @encode sema support. This is part of PR3648.Chris Lattner
2009-02-22Correctly encode incomplete and variable length arrays. Fixes PR3639.Anders Carlsson