(no subject)

Hi developers,

I am new to clang tools and have settled on using libtooling for our application, which is to generate language bindings for our SDKs from C++ to C# similar to https://github.com/mono/CppSharp .

  1. Does the tooling version need to match the clang compiler version used?
  2. Can I use libtooling with other compilers than clang specified in my compile_commands.json file?
  3. Is there any guidance or recommendations on handling code generation for cross-platform code?

Thanks a lot in advance,
Justin