mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
c34c31af73
Add more filters so that LuaJIT can parse headers on macOS 14. The system headers use a style of enum introduced in C++11 (and allowed as an extension in C by clang) of the form: enum Name : Type { The system headers also use bitfields in the mach_vm_range_recipe* types: struct Foo { int bar : 32; } Neither of these constructs can be parsed by LuaJIT, so filter the lines out. Neither of these declarations are used by neovim's unittests. There is a (now closed) issue about bitfields for LuaJIT: https://github.com/LuaJIT/LuaJIT/issues/951 Fixes #26145. |
||
---|---|---|
.. | ||
backport.yml | ||
build.yml | ||
codeql.yml | ||
coverity.yml | ||
docs.yml | ||
labeler_issue.yml | ||
labeler_pr.yml | ||
lintcommit.yml | ||
news.yml | ||
notes.md | ||
optional.yml | ||
release.yml | ||
response.yml | ||
reviewers_add.yml | ||
reviewers_remove.yml | ||
test_windows.yml | ||
test.yml | ||
vim_patches.yml |