Questions tagged as 'clang'

1
answer

Difference between GCC CLang

Unix-based systems (a large majority) usually use GCC , to compile the files in C , but also have the CLang for the same purpose.    Is there a difference in compiling a project using GCC and CLang ?     
asked by 26.07.2016 / 03:23
1
answer

Clang presents character error too large but Visual Studio compiles normal

I'm having trouble understanding why clang presents the error message    character too large for enclosing character literal type when trying to run the code: char c = 'ç'; While Visual Studio 2015 compiles seamlessly. I know that di...
asked by 24.06.2016 / 23:08
0
answers

Problems in the makefile when switching from debian to freebsd (ifeq and endif)

I am using netbeans to compile some programs in C / C ++ it compiles remotely the codes on a debian (GNU) machine, everything works without problems problems, however I tried to compile the same project in a freebsd that uses CLANG, I am having...
asked by 07.12.2018 / 15:16
1
answer

How to install LLVM?

How do I install clang / LLVM on windows to run C programs in bash if it ever appears "failed to find msbuilt toolsets" when installing llvm ??     
asked by 12.12.2017 / 01:05