[PATCH] D16843: [Sema] Fix bug in TypeLocBuilder::pushImpl
Akira Hatanaka via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 5 12:30:56 PST 2016
ahatanak updated this revision to Diff 47037.
ahatanak added a comment.
Fixed a couple of bugs:
- Make sure Capacity is a multiple of 8-byte.
- "||=" isn't a valid operator. Use "||" instead.
http://reviews.llvm.org/D16843
Files:
lib/Sema/TypeLocBuilder.cpp
lib/Sema/TypeLocBuilder.h
test/SemaObjCXX/typeloc-data-alignment.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16843.47037.patch
Type: text/x-patch
Size: 5581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160205/1656177e/attachment.bin>
More information about the cfe-commits
mailing list