Add diagnostic_logger
This commit is contained in:
parent
a0c2eece5b
commit
108fd1b2ee
8 changed files with 165 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue