[cfe-commits] r173693 - Back out r173689. It doesn't matter when we're building with Clang anyway.

Douglas Gregor dgregor at apple.com
Mon Jan 28 09:26:34 PST 2013


Author: dgregor
Date: Mon Jan 28 11:26:34 2013
New Revision: 173693

URL: http://llvm.org/viewvc/llvm-project?rev=173693&view=rev
Log:
Back out r173689. It doesn't matter when we're building with Clang anyway.

Modified:
    cfe/trunk/include/clang/Basic/SourceManager.h

Modified: cfe/trunk/include/clang/Basic/SourceManager.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceManager.h?rev=173693&r1=173692&r2=173693&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Mon Jan 28 11:26:34 2013
@@ -1620,12 +1620,5 @@ public:
 
 }  // end namespace clang
 
-namespace llvm {
-  // SrcMgr::SLocEntry's are POD-like.
-  template<>
-  struct isPodLike<clang::SrcMgr::SLocEntry> {
-    static const bool value = true;
-  };
-}
 
 #endif





More information about the cfe-commits mailing list