Branch: refs/heads/wuxx1279/gfx908/clang-error
Home: https://github.com/dyninst/dyninst
Commit: 557a01949a4c11e8e8975fe113e4ab07b64bf25d
https://github.com/dyninst/dyninst/commit/557a01949a4c11e8e8975fe113e4ab07b64bf25d
Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h
M instructionAPI/src/AMDGPU/gfx908/InstructionDecoder-amdgpu-gfx908.h
Log Message:
-----------
add InstructionDecoderImpl::makeRegisterExpression to derived classes
Eliminate virtual-overloaded warning as there are 3 overloaded methods of
InstructionDecoderImpl::makeRegisterExpression, but only 2 are defined in
these classes for add a using so the 3rd is not hidden.
|