blob: 159d2b4adccac7de75fc432052f4d6d9b1fdbf56 [file] [log] [blame]
.. title:: clang-tidy - google-readability-todo
google-readability-todo
=======================
Finds TODO comments without a username or bug number.
The relevant style guide section is
https://google.github.io/styleguide/cppguide.html#TODO_Comments.
Corresponding cpplint.py check: `readability/todo`