[PATCH] [C++11] Remove the remaining uses of OwningPtr.
    David Blaikie 
    dblaikie at gmail.com
       
    Sat Mar  8 21:38:24 PST 2014
    
    
  
================
Comment at: examples/clang-interpreter/main.cpp:19
@@ -18,3 +18,2 @@
 #include "clang/Frontend/TextDiagnosticPrinter.h"
-#include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/SmallString.h"
----------------
It'd be nice to include <memory> whenever it's needed rather than relying on indirect inclusion.
http://llvm-reviews.chandlerc.com/D3015
    
    
More information about the cfe-commits
mailing list