Balázs Kéri
Balázs Kéri
In `isStructurallyEquivalent` (CXXMethodDecl) there is no check for the `isExplicitlyDefaulted` property. This can be different from `isDefaulted` (I think isDefaulted is true when the function is default but generated by...
Example code: ``` template void declToImport(T &t) { }; ``` After import the `=int` default value is missing.
I am not sure if this is the best solution but the tests do not fail. The CI tests should be tried. (This is not the final code.)
**Describe the bug** _prepare_analyzer_cmd.py_ may create wrong compile commands in _compilation_database_DEBUG.json_ file. Every include path starting with '/' in the commands is replaced with the absolute path. An option like...
The test analyzes a project and collects the files with tu_collector. Then these files are analyzed again in a new directory. The goal is that the first step of analysis...