This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][UninitializedObjectChecker] PR41741: Regard all scalar types as primitive.
ClosedPublic

Authored by Szelethus on May 5 2019, 8:35 AM.

Diff Detail

Repository
rC Clang

Event Timeline

Szelethus created this revision.May 5 2019, 8:35 AM
Szelethus updated this revision to Diff 198180.May 5 2019, 8:40 AM

Add a TODO:, since we actually don't emit a warning when we should -- I'm afraid that this won't be an easy fix though, similarly to `__vector_size__`: D61246#inline-543357.

gribozavr accepted this revision.May 5 2019, 8:55 AM
This revision is now accepted and ready to land.May 5 2019, 8:55 AM
This revision was automatically updated to reflect the committed changes.