Skip to content

Commit

Permalink
Add dataflowAPI/dev/SymEvalVisitors.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 27, 2023
1 parent a00ed57 commit 686bb1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion dataflowAPI/src/SymEvalVisitors.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class StackVisitor : public ASTVisitor {
StackAnalysis::Height frame_;
};

// Simplify boolean expressions for PPC
class BooleanVisitor : public ASTVisitor {
public:
BooleanVisitor() {}
Expand Down
14 changes: 14 additions & 0 deletions docs/dataflowAPI/developer/SymEvalVisitors.h.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
SymEvalVisitors.h
#################

.. cpp:namespace:: Dyninst::dev::DataflowAPI

A collection of visitors for SymEval AST classes.

.. cpp:class:: StackVisitor : public ASTVisitor

For evaluating stack variables.

.. cpp:class:: BooleanVisitor : public ASTVisitor

Simplify boolean expressions for PPC

0 comments on commit 686bb1a

Please sign in to comment.