in facebook-clang-plugins/libtooling/SimplePluginASTAction.cpp [129:134]
void PluginASTOptionsBase::setObjectFile(const std::string &path) {
objectFile = path;
if (path != "" && outputFile.size() > 0 && outputFile[0] == '%') {
outputFile = path + outputFile.substr(1);
}
}