dsanders added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp:32-33
+        "llvm-prefer-register-over-unsigned");
+    CheckFactories.registerCheck<readability::NamespaceCommentCheck>(
+        "llvm-namespace-comment");
     CheckFactories.registerCheck<TwineLocalCheck>("llvm-twine-local");
----------------
aaron.ballman wrote:
> Spurious change that moved `llvm-namespace-comment` to be out of alphabetical 
> order?
Oops, not sure what happened there. I think I rolled it back to one of the 
earlier revisions somehow


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65919



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

Reply via email to