[all-commits] [llvm/llvm-project] fce8c1: Fix Wdocumentation warning by consistently using '...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Apr 20 04:37:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fce8c10b6813ef283b68275b0dabc813f0310958
https://github.com/llvm/llvm-project/commit/fce8c10b6813ef283b68275b0dabc813f0310958
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M clang/include/clang/Format/Format.h
Log Message:
-----------
Fix Wdocumentation warning by consistently using '///' comment blocks. NFCI.
Commit: e156f2515c18555f839eabc62cc6517f1d2b0f42
https://github.com/llvm/llvm-project/commit/e156f2515c18555f839eabc62cc6517f1d2b0f42
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[DAG] SelectionDAG.cpp - breakup if-else chains where each block returns. NFCI.
Match style guide that requests that if+return blocks are separate.
Compare: https://github.com/llvm/llvm-project/compare/856b24df08c1...e156f2515c18
More information about the All-commits
mailing list