Skip to content

Commit 829ddca

Browse files
committed
forwardanalyzer.cpp: added TODO
1 parent 76d3c26 commit 829ddca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/forwardanalyzer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
namespace {
4848
struct ForwardTraversal {
4949
enum class Progress : std::uint8_t { Continue, Break, Skip };
50+
// TODO: analyzer is copied
5051
ForwardTraversal(const ValuePtr<Analyzer>& analyzer, const TokenList& tokenList, ErrorLogger& errorLogger, const Settings& settings)
5152
: analyzer(analyzer), tokenList(tokenList), errorLogger(errorLogger), settings(settings)
5253
{}

0 commit comments

Comments
 (0)