[PATCH] D17407: [Sema] PR25755 Fix crash when initializing out-of-order struct references

don hinton via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 27 08:21:35 PST 2016


hintonda updated this revision to Diff 49295.
hintonda added a comment.

Improve efficiency by using pair<> to maintain counts instead of purging seen fields.


http://reviews.llvm.org/D17407

Files:
  lib/Sema/SemaInit.cpp
  test/SemaCXX/cxx0x-initializer-constructor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17407.49295.patch
Type: text/x-patch
Size: 4110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160227/e2de8f8b/attachment.bin>


More information about the cfe-commits mailing list