Author Topic: Clang  (Read 3945 times)

Offline Borneq

  • Multiple posting newcomer
  • *
  • Posts: 45
Clang
« on: September 04, 2013, 10:57:26 pm »
In new Code::Blocks is possibility to use Clang?

Offline anotherOpenGLFan

  • Single posting newcomer
  • *
  • Posts: 6
Re: Clang
« Reply #1 on: September 12, 2013, 07:40:33 pm »
No. Clang is not a supported compiler in Code::Blocks 12.11, However you can run Clang
like MinGW. So you can build with Clang, Even if Code::Blocks thinks it's using MinGW.
Fallowing the instructions in this stack-overflow answer: http://stackoverflow.com/questions/14419168/using-clang-with-codeblocks-on-windows-7
you can set it up to do just that.

You can change around what compiling executables are used by going to "Settings->Compiler...->Toolchain Executables",
when you get to that part of his answer.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Clang
« Reply #2 on: September 12, 2013, 10:27:47 pm »
Or you can try a nightly build, where it is supported.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]