diff options
| author | Reid Kleckner <rnk@google.com> | 2019-12-09 13:03:06 -0800 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2019-12-09 13:08:44 -0800 |
| commit | 1164d43855fd5b58fde221445ab0e407c0bd92ee (patch) | |
| tree | ca4fd6682073e944e7c3c5043c5755726f454e83 /llvm/lib/Analysis | |
| parent | d9ae493937c7fff67cb0afba133c6f9872db784a (diff) | |
| download | bcm5719-llvm-1164d43855fd5b58fde221445ab0e407c0bd92ee.tar.gz bcm5719-llvm-1164d43855fd5b58fde221445ab0e407c0bd92ee.zip | |
Include Stmt.h where it seems to be necessary for modules builds
Summary:
After 60573ae6fe50 removed an include of Expr.h from ASTContext.h, this
header fails to compile in some modular build configurations. I have not
been able to reproduce the problem locally. The header compiles fine in
isolation. However, based on reading the code, it seems like it would
require Stmt to be complete. Based on that intuition, we decided to add the
include.
Reviewers: rdhindsa
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D71222
Diffstat (limited to 'llvm/lib/Analysis')
0 files changed, 0 insertions, 0 deletions

