[PATCH] D73521: [analyzer] add-new-checker.py: Introduction
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 30 20:46:07 PDT 2020
Charusso updated this revision to Diff 253777.
Charusso marked 3 inline comments as done.
Charusso added a comment.
Herald added a subscriber: ASDenysPetrov.
- Remove the test of creating a live checker, instead copy over the live checker when the script runs.
- Simplify the script by adding the new package to the end of the file.
- In case of the `checkers.rst` a non-alpha package is going to be added before the alpha packages.
- According to this change simplify the tests.
- `DummyChecker` -> `ExampleChecker`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73521/new/
https://reviews.llvm.org/D73521
Files:
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
clang/lib/StaticAnalyzer/Checkers/ExampleChecker.cpp
clang/test/Analysis/add-new-checker/add-main-package.rst
clang/test/Analysis/add-new-checker/add-main-package.td
clang/test/Analysis/add-new-checker/add-multiple-packages.rst
clang/test/Analysis/add-new-checker/add-multiple-packages.td
clang/test/Analysis/add-new-checker/check-add-new-checker.py
clang/test/Analysis/add-new-checker/checker-name.rst
clang/test/Analysis/add-new-checker/checker-name.td
clang/test/Analysis/add-new-checker/flow-package-exist-checker.rst
clang/test/Analysis/add-new-checker/flow-package-exist-checker.td
clang/test/Analysis/add-new-checker/flow-package-not-exist.rst
clang/test/Analysis/add-new-checker/flow-package-not-exist.td
clang/test/Analysis/add-new-checker/lit.local.cfg.py
clang/test/Analysis/example-checker.cpp
clang/utils/analyzer/add-new-checker.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73521.253777.patch
Type: text/x-patch
Size: 45796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200331/d7dbd48c/attachment-0001.bin>
More information about the cfe-commits
mailing list