[all-commits] [llvm/llvm-project] 318454: Inline my uuid_is_null() implementation in a heade...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Tue Aug 2 14:24:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 318454a8e5fce57a92573f42e39f148adcedc5d4
https://github.com/llvm/llvm-project/commit/318454a8e5fce57a92573f42e39f148adcedc5d4
Author: Jason Molenda <jason at molenda.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M lldb/source/Utility/UuidCompatibility.h
Log Message:
-----------
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.
More information about the All-commits
mailing list