You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Extend Apple Framework header support to #include
Follow-up to the earlier patch that added framework handling for
`__has_include`. This change updates `preprocess()` so that plain
`#include <Pkg/MyHdr.h>` also resolves to
`<Pkg.framework/Headers/MyHdr.h>` when present.
Tests:
- Add `appleFrameworkIncludeTest` to verify `#include` resolution.
Co-authored-by: Hans Johnson <hans-johnson@uiowa.edu>
0 commit comments