]> granicus.if.org Git - clang/commitdiff
Don't disable smart pointers, silly
authorDouglas Gregor <dgregor@apple.com>
Wed, 23 Dec 2009 17:42:06 +0000 (17:42 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 23 Dec 2009 17:42:06 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92009 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Ownership.h

index ed1b068f8140a08269d4d8e75f0a71d148ca09ee..5eb9635f06a1d1b771bf249354f5b4d0e2b725b2 100644 (file)
@@ -166,7 +166,7 @@ namespace llvm {
 // conversions.
 
 // Flip this switch to measure performance impact of the smart pointers.
-#define DISABLE_SMART_POINTERS
+//#define DISABLE_SMART_POINTERS
 
 namespace llvm {
   template<>