[all-commits] [llvm/llvm-project] df8a98: [lldb][NFC] Remove TypeSystemClang::GetASTContext ...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Jan 30 03:07:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: df8a986f533d6b1726e79acfa53ba854943704c3
https://github.com/llvm/llvm-project/commit/df8a986f533d6b1726e79acfa53ba854943704c3
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
Log Message:
-----------
[lldb][NFC] Remove TypeSystemClang::GetASTContext calls in IRForTarget
Similar to previous commits, this just replaces the lookup in the
global map with the reference to the TypeSystemClang instance we already
have in this context.
More information about the All-commits
mailing list