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

Sebastian Redl sebastian.redl at getdesigned.at
Sat Jan 24 13:36:33 PST 2009


Author: cornedbee
Date: Sat Jan 24 15:36:33 2009
New Revision: 62937

URL: http://llvm.org/viewvc/llvm-project?rev=62937&view=rev
Log:
Undo accidental disabling of smart pointers.

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=62937&r1=62936&r2=62937&view=diff

==============================================================================
--- cfe/trunk/include/clang/Parse/Ownership.h (original)
+++ cfe/trunk/include/clang/Parse/Ownership.h Sat Jan 24 15:36:33 2009
@@ -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
 {





More information about the cfe-commits mailing list