Skip to content

Commit 44369c2

Browse files
Fix broken dependency of AVarGraph.h on a declaration of AVarBoundsInfo
as an incomplete type, exposed by the previous commit. I chose to do so by including ABounds.h since that's what AVarBoundsInfo.h does, though simply declaring AVarBoundsInfo might have worked.
1 parent efa3c0a commit 44369c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/3C/AVarGraph.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef _AVARGRAPH_H
1414
#define _AVARGRAPH_H
1515

16+
#include "ABounds.h"
1617
#include "ConstraintsGraph.h"
1718

1819
// Graph that keeps tracks of direct assignments between various variables.

0 commit comments

Comments
 (0)