cncc icon indicating copy to clipboard operation
cncc copied to clipboard

Customizable Naming Convention Checker - uses Clang, developed with C++ in mind

Results 4 cncc issues
Sort by recently updated
recently updated
newest added

Hi I found this project while looking for a regex-based check to clang-tidy for checking a highly non-standard naming convention and I thought I'd give it a go. I installed:...

First, I ran `sudo apt-get install python-yaml` and `sudo pip install clang`. Success. Then I tried: ``` [dev@ubuntu:~/cncc (master)] $ ls cncc examples LICENSE MyClass.cpp MyClass.h README.md util [dev@ubuntu:~/cncc (master)]...

Examples directory for various / all CursorKinds and how the kinds map to C++ classes, variables, and so on. Maybe provide a single big C++ file and annotate it based...

Test directory with test case C++ programs and style files to validate against.