Oliver Stöneberg
Oliver Stöneberg
> `Library::returnValueType()` checks if the given token `isNotLibraryFunction()`. This looks wrong to me because I would expect that the given token is supposed to be a type. Or is the...
The problem is that the `astParent()` is set on later calls. From `TestClass::memsetOnClass`: ``` 000001FE7416C2E0 astParent: 0000000000000000 previous: 000001FE7416DBA0 size [...] 000001FE7416C2E0 astParent: 000001FE7416DBA0 previous: 000001FE7416DBA0 size std::vector::size Assertion failed:...
> I assume there is speedup but do you see it also? Since it is still a draft (and not working as expected) I did not provide performance data yet....
It now reports: ``` a.cpp:5: syntax error: failed to evaluate #if condition, undefined function-like macro invocation: defined( ... ) ```
Looks like a duplicate of #75. ``` 1: a.cpp:5: #warning: #warning Before IS_DEFINED(FOO) a.cpp:7: syntax error: failed to evaluate #if condition, undefined function-like macro invocation: defined( ... ) ``` Somehow...
Either the rules significantly slow down things or we had a big performance regression which slipped by me...
@chrchr-github So what do we do with this now? IMO it would be nice if do not require a specially build binary to perform the internal checks. If we cannot...
`error-reporting.xml` can also be removed. The remaining ones might also be obsolete or should be used in the selfchecks. Even if those are meant to be examples they should at...
Closed in favor of #6951.
As it wrecks havoc on the performance (I did not remember it being so bad) we should limit this to the CI so it won't kill the usability IDEs which...