Skip to content
Snippets Groups Projects
Commit d9fadc74 authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

XPath: Workaround Coverity false positive

Coverity hits a similar false positive to what clang static analyzer hit
- it assumes that since optimize() checks _right for being nullptr,
optimize_self() might hit _right=nullptr in the ast_op_equal case which
is impossible.

Contributes to #236.
parent 273fa0ab
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment