llvm head interface changes.
This commit is contained in:
parent
68c8bb74e8
commit
daf8c8281b
@ -70,7 +70,7 @@ namespace cling {
|
||||
}
|
||||
|
||||
void MetaSema::actOnICommand(llvm::StringRef path) const {
|
||||
if (path.isEmpty())
|
||||
if (path.empty())
|
||||
m_Interpreter.DumpIncludePath();
|
||||
else
|
||||
m_Interpreter.AddIncludePath(path.str());
|
||||
|
Loading…
Reference in New Issue
Block a user