[PATCH] D46112: Allow _Atomic to be specified on incomplete types
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 13 12:57:08 PDT 2018
aaron.ballman updated this revision to Diff 146524.
aaron.ballman added a comment.
Look through atomic types when checking type completeness during template instantiation.
https://reviews.llvm.org/D46112
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/Type.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaType.cpp
test/CodeGen/c11atomics.c
test/Sema/atomic-type.c
test/SemaCXX/atomic-type.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46112.146524.patch
Type: text/x-patch
Size: 10334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180513/76dce3da/attachment.bin>
More information about the cfe-commits
mailing list