bolt/deps/llvm-18.1.8/clang-tools-extra/docs/clang-tidy/checks/google/readability-todo.rst

12 lines
306 B
ReStructuredText
Raw Normal View History

2025-02-14 19:21:04 +01:00
.. 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`