Hello!
I am using SonarQube with primaly with cxx-community plugin. Since 6.2 version the XPath template for custom rules was removed in this plugin. I realy had a lot of custom rules and used it often, so this functionality is quite important for me. Removal of this template is explained with XPath API deprecation in 6.2 version of SonarQube
I would like to ask is there any alternative mechanism to use AST in rules creation for C/C++ projects? Or maybe it will be added soon?