aboutsummaryrefslogtreecommitdiff
path: root/test/Index/comment-objc-decls.m
AgeCommit message (Expand)Author
2013-01-11Fix single-line optimization for ObjC.Manuel Klimek
2013-01-11Implements pulling simple blocks into a single line.Manuel Klimek
2013-01-10Formatting: In @implementation etc lines, put a space before protocol lists.Nico Weber
2013-01-10Formatter: Add space before '(' in @implemenation, @interface, @protocol linesNico Weber
2013-01-10Formatter: @optional and @required go on their own line.Nico Weber
2013-01-09Formatter: Add support for @implementation.Nico Weber
2013-01-09Formatting: Add support for @protocol.Nico Weber
2013-01-09Fix test after r171995.Nico Weber
2013-01-04Various fixes to clang-format's macro handling.Manuel Klimek
2012-12-20Add objective-C style formatting to clang format andFariborz Jahanian
2012-12-18This is the libclang patch providing minimal API toFariborz Jahanian
2012-12-04additional test for declaration tag of a class extension.Fariborz Jahanian
2012-12-04clang/test/Index/comment-objc-decls.m: Try to fix r169193, to add x86_64-darwin.NAKAMURA Takumi
2012-12-04Testing objective-C declarations embedded inFariborz Jahanian