[cfe-commits] r76826 - in /cfe/trunk: include/clang/AST/DeclCXX.h lib/AST/DeclCXX.cpp lib/Sema/SemaDeclCXX.cpp test/SemaCXX/constructor-initializer.cpp
Fariborz Jahanian
fjahanian at apple.com
Thu Jul 23 16:36:34 PDT 2009
On Jul 23, 2009, at 2:22 PM, Douglas Gregor wrote:
>>
>> =
>> =====================================================================
>> --- cfe/trunk/include/clang/AST/DeclCXX.h (original)
>> +++ cfe/trunk/include/clang/AST/DeclCXX.h Wed Jul 22 19:42:24 2009
>> @@ -736,6 +736,10 @@
>> Expr **Args;
>> unsigned NumArgs;
>>
>> + /// CtorToCall - For a base or mamber needing a constructor for
>> their
>> + /// initialization, this is the constructor to call.
>> + CXXConstructorDecl *CtorToCall;
>
> Typo "mamber".
Fixed in r76913
- Fariborz
>
>
> - Doug
More information about the cfe-commits
mailing list