Inline my uuid_is_null() implementation in a header file
authorJason Molenda <jason@molenda.com>
Tue, 2 Aug 2022 21:23:00 +0000 (14:23 -0700)
committerJason Molenda <jason@molenda.com>
Tue, 2 Aug 2022 21:24:11 +0000 (14:24 -0700)
commit318454a8e5fce57a92573f42e39f148adcedc5d4
tree2fde0860c99ea68b284e1fd62095f205f487c427
parent59c6f418fa3c5d6f5c8b75ebd817be8113de7931
Inline my uuid_is_null() implementation in a header file

This either needs to be static, or forced inline, or in a separate
source file.  Given that we only have one function in this
UuidCompatibility.h, I think forced inline for the handful of uses
of it may be best.
lldb/source/Utility/UuidCompatibility.h