cpp-build-analyzer
cpp-build-analyzer copied to clipboard
Improve analysis error report
When the analysis fails (BuildAnalyzer::Analyze
) we just return a bool
to say whether it succeeded.
The idea is to improve error messages because the analysis can fail before calling the SDK or within the SDK (and it has its own error codes).