Overwrite compile_commands.json under the temp root (without loading it).
| 25 | |
| 26 | /// Overwrite compile_commands.json under the temp root (without loading it). |
| 27 | void write_json(TempDir& tmp, llvm::ArrayRef<CDBEntry> entries) { |
| 28 | tmp.touch("compile_commands.json", build_cdb_json(entries)); |
| 29 | } |
| 30 | |
| 31 | TEST_SUITE(ReloadDiff) { |
| 32 |
no test coverage detected