[all-commits] [llvm/llvm-project] fe22e5: [lldb][NFC] Pass DeclarationName to NameSearchCont...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon May 25 03:37:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe22e5689e94370b8eadef4b7267201cc9fcb2e3
https://github.com/llvm/llvm-project/commit/fe22e5689e94370b8eadef4b7267201cc9fcb2e3
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-05-25 (Mon, 25 May 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h
Log Message:
-----------
[lldb][NFC] Pass DeclarationName to NameSearchContext by value
DeclarationName is usually passed around by value as it's just a pointer.
More information about the All-commits
mailing list