From b9037594f5e02f66c4fa697d9dec2359faba1bc3 Mon Sep 17 00:00:00 2001 From: Sebastian Redl Date: Sat, 24 Jan 2009 21:36:33 +0000 Subject: [PATCH] Undo accidental disabling of smart pointers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62937 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Parse/Ownership.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Parse/Ownership.h b/include/clang/Parse/Ownership.h index 14c4bbf067..2144481c3d 100644 --- a/include/clang/Parse/Ownership.h +++ b/include/clang/Parse/Ownership.h @@ -103,7 +103,7 @@ // conversions. // Flip this switch to measure performance impact of the smart pointers. -#define DISABLE_SMART_POINTERS +//#define DISABLE_SMART_POINTERS namespace clang { -- 2.50.1