[cfe-commits] r152082 - in /cfe/trunk/include/clang: AST/ASTContext.h AST/Expr.h AST/UsuallyTinyPtrVector.h Basic/UsuallyTinyPtrVector.h
Jakob Stoklund Olesen
stoklund at 2pi.dk
Mon Mar 5 18:50:13 PST 2012
On Mar 5, 2012, at 5:29 PM, Chris Lattner wrote:
>
> On Mar 5, 2012, at 4:49 PM, Argyrios Kyrtzidis wrote:
>
>> Author: akirtzidis
>> Date: Mon Mar 5 18:49:28 2012
>> New Revision: 152082
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=152082&view=rev
>> Log:
>> Move include/clang/AST/UsuallyTinyPtrVector.h -> include/clang/Basic/UsuallyTinyPtrVector.h
>> and add an erase method to it.
>
> Should this move to llvm/ADT?
Right next to llvm/ADT/TinyPtrVector.h
Aren't those classes more or less identical?
/jakob
More information about the cfe-commits
mailing list