Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.4.0
-
None
-
llvm-15
-
-
6495329e6de803025e6e4e8291b648f94893551c 01cae372619369d1a5a04f4d0f87817011029b78
Description
In file included from /f/data/qt-everywhere-src-6.4.0/qttools/src/linguist/lupdate/cpp_clang.cpp:7: /f/data/qt-everywhere-src-6.4.0/qttools/src/linguist/lupdate/lupdatepreprocessoraction.h:57:77: error: non-virtual member function marked 'override' hides virtual member function clang::SrcMgr::CharacteristicKind /*fileType*/) override;
It is fixed by removing the override keyword. But it is needed to investigate the function prototype changing in llvm-15.