Balázs Kéri

Results 6 issues of 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.)

Experimental

**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...

bug :bug:
dev env :rescue_worker_helmet:
tools :hammer_and_wrench:

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...

enhancement :star2:
test :ballot_box_with_check:
tools :hammer_and_wrench:
tu_collector :page_with_curl: