diff options
author | dundargoc <gocdundar@gmail.com> | 2023-11-04 12:25:50 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-11-05 11:48:42 +0100 |
commit | 4d757bbfbb6c0e5280563779c4b4ee1ce9142cf0 (patch) | |
tree | 17f2259504d3c592965119bf4c9e4ed83a88dcb5 /cmake.config | |
parent | 92e99bb1058dd837c451675175efb8511c5f8e15 (diff) | |
download | rneovim-4d757bbfbb6c0e5280563779c4b4ee1ce9142cf0.tar.gz rneovim-4d757bbfbb6c0e5280563779c4b4ee1ce9142cf0.tar.bz2 rneovim-4d757bbfbb6c0e5280563779c4b4ee1ce9142cf0.zip |
refactor: combine regexp files
regext_bt.c and regexp_nfa.c are inlined into regexp.c instead of
included as a header. This makes developer tools like clang-tidy and
clangd be able to understand the code better.
Diffstat (limited to 'cmake.config')
-rw-r--r-- | cmake.config/iwyu/mapping.imp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake.config/iwyu/mapping.imp b/cmake.config/iwyu/mapping.imp index 030f9520c0..6aaf52d3ff 100644 --- a/cmake.config/iwyu/mapping.imp +++ b/cmake.config/iwyu/mapping.imp @@ -178,7 +178,6 @@ { include: [ '"os/mem.h.generated.h"', private, '"nvim/os/os.h"', public ] }, { include: [ '"os/stdpaths.h.generated.h"', private, '"nvim/os/os.h"', public ] }, { include: [ '"os/users.h.generated.h"', private, '"nvim/os/os.h"', public ] }, - { include: [ '"regexp_bt.h.generated.h"', private, '"nvim/regexp.h"', public ] }, { include: [ '"ui_events_call.h.generated.h"', private, '"nvim/ui.h"', public ] }, { include: [ '"ui_events_client.h.generated.h"', private, '"nvim/ui_client.h"', public ] }, { include: [ '"ui_events_remote.generated.h"', private, '"nvim/api/ui.h"', public ] }, |