[PATCH] D69751: [AsmWritter] Fixed "null check after dereferencing" warning

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 2 10:20:56 PDT 2019


xbolva00 added a comment.

@RKSimon , since we have quite a lot  "null check after dereferencing" warnings in LLVM, is this "pattern" ok? I mean, new assert before dereferencing the pointer..


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69751/new/

https://reviews.llvm.org/D69751





More information about the llvm-commits mailing list