Re: Trouble compiling with clang 3.6 on Ubuntu 14.04

2016-07-18 Thread Giuseppe Castagno
Thanks Stephan. On 07/18/2016 11:47 AM, Stephan Bergmann wrote: On 07/17/2016 10:43 AM, Giuseppe Castagno wrote: /srv5/git/LO/lo-implement-options-clang/compilerplugins/clang/unnecessaryoverride.cxx:82:58: error: no member named 'body_front' in 'clang::CompoundStmt'; did you mean 'body_end'?

Re: Trouble compiling with clang 3.6 on Ubuntu 14.04

2016-07-18 Thread Stephan Bergmann
On 07/17/2016 10:43 AM, Giuseppe Castagno wrote: /srv5/git/LO/lo-implement-options-clang/compilerplugins/clang/unnecessaryoverride.cxx:82:58: error: no member named 'body_front' in 'clang::CompoundStmt'; did you mean 'body_end'? auto returnStmt = dyn_cast(compoundStmt->body_front());

Trouble compiling with clang 3.6 on Ubuntu 14.04

2016-07-17 Thread Giuseppe Castagno
Hi all, per subject, short log format: [build CXX] compilerplugins/clang/unnecessaryoverride.cxx /srv5/git/LO/lo-implement-options-clang/compilerplugins/clang/unnecessaryoverride.cxx:82:58: error: no member named 'body_front' in 'clang::CompoundStmt'; did you mean 'body_end'? auto returnS