dougpuob / cppnamelint

CppNameLint is a naming convention linter of C/C++ source code (Based on LLVM's libtooling), which runs with command line on Windows/Linux/macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Some special case check error

JeffHsu79 opened this issue · comments

image
image

macro using for parmeter:

image
image

macro, but fail

image
image
image

fail often in my code(same class)

image
image

Similar to (#22), has fixed with the PR(#47).