summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2019-01-11 01:32:35 +0000
committerRichard Trieu <rtrieu@google.com>2019-01-11 01:32:35 +0000
commitf8b8b39c60f8d6558a38806c785f824d1b3174c0 (patch)
tree15928a9bd485ab4e6c8f51c3156a8abbc2e14eef /clang/lib/StaticAnalyzer/Core/MemRegion.cpp
parent80473621294fa8cb0e5639df032397e5bd6537a7 (diff)
downloadbcm5719-llvm-f8b8b39c60f8d6558a38806c785f824d1b3174c0.tar.gz
bcm5719-llvm-f8b8b39c60f8d6558a38806c785f824d1b3174c0.zip
Fix header issues.
Several headers would fail to compile if other headers were not previously included. The usual issue is that a class is forward declared, but the full definition is needed. The requirement for the definition is use of isa/dyn_cast or calling functions of pointer-packed data types such as DenseMap or PointerIntPair. Add missing includes to these headers. SVals.h required an out-of-line method definition in the .cpp file to avoid circular inclusion of headers with BasicValueFactory.h llvm-svn: 350913
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/MemRegion.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud