[PATCH] Remove instantiations of OwningPtr<T> and IntrusiveRefCntPtr<T> for every AST node type.

Manuel Klimek klimek at google.com
Mon Sep 2 00:15:34 PDT 2013


  Unhappy that we have to say this looks good due to what I consider a bug in MS's compiler...


================
Comment at: include/clang/ASTMatchers/Dynamic/VariantValue.h:189
@@ -183,3 +188,3 @@
   private:
-    OwningPtr<MatcherT> Out;
+    MatcherT* Out;
   };
----------------
That's sad :(


http://llvm-reviews.chandlerc.com/D1564

BRANCH
  symbols4

ARCANIST PROJECT
  clang



More information about the cfe-commits mailing list