Add diagnostic_logger

This commit is contained in:
Jonathan Müller 2017-02-16 22:08:56 +01:00
commit 108fd1b2ee
8 changed files with 165 additions and 15 deletions

View file

@ -24,7 +24,8 @@ namespace cppast
std::vector<pp_entity> entities;
};
preprocessor_output preprocess(const libclang_compile_config& config, const char* path);
preprocessor_output preprocess(const libclang_compile_config& config, const char* path,
const diagnostic_logger& logger);
}
} // namespace cppast::detail