This patch enables ScopeContext to track variable lifetime. It is RFC mostly since the work on its dependencies is still not finished and it lacks some tests.
Pre-discussion took place in cfe-dev:
- http://lists.llvm.org/pipermail/cfe-dev/2015-December/046653.html
- http://clang-developers.42468.n3.nabble.com/Analyzer-ScopeContext-implementation-td4050861.html
StackLocalsSpaceRegion is still present to preserve current behaviour because 'cfg-scope-info' is false by default.