(no title)
marceloabsousa | 3 years ago
The ideia is to have a common IR representation from multiple input programming languages to perform static analysis on top of.
This is useful because it's very expensive to write dedicated backend analysers when you have to support 25+ programming languages.
This is specially true when analysers share a subset of the checks (e.g. cyclomatic complexity, identical conditions check). You can check the full list at: https://github.com/SonarSource/slang/tree/master/slang-check....
No comments yet.