[clazy] [Bug 375820] New: Build with trunk LLVM/Clang is broken

Eugene Zelenko bugzilla_noreply at kde.org
Tue Jan 31 22:21:14 GMT 2017


https://bugs.kde.org/show_bug.cgi?id=375820

            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 at kde.org
          Reporter: eugene.zelenko at gmail.com
                CC: smartins at 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 future.

Clazy/checkmanager.h:116:41: error: member access into incomplete type 'const
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 'const
clang::PreprocessorOptions'
        return !ci.getPreprocessorOpts().ImplicitPCHInclude.empty();
                                        ^
tools/clang/include/clang/Frontend/CompilerInvocation.h:35:7: note: forward
declaration of 'clang::PreprocessorOptions'
class PreprocessorOptions;

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list