@swift-ci Please test
4495 | if (!options::LoadPluginLibrary.empty()) { | ||
4496 | std::vector<std::string> paths; | ||
4497 | for (auto path: options::LoadPluginLibrary) { | ||
4498 | llvm::errs() << "LoadPluginLibrary: " << path << "\n"; |
Was this just debug output during development or do you want to keep it for the future?
Argh, I will remove this.
@swift-ci Please smoke test
Login to write a write a comment.
Enable SwiftParser parsing for code completion, but disable the roundtrip/validation testing. So that macro expansions are correctly performed in code completion, while avoiding an assertion failure
caused by existence of null character in the source buffer.
rdar://107900870