[all-commits] [llvm/llvm-project] 2cebad: [IR] remove redundant code comments; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Sun Nov 29 06:30:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2cebad702cdff8c320c8afa748626e8cc1b3b2f3
https://github.com/llvm/llvm-project/commit/2cebad702cdff8c320c8afa748626e8cc1b3b2f3
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-11-29 (Sun, 29 Nov 2020)
Changed paths:
M llvm/lib/IR/BasicBlock.cpp
Log Message:
-----------
[IR] remove redundant code comments; NFC
As noted in D92247 (and independent of that patch):
http://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments
"Don’t duplicate the documentation comment in the header file and in the
implementation file. Put the documentation comments for public APIs into
the header file."
More information about the All-commits
mailing list