András Dóczi

Results 13 comments of András Dóczi

The reason missing directories never caused an issue with reparse is because it doesn't set the working directory properly. It's using the default value of `.` from `FixedCompilationDatabase::loadFromCommandLine`. It's a...

The reparser properly supports relative paths now. I had to add a new table to the database (`BuildDirectory`) for this. I decided to scrap the `FakeWorkDirFileSystem`, because to make it...

TinyXML2 is one example. I parsed it by invoking `CodeCompass_parser` while cd'd to CodeCompass's `bin` directory, and these nodes had the `bin` directory as their location: ![](https://user-images.githubusercontent.com/100377984/196568169-25873adb-cd77-4ee6-ac98-ca28e998671b.png) But any C++...