Eugene.Zelenko added inline comments.

================
Comment at: docs/ReleaseNotes.rst:146
+
+  Warns if statically-stored objects are created, unless constructed with 
`constexpr`.
+
----------------
Please highlight constexpr with ``, not `.


================
Comment at: docs/clang-tidy/checks/fuchsia-statically-constructed-objects.rst:6
+
+Warns if statically-stored objects are created, unless constructed with 
+`constexpr`.
----------------
Please highlight constexpr with ``, not `.


================
Comment at: docs/clang-tidy/checks/fuchsia-statically-constructed-objects.rst:25
+
+But creation of static objects using `constexpr` constructors is allowed:
+
----------------
Please highlight constexpr with ``, not `.


https://reviews.llvm.org/D41546



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

Reply via email to