[cfe-commits] r83133 - in /cfe/trunk: lib/Sema/SemaExprCXX.cpp test/SemaCXX/overloaded-operator.cpp
John McCall
rjmccall at apple.com
Tue Sep 29 18:26:36 PDT 2009
Chris Lattner wrote:
>
> On Sep 29, 2009, at 6:01 PM, John McCall wrote:
>
>> Author: rjmccall
>> Date: Tue Sep 29 20:01:30 2009
>> New Revision: 83133
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=83133&view=rev
>> Log:
>> Detect operator-> chains of arbitrary length. Use a terrible data
>> structure
>> to strike fear into the hearts of CPUs everywhere.
>
> *cough*, SmallPtrSet? :)
Hmm. I'd assumed that that required a DenseMapInfo, but apparently
not. I'll go ahead and change it.
...not that defining a DenseMapInfo for QualType would really be
particularly difficult.
John.
More information about the cfe-commits
mailing list