]> granicus.if.org Git - clang/commit
Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers instead...
authorTed Kremenek <kremenek@apple.com>
Thu, 3 Jul 2008 05:26:14 +0000 (05:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 3 Jul 2008 05:26:14 +0000 (05:26 +0000)
commit7032f460fc9828f386056e75933da5af61e88638
tree21b4e71304fdc8e0f9102d0942b8350199b6434a
parent7be3f4b3aa9e7c971d6a7abcd9c89ea3f42258f3
Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers instead of references, because they can both fail
on functions we cannot construct full CFGs for yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53081 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/AnalysisConsumer.cpp
include/clang/Analysis/PathSensitive/BugReporter.h
lib/Analysis/BugReporter.cpp
lib/Analysis/DeadStores.cpp