[PATCH] D61106: [analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primitive

JF Bastien via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 25 13:39:50 PDT 2019


jfb added a comment.

Have you checked what the C and C++ standards say about `_Atomic` / `std::atomic` initialization, and how they should actually be initialized by developers?


Repository:
  rC Clang

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

https://reviews.llvm.org/D61106





More information about the cfe-commits mailing list