[flang] Avoid most uses of Boolean-valued Pre() callbacks in unparse.cc.
Original-commit: flang-compiler/f18@f4ea2f94f3 Reviewed-on: https://github.com/flang-compiler/f18/pull/43
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include <variant>
|
||||
|
||||
/// Parse tree visitor
|
||||
/// Call Walk(x, visitor) to visit each node under x.
|
||||
/// Call Walk(x, visitor) to visit x and, by default, each node under x.
|
||||
///
|
||||
/// visitor.Pre(x) is called before visiting x and its children are not
|
||||
/// visited if it returns false.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user