summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-06-23 10:48:35 +0000
committerAlexander Kornienko <alexfh@google.com>2015-06-23 10:48:35 +0000
commit6d9be8e771bd058ae513a89bd7932fa4b2aaddc6 (patch)
tree53331dba8dc282d3c90280465d7dc7ad56590270
parent70b5908d39b5ec229843befe7b14011f98a27378 (diff)
downloadbcm5719-llvm-6d9be8e771bd058ae513a89bd7932fa4b2aaddc6.tar.gz
bcm5719-llvm-6d9be8e771bd058ae513a89bd7932fa4b2aaddc6.zip
Revert r240271 (Fixed/added namespace ending comments using clang-tidy. NFC)
llvm-svn: 240393
-rw-r--r--llvm/include/llvm/ADT/ImmutableList.h2
-rw-r--r--llvm/include/llvm/ADT/PackedVector.h2
-rw-r--r--llvm/include/llvm/LinkAllPasses.h2
-rw-r--r--llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/ADT/ImmutableList.h b/llvm/include/llvm/ADT/ImmutableList.h
index eaac3af2e9a..748d3e4bf9f 100644
--- a/llvm/include/llvm/ADT/ImmutableList.h
+++ b/llvm/include/llvm/ADT/ImmutableList.h
@@ -224,6 +224,6 @@ template <typename T> struct isPodLike;
template <typename T>
struct isPodLike<ImmutableList<T> > { static const bool value = true; };
-} // namespace llvm
+} // end llvm namespace
#endif
diff --git a/llvm/include/llvm/ADT/PackedVector.h b/llvm/include/llvm/ADT/PackedVector.h
index 17beb808b83..1ae2a77e7ea 100644
--- a/llvm/include/llvm/ADT/PackedVector.h
+++ b/llvm/include/llvm/ADT/PackedVector.h
@@ -154,6 +154,6 @@ public:
template <typename T>
class PackedVector<T, 0>;
-} // namespace llvm
+} // end llvm namespace
#endif
diff --git a/llvm/include/llvm/LinkAllPasses.h b/llvm/include/llvm/LinkAllPasses.h
index 633e44216f6..8ac1b212ae5 100644
--- a/llvm/include/llvm/LinkAllPasses.h
+++ b/llvm/include/llvm/LinkAllPasses.h
@@ -188,6 +188,6 @@ namespace {
(void) llvm::sys::RunningOnValgrind();
}
} ForcePassLinking; // Force link by creating a global definition.
-} // namespace
+}
#endif
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 2582f206df9..3c7eee81b1d 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);
OpenPOWER on IntegriCloud