in the README.md,
on the example of libclang path folder, says that I can provide only folder path but that doesn't work since it only accepts version llvm version 3.8, it is a bit confusing and took me a while to figure out that you need to include file path for whatever libclang version you have installed.
It makes more sense to just mention that you should include file-path. If you only put folder path, then it only works for llvm-3.8 and not llvm-14.
in the README.md, on the example of libclang path folder, says that I can provide only folder path but that doesn't work since it only accepts version llvm version 3.8, it is a bit confusing and took me a while to figure out that you need to include file path for whatever libclang version you have installed.
It makes more sense to just mention that you should include file-path. If you only put folder path, then it only works for llvm-3.8 and not llvm-14.
Thank you.