]> granicus.if.org Git - clang/commit
Refactored BugReporter to refer to EndNode as ErrorNode. We currently make the assump...
authorTom Care <tom.care@uqconnect.edu.au>
Thu, 16 Sep 2010 03:50:38 +0000 (03:50 +0000)
committerTom Care <tom.care@uqconnect.edu.au>
Thu, 16 Sep 2010 03:50:38 +0000 (03:50 +0000)
commit212f6d3b5fb3fa55ba1e40671cfc336430abc8dd
tree946a45142d9dfb844bcb7eb2a909b834f14c8c69
parent49b4ef364ba042f7db2ba567310fb49917ad0086
Refactored BugReporter to refer to EndNode as ErrorNode. We currently make the assumption that EndNode == ErrorNode, but upcoming changes will break this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114065 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/BugReporter/BugReporter.h
lib/Checker/BugReporter.cpp
lib/Checker/CFRefCount.cpp
lib/Checker/GRExprEngine.cpp