Announcement

Collapse
No announcement yet.

Following GCC, Clang Looks To Default To C11

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Following GCC, Clang Looks To Default To C11

    Phoronix: Following GCC, Clang Looks To Default To C11

    It looks like LLVM's Clang compiler will be defaulting to using the GNU's C11 standard for its next release...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    I'm programming in C99 for a while and it improved the quality of my project a lot. C11 brought many features that I really like, but sadly not many compiler supports it and I got stuck with C99.

    It's a great pleasure to see such news . Soon I can use features like generics, threads, safer string functions and so on, without much to worry.

    Comment

    Working...
    X