Skip to content
Snippets Groups Projects
  • Arseny Kapoulkine's avatar
    81c82588
    Work around clang --analyze warnings · 81c82588
    Arseny Kapoulkine authored
    clang doesn't understand the invariants guaranteed for specific AST node
    types and, when seeing null pointer checks in optimize(), assumes any
    pointers in the node might be null. Work around this by adding explicit
    - redundant - null pointer checks.
    81c82588
    History
    Work around clang --analyze warnings
    Arseny Kapoulkine authored
    clang doesn't understand the invariants guaranteed for specific AST node
    types and, when seeing null pointer checks in optimize(), assumes any
    pointers in the node might be null. Work around this by adding explicit
    - redundant - null pointer checks.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.