Fix dump
This commit is contained in:
parent
1be04346b3
commit
61eccd7070
|
@ -360,7 +360,7 @@ unsigned int CppCheck::processFile(const std::string& filename, const std::strin
|
||||||
|
|
||||||
// dump xml if --dump
|
// dump xml if --dump
|
||||||
if (_settings.dump && fdump.is_open()) {
|
if (_settings.dump && fdump.is_open()) {
|
||||||
fdump << "<dump cfg=\"" << cfg << "\">" << std::endl;
|
fdump << "<dump cfg=\"" << ErrorLogger::toxml(cfg) << "\">" << std::endl;
|
||||||
preprocessor.dump(fdump);
|
preprocessor.dump(fdump);
|
||||||
_tokenizer.dump(fdump);
|
_tokenizer.dump(fdump);
|
||||||
fdump << "</dump>" << std::endl;
|
fdump << "</dump>" << std::endl;
|
||||||
|
|
Loading…
Reference in New Issue