Closed ScottDillman closed 6 years ago
I discovered I have clang 3.6 installed and added '3.6' to the array here:
https://github.com/jessevdk/cldoc/blob/master/cldoc/tree.py#L53
which solved the problem..
All recent versions of clang are now added in the search for the library. This issue should be resolved.
I'm actually having problems with this header being included somewhere deep down in the project hierarchy, but paired the problem down to a simple example.
executing the following command line:
generates the following errors:
Executing clang like the following:
builds cleanly..
I'm relatively new to clang so it could be operator error, but scouring the usual sources for solutions turned up nothing