]> granicus.if.org Git - clang/commit
Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary
authorTed Kremenek <kremenek@apple.com>
Thu, 19 Feb 2009 23:45:28 +0000 (23:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 19 Feb 2009 23:45:28 +0000 (23:45 +0000)
commit58e899b336c63fa25d4cc8986d97a40933cded9b
treec00551ec9cf8697493beceebe17454569a9d6ff8
parent2680b5f926fad29c1a2b2723a70d189f4b637979
Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary
PostStmt program point. This allows clients to pass in PostStmtCustom program
points.

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