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