git-afsantos / haros

H(igh) A(ssurance) ROS - Static analysis of ROS application code.
MIT License
190 stars 37 forks source link

Change the CMake parser implementation #34

Closed git-afsantos closed 2 months ago

git-afsantos commented 5 years ago

The current CMake parser, based on regular expressions, is too weak and runs into many issues, such as #33 or #32.

Consider reusing a different parser, such as the one in catkin_lint or cmake-ast.