Formatter: Add support for @interface.
Previously: @interface Foo + (id)init; @end Now: @interface Foo + (id)init; @end Some tweaking remains, but this is a good first step. llvm-svn: 171995
Showing
- clang/lib/Format/UnwrappedLineParser.cpp 42 additions, 0 deletionsclang/lib/Format/UnwrappedLineParser.cpp
- clang/lib/Format/UnwrappedLineParser.h 1 addition, 0 deletionsclang/lib/Format/UnwrappedLineParser.h
- clang/unittests/Format/FormatTest.cpp 97 additions, 28 deletionsclang/unittests/Format/FormatTest.cpp
Loading
Please register or sign in to comment