NoQ added a comment.
Herald added subscribers: martong, steakhal.
I didn't use it yet but i like it. The code is easy to understand, so i'll be
happy to maintain it as it lands.
The example checker is nice and i like how you made sure it demonstrates modern
API usage. I'm a bit worried that it
Charusso marked an inline comment as done.
Charusso added a comment.
This script dumps out a dummy checker which is the continuation of the Clang
Tidy's
https://github.com/llvm/llvm-project/blob/master/clang-tools-extra/clang-tidy/add_new_check.py
However, we could stick to the main-function-re
Charusso updated this revision to Diff 240759.
Charusso added a comment.
- Make it runable. Whoops.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73521/new/
https://reviews.llvm.org/D73521
Files:
clang/test/Analysis/add-new-checker/add-main-package.rst
clang/test/Analysis/add-new-c
Charusso created this revision.
Charusso added a reviewer: NoQ.
Charusso added a project: clang.
Herald added subscribers: cfe-commits, dkrupp, donat.nagy, Szelethus,
mikhail.ramalho, a.sidorin, szepet, baloghadamsoftware, xazax.hun.
This script could be used to generate a dummy Static Analyzer c