[all-commits] [llvm/llvm-project] 3fce5e: [DWARFLinker] Capitalize type names (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Oct 22 00:18:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3fce5ea7ce663410d3fb533528158bdab3a3604e
https://github.com/llvm/llvm-project/commit/3fce5ea7ce663410d3fb533528158bdab3a3604e
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
M llvm/include/llvm/DWARFLinker/DWARFLinker.h
M llvm/include/llvm/DWARFLinker/DWARFStreamer.h
M llvm/lib/DWARFLinker/DWARFLinker.cpp
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
Log Message:
-----------
[DWARFLinker] Capitalize type names (NFC)
Make these types conform to the LLVM Coding Standards:
> Type names (including classes, structs, enums, typedefs, etc) should
> be nouns and start with an upper-case letter.
More information about the All-commits
mailing list