fixed #14675 - provide proper error ID for simplecpp::Output::EXPLICIT_INCLUDE_NOT_FOUND#8462
fixed #14675 - provide proper error ID for simplecpp::Output::EXPLICIT_INCLUDE_NOT_FOUND#8462firewave merged 1 commit intodanmar:mainfrom
simplecpp::Output::EXPLICIT_INCLUDE_NOT_FOUND#8462Conversation
…IT_INCLUDE_NOT_FOUND`
|
|
with this PR I now get: Would it be possible to show which include is causing this error? |
As you can see in the added tests the name should be included. Your error message indicates that an empty filename was specified. How do you invoke the analysis? My hunch is that you are using a project and we are handling some empty field incorrectly. On a side note we could (should?) already bail out at the CLI parsing level. But I would like to cover that separately. |
|
I'm on windows 10 using the GUI to open a project which opens a vcxproj file. Here is my code: https://github.com/IOBYTE/acclint |
|
I can reproduce it and will file a separate ticket for the issue. |
|
The issue was introduced in #8454 and if I understand it correctly that causes every analysis in the GUI to fail. I do not understand how this got through. |



No description provided.