Re: Tool for converting C++ standard library naming style to Gecko naming style?

2017-02-23 Thread Henri Sivonen
On Fri, Feb 17, 2017 at 8:54 PM, Birunthan Mohanathas wrote: > On 16 February 2017 at 13:41, Henri Sivonen wrote: >> Is there some kind of tool, similar to ./mach clang-format for >> whitespace, that changes identifies from C++ standard library

Re: Tool for converting C++ standard library naming style to Gecko naming style?

2017-02-17 Thread Sylvestre Ledru
Le 17/02/2017 à 19:54, Birunthan Mohanathas a écrit : > On 16 February 2017 at 13:41, Henri Sivonen 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,

Re: Tool for converting C++ standard library naming style to Gecko naming style?

2017-02-17 Thread Birunthan Mohanathas
On 16 February 2017 at 13:41, Henri Sivonen 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:

Re: Tool for converting C++ standard library naming style to Gecko naming style?

2017-02-16 Thread Ehsan Akhgari
On 2017-02-16 7:41 AM, Henri Sivonen 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? > > I.e. foo becomes Foo, foo_bar becomes FooBar and arguments and members > get prefixed with a and

Tool for converting C++ standard library naming style to Gecko naming style?

2017-02-16 Thread Henri Sivonen
Is there some kind of tool, similar to ./mach clang-format for whitespace, that changes identifies from C++ standard library style to Gecko style? I.e. foo becomes Foo, foo_bar becomes FooBar and arguments and members get prefixed with a and m respectively? -- Henri Sivonen hsivo...@hsivonen.fi