ckaestne / TypeChef

Type checking ifdef variability
https://ckaestne.github.io/TypeChef/
Other
76 stars 36 forks source link

move option handling of static analyses to own interface ICAnalysisOptions and restore InterCFG functionality #23

Closed joliebig closed 11 years ago

joliebig commented 11 years ago

enabling of static analysis options is now handled in own interface ICAnalysisOptions restore InterCFG functionality from WriteCFG branch (see pull request 22); had to be done manually here, since I didn't apply the pull request first :(.

joliebig commented 11 years ago

error in parameter settings for static analyses.