summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/encode-test-3.m
AgeCommit message (Expand)Author
2024-06-11[clang][Interp] Support ObjCEncodeExprsTimm Bäder
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman
2013-04-10FileCheck-ify some clang grep tests that use double quotesReid Kleckner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Tests use the new clang.Fariborz Jahanian
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