"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "acd71a456254f3b4b1f9a860ab09f93026b1e0ef"
[FileSpecList] Add EmplaceBack method (NFC)
Instead of having to write FileSpecList::Append(FileSpec(args)) you can now call FileSpecList::EmplaceBack(args), similar to std::vector<>::emplace_back. llvm-svn: 366489
Loading
Please register or sign in to comment