From kde-bugs-dist Tue Jan 31 22:21:14 2017 From: Eugene Zelenko Date: Tue, 31 Jan 2017 22:21:14 +0000 To: kde-bugs-dist Subject: [clazy] [Bug 375820] New: Build with trunk LLVM/Clang is broken Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=148590128030878 https://bugs.kde.org/show_bug.cgi?id=3D375820 Bug ID: 375820 Summary: Build with trunk LLVM/Clang is broken Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: unassigned-bugs@kde.org Reporter: eugene.zelenko@gmail.com CC: smartins@kde.org Target Milestone: --- I got next errors when built Clazy with trunck LLVM/Clang. I think will be = good idea to run Include What You Use to reduce chance of similar issues in futu= re. Clazy/checkmanager.h:116:41: error: member access into incomplete type 'con= st clang::PreprocessorOptions' return !ci.getPreprocessorOpts().ImplicitPCHInclude.empty(); ^ tools/clang/include/clang/Frontend/CompilerInvocation.h:35:7: note: forward declaration of 'clang::PreprocessorOptions' class PreprocessorOptions; ^ In file included from /grid/cic/nsd-farm2/data/zelenko/LLVM.svn/Clazy/checkbase.cpp:27: Clazy/checkmanager.h:116:41: error: member access into incomplete type 'con= st clang::PreprocessorOptions' return !ci.getPreprocessorOpts().ImplicitPCHInclude.empty(); ^ tools/clang/include/clang/Frontend/CompilerInvocation.h:35:7: note: forward declaration of 'clang::PreprocessorOptions' class PreprocessorOptions; --=20 You are receiving this mail because: You are watching all bug changes.=