aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/objc-messaging-1.m
AgeCommit message (Expand)Author
2010-09-19Revert r114316, -Wunused-value enabled by default was intended.Argyrios Kyrtzidis
2010-09-19Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.Argyrios Kyrtzidis
2010-07-26Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang cc1 flag.Fariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-09-19Fix rdar://6222856: the receiver of a message expr is anChris Lattner
2007-09-05Patch for parsing objective-c style method calls.Fariborz Jahanian