[all-commits] [llvm/llvm-project] 2aec4b: [lldb][NFC] Don't implement ClangASTContext::SetMe...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Thu Dec 12 02:15:51 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2aec4b4863f883e1e9e8e0362b85d37fc5fc0545
https://github.com/llvm/llvm-project/commit/2aec4b4863f883e1e9e8e0362b85d37fc5fc0545
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M lldb/include/lldb/Symbol/ClangASTContext.h
M lldb/source/Symbol/ClangASTContext.cpp
Log Message:
-----------
[lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static method
We always have an ClangASTContext when we call this method so we might as
well always call the non-static version.
More information about the All-commits
mailing list