[PATCH] D73521: [analyzer] add-new-checker.py: Introduction

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 15 20:24:59 PDT 2020


NoQ added inline comments.


================
Comment at: clang/utils/analyzer/add-new-checker.py:83
+    except OSError as e:
+        print('[error] llvm-tblgen is not found, specify it explicitly.')
+        exit()
----------------
Let's tell the user politely how to specify `llvm-tblgen`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73521/new/

https://reviews.llvm.org/D73521





More information about the cfe-commits mailing list