[cfe-commits] r120396 - in /cfe/trunk: include/clang/Frontend/ASTUnit.h include/clang/Lex/PreprocessingRecord.h include/clang/Serialization/ASTReader.h include/clang/Serialization/ASTWriter.h lib/Frontend/ASTUnit.cpp lib/Serialization/ASTReader.c

David Blaikie dblaikie at gmail.com
Thu Jul 21 10:16:45 PDT 2011


On Thu, Jul 21, 2011 at 10:14 AM, David Blaikie <dblaikie at gmail.com> wrote:
>> Thanks David and Francois. I've added the missing operations.
>
> Thanks Doug, though it looks like it's still missing
> operator-(iterator, difference_type) (of course I mentioned
> op-(difference_type, iterator) in my original email, but that operator
> makes no sense). 24.2.7\1, Table 111, row 4.

Oh, sorry - looked at the wrong checkin/revision (where you were
fixing all the other things first) I see r135680 now.

- David



More information about the cfe-commits mailing list