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

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 25 14:03:19 PDT 2019


Szelethus added a comment.

In D61106#1479336 <https://reviews.llvm.org/D61106#1479336>, @jfb wrote:

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


No, I have not, I'll admit. Did I make a mistake here? Can you tell me where I can read up on it maybe?


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