I got this error in building for Windows with Visual Studio (examples\clang-interpreter\main.cpp):
104>.\main.cpp(89) : error C2660: ‘clang::driver::Driver::BuildCompilation’ : function does not take 2 argumentsI
The fix was:
Index: main.cpp
I got this error in building for Windows with Visual Studio (examples\clang-interpreter\main.cpp):
104>.\main.cpp(89) : error C2660: ‘clang::driver::Driver::BuildCompilation’ : function does not take 2 argumentsI
The fix was:
Index: main.cpp
I think the buildbots don’t include examples/ for some reason.
Thanks for fixing this.
John.