Remco Vermeulen

Results 8 comments of Remco Vermeulen

Some context for the feature request. When developing queries and their tests it is already possible to show a diff of the expected and actual result in the Test Explorer...

Sorry for the late response. In my case this was for an element that is an instance of`GlobalNamespace` in C++. So probably when the location is `UnknownDefaultLocation`

Yes, we need that PR to be able to do that. I need to spend some more time optimizing runtime, because it will endlessly rebuild dependency for each QL4QL analysis.

With the addition of other declarations the performance of this query has significantly decreased. My current hypothesis is that the number of declarations in the global namespace explodes the size...

Cannot reproduce an amended version of the test case (`bar` is private). For each instantiation we get an `ExprStmt` for `t` in `bar`, however the location for each of those...

This is an interesting example that is close to the exception discussed in Autosar, but still marked as non-compliant in the examples in Autosar. It is interesting because like the...

It seems MISRA C++ 23 completely removes the exceptions in 6.5.1. The also only focus on variables (6.4.1) and member functions (6.4.2) It is interesting to have the distinction between...

@parkerbxyz @gr2m is still being worked on?