We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d3c26 commit 829ddcaCopy full SHA for 829ddca
1 file changed
lib/forwardanalyzer.cpp
@@ -47,6 +47,7 @@
47
namespace {
48
struct ForwardTraversal {
49
enum class Progress : std::uint8_t { Continue, Break, Skip };
50
+ // TODO: analyzer is copied
51
ForwardTraversal(const ValuePtr<Analyzer>& analyzer, const TokenList& tokenList, ErrorLogger& errorLogger, const Settings& settings)
52
: analyzer(analyzer), tokenList(tokenList), errorLogger(errorLogger), settings(settings)
53
{}
0 commit comments