summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/encode-test-5.m
AgeCommit message (Expand)Author
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-02test: Make encode-test-5.m's output not dependent on its filenameDavid Majnemer
2015-02-02FileCheck'ize CodeGenObjC testDavid Majnemer
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-06-14Test modification.Fariborz Jahanian
2009-04-30only support int128_t on 64-bit and larger targets. 32-bit targets don'tChris Lattner
2009-04-30initial support for __[u]int128_t, which should be basicallyChris Lattner
2009-04-09Add @encode support for complex types.Anders Carlsson