[PATCH] D61445: [FileCheck] Fix code style of method comments
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 08:49:16 PDT 2019
thopre created this revision.
thopre added reviewers: jhenderson, probinson, arichardson.
thopre added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls, javed.absar.
Fix various issues in code style of method comments:
1. Move all heading comments to all non-static methods near their
declaration in the FileCheck.h header file.
2. Harmonize the action verb in doxygen comments for methods to always
be in third person
3. Use \returns instead of free text "return" and "returns".
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D61445
Files:
llvm/include/llvm/Support/FileCheck.h
llvm/lib/Support/FileCheck.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61445.197795.patch
Type: text/x-patch
Size: 17149 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/38b17b96/attachment.bin>
More information about the llvm-commits
mailing list