Jim Ingham bdbdd22937 Teach SBFrame how to guess its language.
<rdar://problem/31411646>

llvm-svn: 300012
2017-04-12 00:19:54 +00:00

8 lines
72 B
C++

#include "other.h"
void
Other::DoSomethingElse()
{
DoSomething();
}