András Dóczi
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:  But any C++...