segoon added inline comments.

================
Comment at: clang-tools-extra/clang-tidy/concurrency/AsyncBlockingCheck.cpp:35
+    /* C++ std */
+    "std::mutex",                 //
+    "std::timed_mutex",           //
----------------
njames93 wrote:
> Is it wise to fully qualify these?
> `::std::mutex`
> 
> Also whats with the comments at the end of each line, they don't seem to add 
> anything.
the comments signal clang-format not to join multiple items into a single line


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

https://reviews.llvm.org/D93940

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

Reply via email to