sapling/eden/fs/model/test
Adam Simpkins 736ce0715c make the Hash constructors constexpr
Summary:
Update the Hash constructors that accept a `ByteRange` and a `StringPiece` to
be `constexpr` so that all Hash constructors are now `constexpr`.

This probably shouldn't really make a big difference in practice.  I added
this since I wanted to define some static `Hash` constants in some tests, and
didn't want to worry about SIOF issues.

Reviewed By: chadaustin

Differential Revision: D13475781

fbshipit-source-id: fc1ce91c998f1badadbd6becd525458c25dd30de
2018-12-17 19:15:36 -08:00
..
HashTest.cpp make the Hash constructors constexpr 2018-12-17 19:15:36 -08:00
TreeEntryTest.cpp folly::Optional -> std::optional 2018-10-23 17:05:11 -07:00
TreeTest.cpp rename FileType to TreeEntryType 2018-02-16 15:57:39 -08:00