The CloneDetector currently ignores template arguments in function calls which leads to false-positive clones such as isa<Expr>(S) and isa<Stmt>(S).
This patch adds functionality to handle template arguments for those function calls.
Differential D23555
[analyzer] CloneDetector now checks template arguments of function calls. teemperor on Aug 16 2016, 6:58 AM. Authored by
Details The CloneDetector currently ignores template arguments in function calls which leads to false-positive clones such as isa<Expr>(S) and isa<Stmt>(S). This patch adds functionality to handle template arguments for those function calls.
Diff Detail
Event Timeline
|