summaryrefslogtreecommitdiff
path: root/test/SemaObjC/idiomatic-parentheses.m
AgeCommit message (Expand)Author
2013-07-17Improve idiomatic-parentheses by checking method family instead of relying on...Jean-Daniel Dupas
2012-08-29objective-C: make -Widiomatic-parentheses workFariborz Jahanian
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-04-29Change -Wparentheses to not imply -Widiomatic-parentheses. Users rarely want...Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-11-12Add <foo> = [<bar> nextObject] to the -Widiomatic-parentheses category,John McCall