Re: [cfe-users] Clang issues warning in system header

2016-06-02 Thread Pavel Chuprikov via cfe-users
Hello again, I finally found out what was the issue. It was the *#line compiler directive*, that caused all the trouble So it seems, that I cannot possibly make clang think that the header like below is a system one, so it would automatically suppress the warning: #line 1 "some/garbage" static c

[cfe-users] Generating debug symbol data for lldb on OSX 10.11

2016-06-02 Thread Ross Inglis via cfe-users
Hi folks. I'm trying to debug an issue on a browser plugin built on OSX 10.11 with clang/llvm (sorry, I can't seem to get useful versions out - I just installed the toolset from Apple). The plugin build is adapted from a build that functions back to OSX 10.6. It uses GNU Makefiles (not XCode