[all-commits] [llvm/llvm-project] c34478: [lldb][NFC] Move ClangExpressionDeclMap's persiste...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Nov 20 05:18:07 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c34478f5f6c7ef1ae8fb3605fbdec0634d543fed
https://github.com/llvm/llvm-project/commit/c34478f5f6c7ef1ae8fb3605fbdec0634d543fed
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
Log Message:
-----------
[lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own function
Searching persistent decls is a small subset of the things
FindExternalVisibleDecls does. It should be its own function instead
of being encapsulated in this `do { } while(false);` pattern.
More information about the All-commits
mailing list