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
{
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits