[PATCH] D58531: [clang] Specify type of pthread_create builtin
James Clarke via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 21 16:29:19 PST 2019
jrtc27 added a comment.
A separate point is whether it makes sense to be emitting this warning in the first place for `GE_Missing_type`. I'd argue that, if we don't know the type of the builtin, we should never emit the warning, since otherwise we always emit the warning even for legitimate instances, though that's not really important now we're not hitting that case any more.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58531/new/
https://reviews.llvm.org/D58531
More information about the cfe-commits
mailing list