https://github.com/umaumax/clang_parse
https://github.com/umaumax/clang_parse
clang coding-style cpp python
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/umaumax/clang_parse
- Owner: umaumax
- Created: 2019-09-15T12:49:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T10:43:20.000Z (over 6 years ago)
- Last Synced: 2025-06-23T13:49:01.911Z (8 months ago)
- Topics: clang, coding-style, cpp, python
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clang_parse
* google coding ruleの命名規則に準拠していないコードを検出する
* 検出した結果のrenameは`git sed`や`clang-rename`を利用する
## how to download sample cpp files
```
git clone https://github.com/c42f/tinyformat
```
## TODO
* pip installの対応
* vprint libraryの切り出し
* 検出範囲の制御
* 指定repo以外を除外
* 実際のコードに適用し,不足部分の洗い出し
## how to test
```
./simple_test.sh sample.cpp
```
前提条件
* `bad`や`good`を含んだ名称でテスト対象のcppコードを記述する