summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/overloadable.m
AgeCommit message (Expand)Author
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg
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-08Eliminate &&s in tests.Daniel Dunbar
2009-07-22Fix a couple recent ABI regressions noticed during code review (fallout from ...Steve Naroff
2009-07-10This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff
2009-04-18Test case would allow clang to fail.Daniel Dunbar
2009-04-18Fix test to output LLVM to a temporary file, which we grep as part of the testDouglas Gregor
2009-04-17clean up run lines.Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-08add rdar#Chris Lattner
2009-03-07fix testChris Lattner
2009-03-07Mangle Objective-C interfaces correctly (where correctly refers to what gcc d...Anders Carlsson