SQL-like queries for C++ code: is this the task for static analysis? - 0 views
-
Andrey Karpov on 21 Nov 12Static analysis tools' users often wonder how to fulfill the task of searching for certain code fragments. For instance, how to find a function longer than 1000 lines; or how to find a class containing more than 100 methods; or which functions contain the largest (or the smallest) number of comments. Why do they want to know it?