[clang] [InstallAPI] Pick up input headers by directory traversal (PR #94508)
Zixu Wang via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 6 12:52:07 PDT 2024
================
@@ -97,6 +97,14 @@ class HeaderFile {
Other.Excluded, Other.Extra,
Other.Umbrella);
}
+
+ bool operator<(const HeaderFile &Other) const {
----------------
zixu-w wrote:
What's the reasoning for the ordering? Might be easier to understand in the future with some comments.
https://github.com/llvm/llvm-project/pull/94508
More information about the cfe-commits
mailing list