[PATCH] D91844: [llvm][clang] Add checks for the smart pointers with the possibility to be null

Ella Ma via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 22 22:46:58 PST 2021


OikawaKirie abandoned this revision.
OikawaKirie added a comment.

Split to

- D97251 <https://reviews.llvm.org/D97251> (clang/utils/TableGen/ClangAttrEmitter.cpp)
- D97185 <https://reviews.llvm.org/D97185> (llvm/lib/DWARFLinker/DWARFLinker.cpp)
- D97254 <https://reviews.llvm.org/D97254> (llvm/lib/LTO/ThinLTOCodeGenerator.cpp)
- D97255 <https://reviews.llvm.org/D97255> (llvm/lib/Support/VirtualFileSystem.cpp)
- D97258 <https://reviews.llvm.org/D97258> (llvm/tools/llvm-link/llvm-link.cpp)

And the last one (llvm/utils/TableGen/OptParserEmitter.cpp) has been fixed by others.

Please review the new revisions, and this revision will be closed.

Thanks to all reviewers and sorry for the delay.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91844



More information about the cfe-commits mailing list