https://llvm.org/bugs/show_bug.cgi?id=30893
Bug ID: 30893 Summary: Warnings about overloaded virtual when building clang. Product: new-bugs Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: bjorn.a.petters...@ericsson.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified After commit r285326 there are lots of warning similar to this one when building clang with gcc: tools/clang/include/clang/Driver/Tool.h:141:16: warning: ‘virtual void clang::driver::Tool::ConstructJob(clang::driver::Compilation&, const clang::driver::JobAction&, const InputInfoList&, const InputInfoList&, const llvm::opt::ArgList&, const char*) const’ was hidden [-Woverloaded-virtual] This can for example be seen in buildbot logs like this one: http://lab.llvm.org:8011/builders/clang-3stage-ubuntu/builds/157/steps/build-stage3-clang/logs/warnings%20%28829%29 -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs