Skip to content
  • Argyrios Kyrtzidis's avatar
    [analyzer] Refactor EndOfFunctionNodeBuilder. · f1b5d1f0
    Argyrios Kyrtzidis authored
    -Introduce EndOfFunctionNodeBuilder::withCheckerTag to allow it be "specialized" with a
     checker tag and not require the checkers to pass a tag.
    -For EndOfFunctionNodeBuilder::generateNode, reverse the order of tag/P parameters since
     there are actual calls that assume the second parameter is ExplodedNode.
    
    llvm-svn: 126332
    f1b5d1f0
Loading