[cfe-commits] r91424 - in /cfe/trunk/include/clang/AST: Type.h TypeOrdering.h
Chris Lattner
sabre at nondot.org
Mon Dec 21 10:01:55 PST 2009
On Dec 21, 2009, at 8:30 AM, Daniel Dunbar wrote:
> On Mon, Dec 14, 2009 at 11:30 PM, Chris Lattner <sabre at nondot.org> wrote:
>> Author: lattner
>> Date: Tue Dec 15 01:30:12 2009
>> New Revision: 91424
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=91424&view=rev
>> Log:
>> move isPodLike<clang::QualType> out to Type.h. We don't
>> want some clients of QualType to think it's a pod and some to
>> not know it is.
>
> Why not? Wouldn't that lead to lots of fun problems?
Yes it could!
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20091221/05989156/attachment.html>
More information about the cfe-commits
mailing list