Closed gnzlbg closed 6 years ago
I would like to use a more current version of clang that the one provided in my system. How can I select which one to use?
Just use the appropriate libclang. Make sure it's the first to be found in the path. But if the cindex used does not match your libclang version you won't profit from the new features.
I would like to use a more current version of clang that the one provided in my system. How can I select which one to use?