Skip to content

orc: Allow clangd IntelliSense by breaking recursion loops

amyspark requested to merge amyspark/orc:amyspark/fix-clangd-intellisense into main

Hi!

This MR allows developers that connect Orc through compile_commands.json to Clangd to have working Intellisense. Otherwise clangd refuses to parse the headers due to the infinite loops through orc.h.

Merge request reports