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.=