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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to