You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
home/tkoenig/cvise/clang_delta/TransformationManager.cpp: In member function ‘bool TransformationManager::initializeCompilerInstance(std::__cxx11::string&)’:
/home/tkoenig/cvise/clang_delta/TransformationManager.cpp:177:18: error: ‘setLangDefaults’ is not a member of ‘clang::LangOptions’
LangOptions::setLangDefaults(ClangInstance->getLangOpts(), Language::C, T, includes);
^~~~~~~~~~~~~~~
/home/tkoenig/cvise/clang_delta/TransformationManager.cpp:183:18: error: ‘setLangDefaults’ is not a member of ‘clang::LangOptions’
LangOptions::setLangDefaults(ClangInstance->getLangOpts(), Language::CXX, T, includes, LSTD);
^~~~~~~~~~~~~~~
/home/tkoenig/cvise/clang_delta/TransformationManager.cpp:217:18: error: ‘setLangDefaults’ is not a member of ‘clang::LangOptions’
LangOptions::setLangDefaults(ClangInstance->getLangOpts(),
where I don't know how to proceed.
If you want to look at my setup, it's on gcc188, in /home/tkoenig , there's nothing secret there.
The text was updated successfully, but these errors were encountered:
I'm getting an error trying to compile cvise
CMakeCache.txt
Simply removing the offending override with
gets me to
where I don't know how to proceed.
If you want to look at my setup, it's on gcc188, in /home/tkoenig , there's nothing secret there.
The text was updated successfully, but these errors were encountered: