KWStyle icon indicating copy to clipboard operation
KWStyle copied to clipboard

Kitware Style Checker

Results 17 KWStyle issues
Sort by recently updated
recently updated
newest added

`kwstyle -v -xml KWStyle.xml ../modules/main/main.cpp` throws `std::bad_alloc` without any print. The `KWStyle.xml`: ``` xml ``` The `strace` output: ``` execve("/usr/local/bin/kwstyle", ["kwstyle", "-v", "-xml", "KWStyle.xml", "../modules/main/main.cpp"], [/* 34 vars */]) =...

@thewtex KWSys's updateBoost.sh script doesn't work on macOS because the macOS 'dirname' doesn't have a '--version' option. Perhaps there is a different way to check that dirname exists? If I...

Comments causes indentation issues. This is ok: int fct() { int v = 0; return 0 ; } This is not (it says that there is an indentation issue on...

I'm trying to configure a session for KWStyle entirely with a xml file. Not able to have the field work properly, any very simple working example for this?

With `KWStyle.xml`: m_[A-Z],0,1 and `Outer.h`: class Outer { public: Outer() {} private: class Inner { public: Inner() {} }; Inner m_Inner; }; KWStyle shows an error: $ KWStyle -xml KWStyle.xml...

I can not seem to find a way to set the indentation style to [Allman style](https://en.wikipedia.org/wiki/Indent_style#Allman_style) (braces indented to the same level as the control statement. Statements within the braces...

added define for METAIO_USE_NAMESPACE. I wasn't sure if it was intended to be ifdef or if so I didn't change it