[all-commits] [llvm/llvm-project] b196c7: Fix Wdocumentation warning. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Sep 3 09:47:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b196c7192ff3d3700e77691bdc13fc14b0f46502
https://github.com/llvm/llvm-project/commit/b196c7192ff3d3700e77691bdc13fc14b0f46502
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
Log Message:
-----------
Fix Wdocumentation warning. NFCI.
Remove \returns tag from a void function
Commit: 6731eb644a1ef5650c1c3b1757a4f94a21198085
https://github.com/llvm/llvm-project/commit/6731eb644a1ef5650c1c3b1757a4f94a21198085
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/EarlyIfConversion.cpp
Log Message:
-----------
Fix Wdocumentation trailing comments warnings. NFCI.
Commit: 46780cc0ee9a89115ac28a0aa8c26eca3a5b7653
https://github.com/llvm/llvm-project/commit/46780cc0ee9a89115ac28a0aa8c26eca3a5b7653
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
Log Message:
-----------
PHIEliminationUtils.cpp - remove unnecessary MachineBasicBlock.h include. NFCI.
This is already included in PHIEliminationUtils.h
Commit: 83ca548fcb45890fdafadf7a314ddfaa7a9b79a6
https://github.com/llvm/llvm-project/commit/83ca548fcb45890fdafadf7a314ddfaa7a9b79a6
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyUtilities.h
Log Message:
-----------
WebAssemblyUtilities.h - reduce unnecessary includes to forward declarations. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/2391a34f9f52...83ca548fcb45
More information about the All-commits
mailing list