[PATCH] D40829: [clang-tidy] adjust cppcoreguidelines-owning-memory documentation

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 08:04:28 PST 2017


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

This is reasonable, though if the list starts getting longer, we should consider trying to fix the bug rather than enumerate them.



================
Comment at: docs/clang-tidy/checks/cppcoreguidelines-owning-memory.rst:115
+
+Known code constructs that do not get diagnosed correctly are
+
----------------
Add a colon after `are`.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D40829





More information about the cfe-commits mailing list