[clang-tools-extra] r202676 - [C++11] Add #include's for OwningPtr.

Ahmed Charles ahmedcharles at gmail.com
Sun Mar 2 23:00:47 PST 2014


Author: ace2001ac
Date: Mon Mar  3 01:00:47 2014
New Revision: 202676

URL: http://llvm.org/viewvc/llvm-project?rev=202676&view=rev
Log:
[C++11] Add #include's for OwningPtr.

Allows removing #include's in LLVM while switching to std::unique_ptr.

Modified:
    clang-tools-extra/trunk/clang-modernize/Core/IncludeExcludeInfo.cpp

Modified: clang-tools-extra/trunk/clang-modernize/Core/IncludeExcludeInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-modernize/Core/IncludeExcludeInfo.cpp?rev=202676&r1=202675&r2=202676&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-modernize/Core/IncludeExcludeInfo.cpp (original)
+++ clang-tools-extra/trunk/clang-modernize/Core/IncludeExcludeInfo.cpp Mon Mar  3 01:00:47 2014
@@ -14,6 +14,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "IncludeExcludeInfo.h"
+#include "llvm/ADT/OwningPtr.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/MemoryBuffer.h"





More information about the cfe-commits mailing list