Consistently have the namespace closing comment
authorChristopher Dykes <cdykes@fb.com>
Tue, 24 Oct 2017 00:34:54 +0000 (17:34 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 24 Oct 2017 00:41:00 +0000 (17:41 -0700)
commitf2925b23df8d85ebca72d62a69f1282528c086de
tree60aa065edcedd315a08ca2d3371ef45566be296a
parentd21f716525c0b0a8aec9725ea39dc2a695267875
Consistently have the namespace closing comment

Summary: It's done in a lot of places, but not all. clang-tidy gives us llvm-namespace-comment, which can force this consistently.

Reviewed By: yfeldblum

Differential Revision: D6108129

fbshipit-source-id: 1b44c5a26250364f9edf70f84173e9ba6389f06c
406 files changed:
folly/Array.h
folly/Assume.cpp
folly/Assume.h
folly/AtomicStruct.h
folly/AtomicUnorderedMap.h
folly/CachelinePadded.h
folly/Chrono.h
folly/ClockGettimeWrappers.cpp
folly/ClockGettimeWrappers.h
folly/ConcurrentSkipList-inl.h
folly/ContainerTraits.h
folly/Conv.h
folly/Demangle.h
folly/DynamicConverter.h
folly/ExceptionWrapper-inl.h
folly/ExceptionWrapper.cpp
folly/Executor.cpp
folly/Expected.h
folly/FBVector.h
folly/FixedString.h
folly/Format.h
folly/FormatArg.cpp
folly/FormatTraits.h
folly/Function.h
folly/Functional.h
folly/Indestructible.h
folly/IndexedMemPool.h
folly/Lazy.h
folly/LifoSem.cpp
folly/LockTraitsBoost.h
folly/MapUtil.h
folly/Math.h
folly/Memory.h
folly/MicroLock.cpp
folly/MicroLock.h
folly/MicroSpinLock.h
folly/MoveWrapper.h
folly/Optional.h
folly/PackedSyncPtr.h
folly/PicoSpinLock.h
folly/Portability.h
folly/ProducerConsumerQueue.h
folly/Random.cpp
folly/Random.h
folly/Range.h
folly/SafeAssert.cpp
folly/SafeAssert.h
folly/SharedMutex.cpp
folly/Singleton-inl.h
folly/Singleton.cpp
folly/Singleton.h
folly/SingletonStackTrace.cpp
folly/SingletonThreadLocal.h
folly/SocketAddress.h
folly/SpinLock.h
folly/String-inl.h
folly/ThreadCachedInt.h
folly/TokenBucket.h
folly/Traits.h
folly/UncaughtExceptions.h
folly/Unicode.cpp
folly/Unicode.h
folly/Unit.h
folly/Utility.h
folly/compression/Compression.cpp
folly/compression/test/CompressionTest.cpp
folly/concurrency/ConcurrentHashMap.h
folly/concurrency/CoreCachedSharedPtr.h
folly/container/Foreach.h
folly/container/Iterator.h
folly/container/Merge.h
folly/container/SparseByteSet.h
folly/container/test/IteratorTest.cpp
folly/container/test/SparseByteSetBenchmark.cpp
folly/container/test/SparseByteSetTest.cpp
folly/detail/AtomicHashUtils.h
folly/detail/AtomicUnorderedMapUtils.h
folly/detail/AtomicUtils.h
folly/detail/FileUtilDetail.h
folly/detail/Futex.h
folly/detail/IPAddressSource.h
folly/detail/MPMCPipelineDetail.h
folly/detail/MemoryIdler.cpp
folly/detail/MemoryIdler.h
folly/detail/RangeCommon.cpp
folly/detail/RangeCommon.h
folly/detail/RangeSse42.cpp
folly/detail/RangeSse42.h
folly/detail/Sleeper.h
folly/detail/SocketFastOpen.cpp
folly/detail/SocketFastOpen.h
folly/detail/StaticSingletonManager.cpp
folly/detail/StaticSingletonManager.h
folly/detail/ThreadLocalDetail.cpp
folly/detail/UncaughtExceptionCounter.h
folly/dynamic-inl.h
folly/dynamic.cpp
folly/dynamic.h
folly/executors/GlobalExecutor.cpp
folly/executors/GlobalThreadPoolList.cpp
folly/executors/GlobalThreadPoolList.h
folly/executors/IOExecutor.h
folly/executors/ManualExecutor.h
folly/executors/QueuedImmediateExecutor.cpp
folly/executors/ScheduledExecutor.h
folly/executors/ThreadedExecutor.cpp
folly/executors/ThreadedExecutor.h
folly/executors/test/FiberIOExecutorTest.cpp
folly/executors/test/ThreadedExecutorTest.cpp
folly/executors/thread_factory/PriorityThreadFactory.h
folly/experimental/AsymmetricMemoryBarrier.cpp
folly/experimental/AsymmetricMemoryBarrier.h
folly/experimental/AutoTimer.h
folly/experimental/BitVectorCoding.h
folly/experimental/CodingDetail.h
folly/experimental/EliasFanoCoding.h
folly/experimental/FunctionScheduler.cpp
folly/experimental/FunctionScheduler.h
folly/experimental/JSONSchema.cpp
folly/experimental/JSONSchema.h
folly/experimental/RCURefCount.h
folly/experimental/RCUUtils.cpp
folly/experimental/RCUUtils.h
folly/experimental/ReadMostlySharedPtr.h
folly/experimental/Select64.cpp
folly/experimental/TLRefCount.h
folly/experimental/TestUtil.h
folly/experimental/bser/Bser.h
folly/experimental/bser/Dump.cpp
folly/experimental/bser/Load.cpp
folly/experimental/exception_tracer/ExceptionTracerLib.h
folly/experimental/hazptr/example/LockFreeLIFO.h
folly/experimental/hazptr/example/MWMRSet.h
folly/experimental/hazptr/example/SWMRList.h
folly/experimental/hazptr/example/WideCAS.h
folly/experimental/hazptr/hazptr-impl.h
folly/experimental/hazptr/memory_resource.h
folly/experimental/hazptr/test/HazptrUse1.h
folly/experimental/hazptr/test/HazptrUse2.h
folly/experimental/logging/AsyncFileWriter.cpp
folly/experimental/logging/AsyncFileWriter.h
folly/experimental/logging/GlogStyleFormatter.cpp
folly/experimental/logging/GlogStyleFormatter.h
folly/experimental/logging/ImmediateFileWriter.cpp
folly/experimental/logging/ImmediateFileWriter.h
folly/experimental/logging/Init.cpp
folly/experimental/logging/Init.h
folly/experimental/logging/LogCategory.cpp
folly/experimental/logging/LogCategory.h
folly/experimental/logging/LogFormatter.h
folly/experimental/logging/LogHandler.h
folly/experimental/logging/LogLevel.cpp
folly/experimental/logging/LogLevel.h
folly/experimental/logging/LogMessage.cpp
folly/experimental/logging/LogMessage.h
folly/experimental/logging/LogName.cpp
folly/experimental/logging/LogName.h
folly/experimental/logging/LogStream.cpp
folly/experimental/logging/LogStream.h
folly/experimental/logging/LogStreamProcessor.cpp
folly/experimental/logging/LogStreamProcessor.h
folly/experimental/logging/LogWriter.h
folly/experimental/logging/Logger.cpp
folly/experimental/logging/Logger.h
folly/experimental/logging/LoggerDB.cpp
folly/experimental/logging/LoggerDB.h
folly/experimental/logging/RateLimiter.cpp
folly/experimental/logging/RateLimiter.h
folly/experimental/logging/StandardLogHandler.cpp
folly/experimental/logging/StandardLogHandler.h
folly/experimental/logging/example/lib.cpp
folly/experimental/logging/example/lib.h
folly/experimental/logging/printf.cpp
folly/experimental/logging/printf.h
folly/experimental/logging/test/AsyncFileWriterTest.cpp
folly/experimental/logging/test/FatalHelper.cpp
folly/experimental/logging/test/ImmediateFileWriterTest.cpp
folly/experimental/logging/test/LoggerTest.cpp
folly/experimental/logging/test/StandardLogHandlerTest.cpp
folly/experimental/logging/test/TestLogHandler.h
folly/experimental/logging/test/XlogFile1.cpp
folly/experimental/logging/test/XlogFile2.cpp
folly/experimental/logging/test/XlogHeader1.h
folly/experimental/logging/test/XlogHeader2.h
folly/experimental/logging/xlog.cpp
folly/experimental/logging/xlog.h
folly/experimental/observer/Observable-inl.h
folly/experimental/observer/Observable.h
folly/experimental/observer/Observer-inl.h
folly/experimental/observer/Observer.h
folly/experimental/observer/SimpleObservable-inl.h
folly/experimental/observer/SimpleObservable.h
folly/experimental/observer/detail/Core.cpp
folly/experimental/observer/detail/Core.h
folly/experimental/observer/detail/GraphCycleDetector.h
folly/experimental/observer/detail/Observer-pre.h
folly/experimental/observer/detail/ObserverManager.cpp
folly/experimental/observer/detail/ObserverManager.h
folly/experimental/test/CodingTestUtils.h
folly/experimental/test/NestedCommandLineAppTest.cpp
folly/experimental/test/ProgramOptionsTest.cpp
folly/experimental/test/RefCountBenchmark.cpp
folly/experimental/test/RefCountTest.cpp
folly/experimental/test/TupleOpsTest.cpp
folly/fibers/AddTasks-inl.h
folly/fibers/AddTasks.h
folly/fibers/BatchDispatcher.h
folly/fibers/Baton-inl.h
folly/fibers/Baton.cpp
folly/fibers/Baton.h
folly/fibers/Fiber.cpp
folly/fibers/Fiber.h
folly/fibers/FiberManager-inl.h
folly/fibers/FiberManager.cpp
folly/fibers/FiberManagerInternal-inl.h
folly/fibers/FiberManagerInternal.h
folly/fibers/FiberManagerMap.cpp
folly/fibers/FiberManagerMap.h
folly/fibers/GenericBaton.h
folly/fibers/GuardPageAllocator.cpp
folly/fibers/Promise-inl.h
folly/fibers/Promise.h
folly/fibers/TimedMutex-inl.h
folly/fibers/TimedMutex.h
folly/fibers/TimeoutController.cpp
folly/fibers/TimeoutController.h
folly/fibers/WhenN-inl.h
folly/fibers/WhenN.h
folly/fibers/test/FibersTest.cpp
folly/functional/ApplyTuple.h
folly/functional/test/ApplyTupleTest.cpp
folly/futures/Barrier.cpp
folly/futures/Barrier.h
folly/futures/Future-inl.h
folly/futures/Future-pre.h
folly/futures/Future.cpp
folly/futures/FutureException.cpp
folly/futures/FutureException.h
folly/futures/FutureSplitter.h
folly/futures/Promise-inl.h
folly/futures/Promise.h
folly/futures/SharedPromise-inl.h
folly/futures/SharedPromise.h
folly/futures/detail/Types.h
folly/futures/test/BarrierTest.cpp
folly/futures/test/CallbackLifetimeTest.cpp
folly/futures/test/ConversionOperatorTest.cpp
folly/futures/test/FutureTest.cpp
folly/futures/test/ThenCompileTest.h
folly/futures/test/ThenTest.cpp
folly/gen/Base-inl.h
folly/gen/Base.h
folly/gen/File-inl.h
folly/gen/File.h
folly/gen/Parallel.h
folly/gen/test/BaseTest.cpp
folly/hash/detail/ChecksumDetail.cpp
folly/hash/detail/ChecksumDetail.h
folly/init/Init.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSSLSocket.h
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncSocketBase.h
folly/io/async/DecoratedAsyncTransportWrapper.h
folly/io/async/DestructorCheck.h
folly/io/async/EventBase.h
folly/io/async/EventBaseLocal.cpp
folly/io/async/EventBaseLocal.h
folly/io/async/EventBaseThread.cpp
folly/io/async/EventBaseThread.h
folly/io/async/Request.cpp
folly/io/async/Request.h
folly/io/async/SSLOptions.cpp
folly/io/async/SSLOptions.h
folly/io/async/ScopedEventBaseThread.cpp
folly/io/async/ScopedEventBaseThread.h
folly/io/async/TimeoutManager.cpp
folly/io/async/VirtualEventBase.cpp
folly/io/async/VirtualEventBase.h
folly/io/async/WriteChainAsyncTransportWrapper.h
folly/io/async/ssl/OpenSSLUtils.cpp
folly/io/async/ssl/SSLErrors.cpp
folly/io/async/ssl/SSLErrors.h
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/AsyncSSLSocketWriteTest.cpp
folly/io/async/test/AsyncSignalHandlerTest.cpp
folly/io/async/test/AsyncSocketTest.cpp
folly/io/async/test/AsyncSocketTest2.h
folly/io/async/test/AsyncTransportTest.cpp
folly/io/async/test/MockAsyncTransport.h
folly/io/async/test/SSLContextTest.cpp
folly/io/async/test/SSLOptionsTest.cpp
folly/io/async/test/SSLSessionTest.cpp
folly/io/async/test/ScopedBoundPort.cpp
folly/io/async/test/ScopedBoundPort.h
folly/io/async/test/SocketPair.cpp
folly/io/async/test/SocketPair.h
folly/io/async/test/TestSSLServer.cpp
folly/io/async/test/TestSSLServer.h
folly/io/async/test/TimeUtil.cpp
folly/io/async/test/TimeUtil.h
folly/io/async/test/TimeUtilTest.cpp
folly/io/async/test/UndelayedDestruction.h
folly/io/async/test/WriteChainAsyncTransportWrapperTest.cpp
folly/io/async/test/WriteFlagsTest.cpp
folly/io/test/IOBufQueueTest.cpp
folly/json.cpp
folly/json.h
folly/portability/Asm.h
folly/portability/Constexpr.h
folly/portability/Event.h
folly/portability/Libgen.cpp
folly/portability/Libgen.h
folly/portability/Math.h
folly/portability/Memory.cpp
folly/portability/Memory.h
folly/portability/OpenSSL.cpp
folly/portability/OpenSSL.h
folly/portability/Sockets.h
folly/portability/SysMembarrier.cpp
folly/portability/SysMembarrier.h
folly/portability/SysUio.h
folly/portability/test/ConstexprTest.cpp
folly/small_vector.h
folly/sorted_vector_types.h
folly/ssl/Init.cpp
folly/ssl/OpenSSLCertUtils.h
folly/ssl/OpenSSLHash.cpp
folly/ssl/OpenSSLHash.h
folly/ssl/OpenSSLPtrTypes.h
folly/ssl/detail/OpenSSLThreading.h
folly/ssl/test/OpenSSLHashTest.cpp
folly/stats/BucketedTimeSeries.cpp
folly/stats/MultiLevelTimeSeries.cpp
folly/stats/TimeseriesHistogram.cpp
folly/stats/test/TimeSeriesTest.cpp
folly/stats/test/TimeseriesHistogramTest.cpp
folly/stop_watch.h
folly/synchronization/CallOnce.h
folly/system/Shell.h
folly/system/ThreadId.h
folly/system/ThreadName.cpp
folly/system/ThreadName.h
folly/system/VersionCheck.cpp
folly/test/AHMIntStressTest.cpp
folly/test/AtomicBitSetTest.cpp
folly/test/AtomicHashMapTest.cpp
folly/test/AtomicUnorderedMapTest.cpp
folly/test/BenchmarkTest.cpp
folly/test/BitIteratorTest.cpp
folly/test/ChronoTest.cpp
folly/test/ConcurrentSkipListBenchmark.cpp
folly/test/ConcurrentSkipListTest.cpp
folly/test/ConstexprMathTest.cpp
folly/test/ConvBenchmark.cpp
folly/test/ConvTest.cpp
folly/test/DeterministicSchedule.cpp
folly/test/DynamicConverterTest.cpp
folly/test/ExceptionTest.cpp
folly/test/ExceptionWrapperTest.cpp
folly/test/ExpectedTest.cpp
folly/test/FBStringTest.cpp
folly/test/FBVectorTest.cpp
folly/test/FileUtilTest.cpp
folly/test/FormatTest.cpp
folly/test/FunctionSchedulerTest.cpp
folly/test/HashBenchmark.cpp
folly/test/HashTest.cpp
folly/test/IndestructibleTest.cpp
folly/test/LazyTest.cpp
folly/test/MPMCPipelineTest.cpp
folly/test/MapUtilTest.cpp
folly/test/MathBenchmark.cpp
folly/test/MathTest.cpp
folly/test/MemcpyTest.cpp
folly/test/MemoryIdlerTest.cpp
folly/test/MoveWrapperTest.cpp
folly/test/OptionalTest.cpp
folly/test/PackedSyncPtrTest.cpp
folly/test/ProducerConsumerQueueBenchmark.cpp
folly/test/ProducerConsumerQueueTest.cpp
folly/test/RWSpinLockTest.cpp
folly/test/RangeTest.cpp
folly/test/SingletonTest.cpp
folly/test/SingletonTestGlobal.cpp
folly/test/SingletonTestStructs.cpp
folly/test/SingletonThreadLocalTest.cpp
folly/test/SmallLocksBenchmark.cpp
folly/test/SmallLocksTest.cpp
folly/test/SocketAddressTestHelper.cpp
folly/test/SocketAddressTestHelper.h
folly/test/StringTest.cpp
folly/test/SubprocessTest.cpp
folly/test/SynchronizedTestLib-inl.h
folly/test/SynchronizedTestLib.h
folly/test/TestUtils.h
folly/test/ThreadCachedIntTest.cpp
folly/test/ThreadLocalTest.cpp
folly/test/TraitsTest.cpp
folly/test/TryTest.cpp
folly/test/UtilityTest.cpp
folly/test/VarintTest.cpp
folly/test/small_vector_test.cpp
folly/test/sorted_vector_test.cpp
folly/test/stl_tests/StlVectorTest.cpp