It also suggests a fix-it, taking the name from $USER. This will be made
configurable eventually.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good provided that you fix the issues.
clang-tidy/google/TodoCommentCheck.cpp | ||
---|---|---|
54 | This could be a reference as well. | |
test/clang-tidy/google-readability-todo.cpp | ||
5 | It should be CHECK-MESSAGES: | |
6 | Please make the comments distinct, so that they can be matched reliably. Currently, the test can pass even if one of the replacement is not done, as there's a matching string in line 24. |
Comment Actions
See inline.
clang-tools-extra/trunk/clang-tidy/google/TodoCommentCheck.cpp | ||
---|---|---|
42 ↗ | (On Diff #13829) | This doesn't work on Windows. The variable there is USERNAME; would it make sense to check both? |
This could be a reference as well.