[cfe-commits] r62934 - in /cfe/trunk: include/clang/AST/ASTContext.h include/clang/AST/Type.h include/clang/Basic/DiagnosticKinds.def include/clang/Parse/DeclSpec.h include/clang/Parse/Ownership.h lib/AST/ASTContext.cpp lib/AST/Type.cpp lib/AST/TypeSerialization.cpp lib/Parse/ParseDecl.cpp lib/Sema/SemaCXXScopeSpec.cpp lib/Sema/SemaType.cpp test/SemaCXX/member-pointer.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Sat Jan 24 13:36:02 PST 2009


Chris Lattner wrote:
>
> On Jan 24, 2009, at 1:16 PM, Sebastian Redl wrote:
>
>> +++ cfe/trunk/include/clang/Parse/Ownership.h Sat Jan 24 15:16:55 2009
>> @@ -103,7 +103,7 @@
>> // conversions.
>>
>> // Flip this switch to measure performance impact of the smart pointers.
>> -//#define DISABLE_SMART_POINTERS
>> +#define DISABLE_SMART_POINTERS
>>
>
> hi Sebastian,
>
> This was probably not intended,

Right. I planned to remove that, then forgot it while updating the
entire project. Just a moment.

Sebastian



More information about the cfe-commits mailing list