[all-commits] [llvm/llvm-project] 3d30c1: Rename clang-module-related *DWO* functions to *Cl...
adrian-prantl via All-commits
all-commits at lists.llvm.org
Wed Nov 13 14:07:29 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3d30c142e147b772463f99a81b106898a9f04971
https://github.com/llvm/llvm-project/commit/3d30c142e147b772463f99a81b106898a9f04971
Author: Adrian Prantl <aprantl at apple.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
Log Message:
-----------
Rename clang-module-related *DWO* functions to *ClangModule* (NFC)
This avoids confusing them with fission-related functionality.
I also moved two accessor functions from DWARFDIE into static
functions in DWARFASTParserClang were their only use is located.
More information about the All-commits
mailing list