It also suggests a fix-it, taking the name from $USER. This will be made
configurable eventually.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good provided that you fix the issues.
clang-tidy/google/TodoCommentCheck.cpp | ||
---|---|---|
54 ↗ | (On Diff #13827) | This could be a reference as well. |
test/clang-tidy/google-readability-todo.cpp | ||
5 ↗ | (On Diff #13827) | It should be CHECK-MESSAGES: |
6 ↗ | (On Diff #13827) | 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 | This doesn't work on Windows. The variable there is USERNAME; would it make sense to check both? |
This doesn't work on Windows. The variable there is USERNAME; would it make sense to check both?