Skip to content
Snippets Groups Projects
  • Arseny Kapoulkine's avatar
    d9fadc74
    XPath: Workaround Coverity false positive · d9fadc74
    Arseny Kapoulkine authored
    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.
    d9fadc74
    History
    XPath: Workaround Coverity false positive
    Arseny Kapoulkine authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.