diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-06-22 09:57:54 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-06-22 09:57:54 +0000 |
commit | 9abde7e286c118fd70119e3927cac5799e71e483 (patch) | |
tree | 87f90d5618e7f29a2980b64714509262c3ad44b1 /llvm/utils/unittest/googletest | |
parent | 3d9d929e42028c353b0579a1a925391319664a60 (diff) | |
download | bcm5719-llvm-9abde7e286c118fd70119e3927cac5799e71e483.tar.gz bcm5719-llvm-9abde7e286c118fd70119e3927cac5799e71e483.zip |
Fixed/added namespace ending comments using clang-tidy. NFC
A few more files that were fixed while preparing r240270.
llvm-svn: 240271
Diffstat (limited to 'llvm/utils/unittest/googletest')
-rw-r--r-- | llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h b/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h index 3c7eee81b1d..2582f206df9 100644 --- a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h +++ b/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h @@ -113,7 +113,7 @@ public: : 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); |