From: Douglas Gregor Date: Wed, 23 Dec 2009 17:42:06 +0000 (+0000) Subject: Don't disable smart pointers, silly X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab470d1cc259c3d342a9e61ea1742315814abfc5;p=clang Don't disable smart pointers, silly git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92009 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Ownership.h b/include/clang/Parse/Ownership.h index ed1b068f81..5eb9635f06 100644 --- a/include/clang/Parse/Ownership.h +++ b/include/clang/Parse/Ownership.h @@ -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<>