Remove from the CFG the half-implemented support for scoping information. We decided...
commit9febb6c1221f60f0037eb3e4b6ed3f84adfde41d
authorTed Kremenek <kremenek@apple.com>
Mon, 13 Sep 2010 22:25:54 +0000 (13 22:25 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 13 Sep 2010 22:25:54 +0000 (13 22:25 +0000)
treedb5e8696bc1851163439c93590020233ed5f5537
parent65816f06550de59a31e526e6580c88d8a1289b10
Remove from the CFG the half-implemented support for scoping information.  We decided that scope information doesn't belong in the CFG at all, since it is a lexical construct.

Patch by Marcin Ĺšwiderski!

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