[all-commits] [llvm/llvm-project] db5424: [Symbol] Change ClangASTContext::GetCXXClassName r...
Alex via All-commits
all-commits at lists.llvm.org
Thu Oct 31 12:02:20 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: db542455dc0f5873851e220bf72a8394767c61fb
https://github.com/llvm/llvm-project/commit/db542455dc0f5873851e220bf72a8394767c61fb
Author: Alex Langford <apl at fb.com>
Date: 2019-10-31 (Thu, 31 Oct 2019)
Changed paths:
M lldb/include/lldb/Symbol/ClangASTContext.h
M lldb/source/Core/ValueObject.cpp
M lldb/source/Symbol/ClangASTContext.cpp
Log Message:
-----------
[Symbol] Change ClangASTContext::GetCXXClassName return type
Summary:
Instead of filling out a std::string and returning a bool to indicate
success, returning a std::string directly and testing to see if it's
empty seems like a cleaner solution overall.
Differential Revision: https://reviews.llvm.org/D69641
More information about the All-commits
mailing list