Douglas Chen
Douglas Chen
Follow-up #57 , why this issue cannot be duplicated on Windows version.
 
`clang file.c -x c++ -Xclang -ast-dump -fsyntax-only ` ``` c++ #define MAX_VALUE (10) int iVal1 = int iVal2 = MAX_VALUE; ```  ``` txt file.c:3:1: error: expected expression int iVal2...
``` cppnamelint utility v0.3.0 --------------------------------------------------- File = Global.h Config = cppnamelint.toml Checked = 92 [File:1 | Func: 9 | Param: 5 | Var: 2 | Enum: 11 | Struct: 64...
``` cppnamelint utility v0.3.0 --------------------------------------------------- File = DlgFt2GetDevInfo.cpp Config = cppnamelint.toml Checked = 6 [File:1 | Func: 2 | Param: 2 | Var: 1 | Enum: 0 | Struct: 0...
 ``` c++ operator HANDLE() const { return m_hComm; }; ```