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