aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
{