[all-commits] [llvm/llvm-project] f3f067: [Clang] Fix several `-Wdocumentation` warnings (NFC)
Egor Zhdan via All-commits
all-commits at lists.llvm.org
Thu Oct 26 08:14:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3f0672039f42610101db8bbe97f521a65ede413
https://github.com/llvm/llvm-project/commit/f3f0672039f42610101db8bbe97f521a65ede413
Author: Egor Zhdan <e_zhdan at apple.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M clang/include/clang/Lex/Preprocessor.h
Log Message:
-----------
[Clang] Fix several `-Wdocumentation` warnings (NFC)
```
clang/include/clang/Lex/Preprocessor.h:2893:14: warning: parameter 'isEnter:' not found in the function declaration [-Wdocumentation]
/// \param isEnter: true if this PP is entering a region; otherwise, this PP
^~~~~~~~
clang/include/clang/Lex/Preprocessor.h:2895:14: warning: parameter 'Loc:' not found in the function declaration [-Wdocumentation]
/// \param Loc: the location of the entry or exit of a
^~~~
clang/include/clang/Lex/Preprocessor.h:2907:14: warning: parameter 'StartLoc:' not found in the function declaration [-Wdocumentation]
/// \param StartLoc: output argument. It will be set to the start location of
^~~~~~~~~
```
More information about the All-commits
mailing list