You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem? Give the *exact* arguments passed
to include-what-you-use, and attach the input source file that gives the
problem (minimal test-cases are much appreciated!)
1. Checkout r596
2. Build out-of-source with CMake as per the instructions using clang 3.5
What is the expected output? What do you see instead?
Fails to build with the following error message (and more, only giving the first for
reference):
include-what-you-use/iwyu.cc:3770:40: error: conflicting return type specified for
‘virtual std::unique_ptr<clang::ASTConsumer> include_what_you_use::IwyuAction::CreateASTConsumer(clang::CompilerInstance&,
llvm::StringRef)’
virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(
^
What version of the product are you using? On what operating system?
r596, clang 3.5 (release), OpenSuSE 13.1 x64
Reported by florian.rathgeber on 2015-01-27 16:50:33
The text was updated successfully, but these errors were encountered:
IWYU trunk is in sync with Clang trunk.
If you want to build against clang 3.5, use our tag for the purpose:
https://code.google.com/p/include-what-you-use/source/browse/#svn%2Ftags%2Fclang_3.5
Originally reported on Google Code with ID 170
Reported by
florian.rathgeber
on 2015-01-27 16:50:33The text was updated successfully, but these errors were encountered: