[all-commits] [llvm/llvm-project] d840f3: Resolve -Wdocumentation warning in ClangTidyDiagno...
Salman Javed via All-commits
all-commits at lists.llvm.org
Wed Dec 22 13:26:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d840f3edf0297699e750413e629543c2a9271b90
https://github.com/llvm/llvm-project/commit/d840f3edf0297699e750413e629543c2a9271b90
Author: Salman Javed <mail at salmanjaved.org>
Date: 2021-12-23 (Thu, 23 Dec 2021)
Changed paths:
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.h
Log Message:
-----------
Resolve -Wdocumentation warning in ClangTidyDiagnosticConsumer (NFC)
Change to comments only; NFC.
```
ClangTidyDiagnosticConsumer.h:245:6: warning: '\param' command used in a
comment that is not attached to a function declaration [-Wdocumentation]
```
See this build for an example:
https://lab.llvm.org/buildbot/#/builders/109/builds/27293/steps/5/logs/warnings__702_
More information about the All-commits
mailing list