forked from OSchip/llvm-project
Tweak for lldb coding style consistency.
llvm-svn: 212575
This commit is contained in:
parent
3c68ee95ca
commit
45938b96ee
|
@ -499,7 +499,8 @@ ClangASTContext::getDiagnosticConsumer()
|
|||
return m_diagnostic_consumer_ap.get();
|
||||
}
|
||||
|
||||
std::shared_ptr<TargetOptions> &ClangASTContext::getTargetOptions() {
|
||||
std::shared_ptr<TargetOptions> &
|
||||
ClangASTContext::getTargetOptions() {
|
||||
if (m_target_options_rp.get() == nullptr && !m_target_triple.empty())
|
||||
{
|
||||
m_target_options_rp = std::make_shared<TargetOptions>();
|
||||
|
|
Loading…
Reference in New Issue