Skip to content
  • Tom Care's avatar
    Improved error reporting in IdempotentOperationChecker · 1ce2faca
    Tom Care authored
    - SourceRange highlighting is only given for the relevant side of the operator (assignments give both)
    - Added PostVisitBinaryOperator hook to retrieve the ExplodedNode for an operator
    - Added a BugReporterVisitor to display the last store to every VarDecl in a Stmt
    - Changed bug reporting to use the new BugReporterVisitor
    
    llvm-svn: 112839
    1ce2faca
Loading