Douglas Chen

Results 6 issues of Douglas Chen

Follow-up #57 , why this issue cannot be duplicated on Windows version.

question

![image](https://user-images.githubusercontent.com/3453968/80296254-e3d89200-87ab-11ea-9a4d-e538f8c0b783.png) ![image](https://user-images.githubusercontent.com/3453968/80296265-f5219e80-87ab-11ea-9f58-14c17cb8cf10.png)

bug

`clang file.c -x c++ -Xclang -ast-dump -fsyntax-only ` ``` c++ #define MAX_VALUE (10) int iVal1 = int iVal2 = MAX_VALUE; ``` ![image](https://user-images.githubusercontent.com/3453968/79631553-a3b25780-818c-11ea-8c14-5642e71e8b2b.png) ``` txt file.c:3:1: error: expected expression int iVal2...

help wanted

``` 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...

bug

``` 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...

bug

![image](https://user-images.githubusercontent.com/3453968/79070508-104ed180-7d09-11ea-86a7-70ae0c2ba5d4.png) ``` c++ operator HANDLE() const { return m_hComm; }; ```

question