[all-commits] [llvm/llvm-project] cfb773: [lldb][NFC] Use StringRef in CreateFunctionDeclara...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Aug 17 05:17:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cfb773c676236652f63f9ba031d6755d55f5d884
https://github.com/llvm/llvm-project/commit/cfb773c676236652f63f9ba031d6755d55f5d884
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-08-17 (Mon, 17 Aug 2020)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
Log Message:
-----------
[lldb][NFC] Use StringRef in CreateFunctionDeclaration/GetDeclarationName
CreateFunctionDeclaration should just take a StringRef. GetDeclarationName is
(only) used by CreateFunctionDeclaration so that's why now also takes a
StringRef.
More information about the All-commits
mailing list