xref: /llvm-project/clang-tools-extra/docs/clang-tidy/checks/google/readability-todo.rst (revision 6e566bc5523f743bc34a7e26f050f1f2b4d699a8)
1.. title:: clang-tidy - google-readability-todo
2
3google-readability-todo
4=======================
5
6Finds TODO comments without a username or bug number.
7
8The relevant style guide section is
9https://google.github.io/styleguide/cppguide.html#TODO_Comments.
10
11Corresponding cpplint.py check: `readability/todo`
12