[all-commits] [llvm/llvm-project] 90dab1: Remove unused param tag to fix Wdocumentation warn...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Aug 2 07:12:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 90dab1aece7100ace855321162c0d2a09b31c1b3
https://github.com/llvm/llvm-project/commit/90dab1aece7100ace855321162c0d2a09b31c1b3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-02 (Sun, 02 Aug 2020)
Changed paths:
M clang/lib/Parse/ParseOpenMP.cpp
Log Message:
-----------
Remove unused param tag to fix Wdocumentation warning. NFC.
Commit: d14a22da5e437dfbf5fe96a6586cec2153f36861
https://github.com/llvm/llvm-project/commit/d14a22da5e437dfbf5fe96a6586cec2153f36861
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-02 (Sun, 02 Aug 2020)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
Log Message:
-----------
[DAG] TargetLowering::LowerAsmOutputForConstraint - pass SDLoc as const&
Try to be more consistent with the SDLoc param in the TargetLowering methods.
Compare: https://github.com/llvm/llvm-project/compare/376b64926b70...d14a22da5e43
More information about the All-commits
mailing list