]> granicus.if.org Git - clang/commit
Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor...
authorEnrico Pertoso <epertoso@google.com>
Wed, 3 Jun 2015 10:12:40 +0000 (10:12 +0000)
committerEnrico Pertoso <epertoso@google.com>
Wed, 3 Jun 2015 10:12:40 +0000 (10:12 +0000)
commit500d43f72aeea3974472ced6bd8d02c66f294dd8
tree3a1aca10a45c81039d433b1e39b6cae5412222f3
parentdab37bc44c6eaf2b2351a53a54890946ad6cd789
Append CXXDefaultInitExpr's wrapped expression to the CFG when visiting a constructor initializer

Summary:
This patch is part of http://llvm-reviews.chandlerc.com/D2181.

In-class initializers are appended to the CFG when CFGBuilder::addInitializer is called.

Reviewers: jordan_rose, rsmith

Reviewed By: jordan_rose

Subscribers: cfe-commits, klimek

Differential Revision: http://reviews.llvm.org/D2370

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