A few more files that were fixed while preparing r240270.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240271
91177308-0d34-0410-b5e6-
96231b3b80d8
template <typename T>
struct isPodLike<ImmutableList<T> > { static const bool value = true; };
-} // end llvm namespace
+} // namespace llvm
#endif
template <typename T>
class PackedVector<T, 0>;
-} // end llvm namespace
+} // namespace llvm
#endif
(void) llvm::sys::RunningOnValgrind();
}
} ForcePassLinking; // Force link by creating a global definition.
-}
+} // namespace
#endif
: std::ostream(os.rdbuf()), ros_(*this) {}
operator raw_ostream&() { return ros_; }
};
-}
+} // namespace llvm
template <typename T>
inline void GTestStreamToHelper(std::ostream* os, const T& val) {
llvm::convertible_fwd_ostream cos(*os);