carlosgalvezp added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py:257-265
     invocation = [args.clang_tidy_binary, '-list-checks']
     if args.allow_enabling_alpha_checkers:
       invocation.append('-allow-enabling-analyzer-alpha-checkers')
     invocation.append('-p=' + build_path)
     if args.checks:
       invocation.append('-checks=' + args.checks)
+    if args.config:
----------------
Would it make sense to re-use `get_tidy_invocation` with the proper arguments 
here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118104

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

Reply via email to