Comment on Open source style checker for Objective CComments−zbowling13yBeen doing something like this but instead of a custom parser, I've been building it against clang's own AST instead of reinventing the wheel.−Someone13yYou are still reinventing the wheel :-) : http://clang.llvm.org/docs/ClangFormat.html
Comments
Been doing something like this but instead of a custom parser, I've been building it against clang's own AST instead of reinventing the wheel.
You are still reinventing the wheel :-) : http://clang.llvm.org/docs/ClangFormat.html