================
@@ -125,21 +126,28 @@ const std::string &CIndexer::getClangResourcesPath() {
#elif defined(_AIX)
getClangResourcesPathImplAIX(LibClangPath);
#else
+ bool pathFound = false;
----------------
abhina-sree wrote:
thanks, done!
https://github.com/llvm/llvm-project/pull/75637