Closed albertziegenhagel closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.24%. Comparing base (
81a33a1
) to head (7c24d0c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In the pre-processor code, when we check whether a
#define
or#include
statement should be evaluated, only the top of the pre-processor stack was taken into account. This commit changes it so that all the previously taken branches need to evaluate totrue
.Fixes #404.