On 16 February 2017 at 13:41, Henri Sivonen <hsivo...@hsivonen.fi> wrote:
> Is there some kind of tool, similar to ./mach clang-format for
> whitespace, that changes identifies from C++ standard library style to
> Gecko style?

Yes, clang-tidy has the readability-identifier-naming check:
http://clang.llvm.org/extra/clang-tidy/checks/readability-identifier-naming.html

It's probably too general for your needs because you presumably want
limit this to specific types/identifiers. In any case, a Clang
libtooling rewriter is definitely the way to go.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to