C-analyzer tool cannot parse #line directives
#102737
Labels
type-bug
An unexpected behavior, bug, or error
#line directives
#102737
Bug report
#linedirectives were added togenerated_cases.c.hin 70185de, but the C-analyzer tool cannot handle these directives. This caused the CI check to start failing on all PRs, e.g.:The short term fix is to exclude
ceval.cfrom the C-analyzer tool:ceval.cfrom the C-analyzer tool #102735But ideally we'd remove
ceval.cfrom the excluded files and teach the C-analyzer tool to handle#linedirectives.Linked PRs
The text was updated successfully, but these errors were encountered: