aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-01-24 21:36:33 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-01-24 21:36:33 +0000
commitb9037594f5e02f66c4fa697d9dec2359faba1bc3 (patch)
treeda4a179f8b13d7c2c2b3d8f93242456408e55323
parentda0274725667d1168867dc404417f2c68c8dc0c5 (diff)
Undo accidental disabling of smart pointers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62937 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Parse/Ownership.h2
1 files changed, 1 insertions, 1 deletions
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
{