[cfe-commits] r92009 - /cfe/trunk/include/clang/Parse/Ownership.h

Douglas Gregor dgregor at apple.com
Wed Dec 23 09:42:06 PST 2009


Author: dgregor
Date: Wed Dec 23 11:42:06 2009
New Revision: 92009

URL: http://llvm.org/viewvc/llvm-project?rev=92009&view=rev
Log:
Don't disable smart pointers, silly

Modified:
    cfe/trunk/include/clang/Parse/Ownership.h

Modified: cfe/trunk/include/clang/Parse/Ownership.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Ownership.h?rev=92009&r1=92008&r2=92009&view=diff

==============================================================================
--- cfe/trunk/include/clang/Parse/Ownership.h (original)
+++ cfe/trunk/include/clang/Parse/Ownership.h Wed Dec 23 11:42:06 2009
@@ -166,7 +166,7 @@
 // conversions.
 
 // Flip this switch to measure performance impact of the smart pointers.
-#define DISABLE_SMART_POINTERS
+//#define DISABLE_SMART_POINTERS
 
 namespace llvm {
   template<>





More information about the cfe-commits mailing list