-
-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Hello, sorry if this is a simple problem but i followed the steps on building on windows and installed component clang and download the llvm platform tool for visual studio but keep getting these errors.
C:\Users\harri\dev\cppinsights\CodeGenerator.cpp(2358,32): error : no member named 'Ascii' in 'clang::CharacterLiteral'
[C:\Users\harri\dev\cppinsights\build\insights.vcxproj]
C:\Users\harri\dev\cppinsights\CodeGenerator.cpp(2359,32): error : no member named 'Wide' in 'clang::CharacterLiteral'
[C:\Users\harri\dev\cppinsights\build\insights.vcxproj]
C:\Users\harri\dev\cppinsights\CodeGenerator.cpp(2360,32): error : no member named 'UTF8' in 'clang::CharacterLiteral'
[C:\Users\harri\dev\cppinsights\build\insights.vcxproj]
C:\Users\harri\dev\cppinsights\CodeGenerator.cpp(2361,32): error : no member named 'UTF16' in 'clang::CharacterLiteral'
[C:\Users\harri\dev\cppinsights\build\insights.vcxproj]
C:\Users\harri\dev\cppinsights\CodeGenerator.cpp(2362,32): error : no member named 'UTF32' in 'clang::CharacterLiteral'
[C:\Users\harri\dev\cppinsights\build\insights.vcxproj]
C:\Users\harri\dev\cppinsights\CodeGenerator.cpp(2379,87): error : no member named 'Ascii' in 'clang::CharacterLiteral'
[C:\Users\harri\dev\cppinsights\build\insights.vcxproj]