mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 01:15:32 +00:00
Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
43fab48d42
commit
b7c46b5fc9
@ -224,6 +224,6 @@ template <typename T> struct isPodLike;
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
struct isPodLike<ImmutableList<T> > { static const bool value = true; };
|
struct isPodLike<ImmutableList<T> > { static const bool value = true; };
|
||||||
|
|
||||||
} // namespace llvm
|
} // end llvm namespace
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -154,6 +154,6 @@ public:
|
|||||||
template <typename T>
|
template <typename T>
|
||||||
class PackedVector<T, 0>;
|
class PackedVector<T, 0>;
|
||||||
|
|
||||||
} // namespace llvm
|
} // end llvm namespace
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -188,6 +188,6 @@ namespace {
|
|||||||
(void) llvm::sys::RunningOnValgrind();
|
(void) llvm::sys::RunningOnValgrind();
|
||||||
}
|
}
|
||||||
} ForcePassLinking; // Force link by creating a global definition.
|
} ForcePassLinking; // Force link by creating a global definition.
|
||||||
} // namespace
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -113,7 +113,7 @@ public:
|
|||||||
: std::ostream(os.rdbuf()), ros_(*this) {}
|
: std::ostream(os.rdbuf()), ros_(*this) {}
|
||||||
operator raw_ostream&() { return ros_; }
|
operator raw_ostream&() { return ros_; }
|
||||||
};
|
};
|
||||||
} // namespace llvm
|
}
|
||||||
template <typename T>
|
template <typename T>
|
||||||
inline void GTestStreamToHelper(std::ostream* os, const T& val) {
|
inline void GTestStreamToHelper(std::ostream* os, const T& val) {
|
||||||
llvm::convertible_fwd_ostream cos(*os);
|
llvm::convertible_fwd_ostream cos(*os);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user