Move folly/Bits.h to folly/lang/
authorYedidya Feldblum <yfeldblum@fb.com>
Fri, 8 Dec 2017 08:24:44 +0000 (00:24 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 8 Dec 2017 08:36:54 +0000 (00:36 -0800)
commit35054c8b8eefa0abaded33ff4150d195c9bf0e80
tree1f88e2300a3b7d60416e0e87556464eb0d62578a
parentf193a7e397b220a9d1ecc34183b6cffc279c9275
Move folly/Bits.h to folly/lang/

Summary: [Folly] Move `folly/Bits.h` to `folly/lang/`.

Reviewed By: phoad, Orvid

Differential Revision: D6495547

fbshipit-source-id: a93159321df8277f8a4b4f10a5e4e0fc58cb6022
27 files changed:
CMakeLists.txt
folly/AtomicHashArray-inl.h
folly/AtomicUnorderedMap.h
folly/BitIterator.h
folly/Bits.h
folly/GroupVarint.h
folly/MacAddress.h
folly/Makefile.am
folly/compression/Compression.cpp
folly/compression/Utils.h
folly/experimental/BitVectorCoding.h
folly/experimental/Bits.h
folly/experimental/EliasFanoCoding.h
folly/experimental/EventCount.h
folly/hash/Hash.h
folly/io/Cursor.h
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSSLSocket.h
folly/io/async/HHWheelTimer.cpp
folly/json.cpp
folly/lang/Bits.h [new file with mode: 0644]
folly/lang/test/BitsTest.cpp [new file with mode: 0644]
folly/test/BitsBenchmark.cpp
folly/test/BitsTest.cpp [deleted file]
folly/test/EndianTest.cpp
folly/test/IPAddressTest.cpp
folly/tracing/test/StaticTracepointTest.cpp