| 73 | tags.insert(std::move(t)); |
| 74 | } |
| 75 | void addProject(std::string a, std::string b) { |
| 76 | projects.insert({std::move(a), std::move(b) }); |
| 77 | } |
| 78 | |
| 79 | void generate(llvm::StringRef outputPrefix, std::string dataPath, const std::string &filename, |
| 80 | const char* begin, const char* end, llvm::StringRef footer, llvm::StringRef warningMessage, |
nothing calls this directly
no outgoing calls
no test coverage detected