hintonda marked an inline comment as done. hintonda added inline comments.
================ Comment at: clang-tools-extra/clang-tidy/add_new_check.py:382 + if module == 'llvm' or module == 'clang': + namespace = module + '_checker' + else: ---------------- aaron.ballman wrote: > I thought we were going with `llvm_check`? Just typo on my part. I the options mentioned before where things like `llvm_project` or `llvm_proj`, etc. I just settled on `llvm_check` because it sounded better -- then actually typed `checker`. I'll fix it this afternoon. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D60629/new/ https://reviews.llvm.org/D60629 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits