[PATCH] D14619: [PATCH] clang-tidy checker for nothrow copy constructible exception objects
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 12 12:13:39 PST 2015
aaron.ballman marked an inline comment as done.
================
Comment at: clang-tidy/cert/ThrownExceptionTypeCheck.cpp:37
@@ +36,3 @@
+} // end namespace
+
+namespace tidy {
----------------
Your slight preference is my firmest desire! :-P Seriously, I think the code is more clear after implementing your suggestion, so thank you!
http://reviews.llvm.org/D14619
More information about the cfe-commits
mailing list