Skip to content

Commit

Permalink
add forward declaration to fix clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
caleridas committed Jan 29, 2025
1 parent 309e5d0 commit 85a6f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jlm/llvm/opt/alias-analyses/MemoryStateEncoder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
namespace rvsdg
{
class GammaNode;
class LambdaNode;
class output;
class Region;
class RvsdgModule;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class node;
namespace jlm::rvsdg
{
class GammaNode;
class LambdaNode;
class Node;
class Region;
class SimpleNode;
Expand Down

0 comments on commit 85a6f85

Please sign in to comment.