[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
Chris Lattner
clattner at apple.com
Sat Jan 24 13:31:47 PST 2009
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,
-Chris
More information about the cfe-commits
mailing list