[all-commits] [llvm/llvm-project] defd0e: [lldb][NFC] Move NameSearchContext to own header/s...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Tue Feb 25 03:26:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: defd0e24aa054aed583d5272e2cc64ae7b0fdc7d
https://github.com/llvm/llvm-project/commit/defd0e24aa054aed583d5272e2cc64ae7b0fdc7d
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M lldb/include/lldb/lldb-forward.h
M lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
A lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.cpp
A lldb/source/Plugins/ExpressionParser/Clang/NameSearchContext.h
M lldb/unittests/Expression/ClangExpressionDeclMapTest.cpp
Log Message:
-----------
[lldb][NFC] Move NameSearchContext to own header/source files
The class is large enough to be in its own file. This patch also removes the cyclic
dependency between ClangASTSource <-> NameSearchContext.
More information about the All-commits
mailing list