Re: [cfe-users] HELP!The clang crashed and I don't know why

2018-01-15 Thread Jan Korous via cfe-users
Hi. Could you please look for the preprocessed source and associated run script? I am not sure about clang 3.7 but newer versions tell you where to look for these. E. g.: PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: cl

Re: [cfe-users] eBPF: Odd optimization results with clang-5.0

2018-01-15 Thread Yonghong Song via cfe-users
On 1/8/18 5:45 AM, Jiong Wang wrote: On 05/01/2018 20:05, Alexei Starovoitov wrote: On Fri, Jan 5, 2018 at 7:01 AM, Charlemagne Lasse wrote: First thing is the odd way how 8 bit loads to an uint8_t are handled (see bug1_sec): I could reproduce both issues on other targets on latest LLVm t

[cfe-users] clang-format: Custom Language

2018-01-15 Thread Charles Welton via cfe-users
I have been using clang-format in a certain C++ project successfully and everything is great... but we also need support for a custom scripting language. This scripting language is much like C++, and clang-format works fine for the most part except for some specific constructs ("a ?? b" is an exam