MetanoKid / cpp-build-analyzer

Analyzes MSVC C++ compilations with C++ Build Insights SDK
GNU General Public License v3.0
80 stars 2 forks source link

Improve analysis error report #5

Open MetanoKid opened 4 years ago

MetanoKid commented 4 years ago

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).