[all-commits] [llvm/llvm-project] 6640f2: [lldb][NFC] Remove ClangASTContext::GetUniqueNames...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Wed Nov 20 03:03:02 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6640f2e7d401359a112bbc84344e0137bdf8175f
https://github.com/llvm/llvm-project/commit/6640f2e7d401359a112bbc84344e0137bdf8175f
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M lldb/include/lldb/Symbol/ClangASTContext.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
M lldb/source/Symbol/ClangASTContext.cpp
Log Message:
-----------
[lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overload
This overload is only used in one place and having static overloads for
all methods that only do an additional clang::ASTContext -> ClangASTContext
conversion is just not sustainable.
More information about the All-commits
mailing list