KDAB / codebrowser

Woboq CodeBrowser
http://woboq.com/codebrowser.html
Other
1.1k stars 161 forks source link

Compatible versions of llvm clang #76

Closed justin2net closed 4 years ago

justin2net commented 5 years ago

I compiled woboq_codebrowser against llvm and clang master (8.0.0) and I get a segfault right away when I attempt to generate. I also had problems using llvm/clang from devtoolset-7. I'm on Centos 7 (the system repo llvm and clang are missing cmake modules, so cmake of this project fails right away).

It's probably best that I compile a version of llvm and clang that's known to work with woboq. What is recommended?

ogoffart commented 5 years ago

Currently I'm using Clang 7, and it was also working with previous version. Maybe there is a bug in Clang 8, or something need to be adjusted.

guruz commented 5 years ago

@justin2net any news?

ogoffart commented 4 years ago

Clang 8 (and even clang 9) is now supported