I know that clang isn’t fully working on windows yet, but I was just wondering if the situation is different for linux platform. Can someone give some insight into this topic?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, Clang works on Linux. If you are on a Debian or Ubuntu system try something like:
The above will install the available Clang for your system. If you feel adventurous and you want to have the latest Clang and libc++ on your Linux you can build it from sources. This a good step by step tutorial:
http://solarianprogrammer.com/2013/01/17/building-clang-libcpp-ubuntu-linux/