]> granicus.if.org Git - clang/commit
Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt
authorTed Kremenek <kremenek@apple.com>
Mon, 1 Oct 2007 16:34:52 +0000 (16:34 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 1 Oct 2007 16:34:52 +0000 (16:34 +0000)
commitd48ade633d96b94cb435d73e2c935ea457152dec
tree2e32caeed1329d853aa998b75153fd0523f9acd1
parentd664ff7beb054a2f2f56ec438ff3ce65be96eddc
Removed "hasImplicitControlFlow" from class CFG, and moved it to class Stmt
as a member function.  This function is no longer needed within the CFG
class, and logically belongs to the Stmt class as a predicate for a
Stmt instance.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42489 91177308-0d34-0410-b5e6-96231b3b80d8
AST/CFG.cpp
AST/Stmt.cpp
include/clang/AST/CFG.h
include/clang/AST/Stmt.h