llvm head interface changes.

This commit is contained in:
Axel Naumann 2013-09-23 15:37:44 +02:00 committed by sftnight
parent 68c8bb74e8
commit daf8c8281b

View File

@ -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());