Le 17/02/2017 à 19:54, Birunthan Mohanathas a écrit :
> 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.
>
If we believe this is an important issue, we can investigate and try to
do something.

Sylvestre
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to