Charusso added a comment. In D73521#1923693 <https://reviews.llvm.org/D73521#1923693>, @NoQ wrote:
> Or is each test run updating the repo? Can we simply make the script do `cat > DummyChecker.cpp | sed s/DummyChecker/$NAME/g > $NAME.cpp` and store the > checker only once? It was updating, yes. The first idea was to copy over the live checker, but I wanted to make it as portable as possible. ================ Comment at: clang/utils/analyzer/add-new-checker.py:714-715 + help='the path to llvm-tblgen') + parser.add_argument('--force-creation', dest='is_force_creation', + action='store_true', help=argparse.SUPPRESS) + parser.add_argument('--test', dest='is_test', ---------------- NoQ wrote: > So, `--overwrite` and add help? It was only made for the test. Removed. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D73521/new/ https://reviews.llvm.org/D73521 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits