[all-commits] [llvm/llvm-project] 050227: [NFC][COFF] Refine access specifiers for WinCOFFOb...
HaohaiWen via All-commits
all-commits at lists.llvm.org
Tue Jun 6 06:02:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 050227004ca34cd5cb8e65f214c49b47c206c4b3
https://github.com/llvm/llvm-project/commit/050227004ca34cd5cb8e65f214c49b47c206c4b3
Author: Haohai Wen <haohai.wen at intel.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M llvm/lib/MC/WinCOFFObjectWriter.cpp
Log Message:
-----------
[NFC][COFF] Refine access specifiers for WinCOFFObjectWriter
Set public specifiers only for constructor and inherited methods from
MCObjectWriter and leave others as private. Also change the order of
MCObjectWriter methods' definition according to it's declaration order.
Reviewed By: skan
Differential Revision: https://reviews.llvm.org/D152229
More information about the All-commits
mailing list