[all-commits] [llvm/llvm-project] ae7438: [MasmParser] Remove unused method emitStructValue ...
mikaelholmen via All-commits
all-commits at lists.llvm.org
Thu Jul 16 01:16:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae74387fc0fd0866766dad877c844e35a3932a51
https://github.com/llvm/llvm-project/commit/ae74387fc0fd0866766dad877c844e35a3932a51
Author: Mikael Holmen <mikael.holmen at ericsson.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M llvm/lib/MC/MCParser/MasmParser.cpp
Log Message:
-----------
[MasmParser] Remove unused method emitStructValue to silence warning
The method was added in bc8e262afe83 and has been unused ever since so
remove it to silence a gcc warning.
Commit: 274332282cb4ce167de8e73fb9c59d2eecd67c25
https://github.com/llvm/llvm-project/commit/274332282cb4ce167de8e73fb9c59d2eecd67c25
Author: Mikael Holmen <mikael.holmen at ericsson.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M clang-tools-extra/clangd/CompileCommands.cpp
Log Message:
-----------
[clangd] Fix a few gcc warnings [NFC]
Compare: https://github.com/llvm/llvm-project/compare/93ec6cd68426...274332282cb4
More information about the All-commits
mailing list