[C++11] Replace OwningPtr include with <memory>.
llvm-svn: 203389
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#include "clang/CodeGen/ModuleBuilder.h"
|
||||
#include "clang/Frontend/CompilerInstance.h"
|
||||
#include "clang/Frontend/FrontendDiagnostic.h"
|
||||
#include "llvm/ADT/OwningPtr.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/Bitcode/ReaderWriter.h"
|
||||
#include "llvm/IR/DiagnosticInfo.h"
|
||||
@@ -31,6 +30,7 @@
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include "llvm/Support/SourceMgr.h"
|
||||
#include "llvm/Support/Timer.h"
|
||||
#include <memory>
|
||||
using namespace clang;
|
||||
using namespace llvm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user