[all-commits] [llvm/llvm-project] 368112: [clang] Remove unnecessary virtual inheritance in ...
Stoorx via All-commits
all-commits at lists.llvm.org
Mon Apr 24 02:15:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 368112e2024aabc91592cd21347968787919f044
https://github.com/llvm/llvm-project/commit/368112e2024aabc91592cd21347968787919f044
Author: Stoorx <me at stoorx.one>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M clang/include/clang/Basic/TargetInfo.h
Log Message:
-----------
[clang] Remove unnecessary virtual inheritance in `TargetInfo`
Since the `TargetInfo` has no diamond-like inheritance diagram,
the `virtual` keyword is not necessary.
Differential Revision: https://reviews.llvm.org/D148961
More information about the All-commits
mailing list