Plugin2 #1435
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Annotations
4 errors and 17 warnings
MSVC 14.34: C++20:
C:/Program FilesMicrosoft Visual Studio2022EnterpriseVCToolsMSVC14.35.32215includevector#L1485
error C2280::: 'std::unique_ptr<clang::mrdox::doc::Text,std::default_delete<clang::mrdox::doc::Text>> &std::unique_ptr<clang::mrdox::doc::Text,std::default_delete<clang::mrdox::doc::Text>>::operator =(const std::unique_ptr<clang::mrdox::doc::Text,std::default_delete<clang::mrdox::doc::Text>> &)': attempting to reference a deleted function (error - C2280)
|
MSVC 14.34: C++20:
C:/Program FilesMicrosoft Visual Studio2022EnterpriseVCToolsMSVC14.35.32215includevector#L1485
error C2280::: 'std::unique_ptr<clang::mrdox::doc::Text,std::default_delete<clang::mrdox::doc::Text>> &std::unique_ptr<clang::mrdox::doc::Text,std::default_delete<clang::mrdox::doc::Text>>::operator =(const std::unique_ptr<clang::mrdox::doc::Text,std::default_delete<clang::mrdox::doc::Text>> &)': attempting to reference a deleted function (error - C2280)
|
MSVC 14.34: C++20
Process completed with exit code 1.
|
GCC 13.2: C++20
The operation was canceled.
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Support/Error.hpp#L65
warning C4251::: 'clang::mrdox::Error::where_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'clang::mrdox::Error' (warning - C4251)
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Support/Error.hpp#L66
warning C4251::: 'clang::mrdox::Error::reason_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'clang::mrdox::Error' (warning - C4251)
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Support/Error.hpp#L67
warning C4251::: 'clang::mrdox::Error::message_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'clang::mrdox::Error' (warning - C4251)
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Support/Error.hpp#L68
warning C4251::: 'clang::mrdox::Error::loc_': struct 'std::source_location' needs to have dll-interface to be used by clients of class 'clang::mrdox::Error' (warning - C4251)
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Metadata/Javadoc.hpp#L224
warning C4251::: 'clang::mrdox::doc::Block::children': class 'std::vector<std::unique_ptr<clang::mrdox::doc::Text,std::default_delete<clang::mrdox::doc::Text>>,std::allocator<std::unique_ptr<clang::mrdox::doc::Text,std::default_delete<clang::mrdox::doc::Text>>>>' needs to have dll-interface to be used by clients of struct 'clang::mrdox::doc::Block' (warning - C4251)
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Metadata/Source.hpp#L30
warning C4251::: 'clang::mrdox::Location::Filename': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of struct 'clang::mrdox::Location' (warning - C4251)
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Metadata/Source.hpp#L78
warning C4251::: 'clang::mrdox::SourceInfo::DefLoc': class 'clang::mrdox::Optional<clang::mrdox::Location,clang::mrdox::LocationEmptyPredicate>' needs to have dll-interface to be used by clients of struct 'clang::mrdox::SourceInfo' (warning - C4251)
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Metadata/Source.hpp#L84
warning C4251::: 'clang::mrdox::SourceInfo::Loc': class 'std::vector<clang::mrdox::Location,std::allocator<clang::mrdox::Location>>' needs to have dll-interface to be used by clients of struct 'clang::mrdox::SourceInfo' (warning - C4251)
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Support/Error.hpp#L65
warning C4251::: 'clang::mrdox::Error::where_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'clang::mrdox::Error' (warning - C4251)
|
MSVC 14.34: C++20:
D:/amrdoxmrdoxincludemrdox/Support/Error.hpp#L66
warning C4251::: 'clang::mrdox::Error::reason_': class 'std::basic_string<char,std::char_traits<char>,std::allocator<char>>' needs to have dll-interface to be used by clients of class 'clang::mrdox::Error' (warning - C4251)
|
Clang 16.0: C++20:
src/lib/Support/JavaScript.cpp#L717
clang++-16: unused function 'domValue_get' ([-Wunused-function])
|
Clang 16.0: C++20:
src/lib/Support/Handlebars.cpp#L2110
clang++-16: enumeration value 'Function' not handled in switch ([-Wswitch])
|
Clang 16.0: C++20:
include/mrdox/Plugin.hpp#L21
clang++-16: 'clang::mrdox::PluginEnvironment' has virtual functions but non-virtual destructor ([-Wnon-virtual-dtor])
|
Clang 16.0: C++20:
include/mrdox/Plugin.hpp#L21
clang++-16: 'clang::mrdox::PluginEnvironment' has virtual functions but non-virtual destructor ([-Wnon-virtual-dtor])
|
GCC 13.1: C++20:
src/lib/Support/JavaScript.cpp#L717
g++-13.1.0: ‘clang::mrdox::dom::Value clang::mrdox::js::domValue_get(Scope&, duk_idx_t)’ defined but not used ([-Wunused-function])
|
GCC 13.1: C++20:
src/lib/Support/Handlebars.cpp#L2110
g++-13.1.0: enumeration value ‘Function’ not handled in switch ([-Wswitch])
|
GCC 13.1: C++20:
src/tool/Plugins.cpp#L30
g++-13.1.0: ignoring returned value of type ‘clang::mrdox::Error’, declared with attribute ‘nodiscard’ ([-Wunused-result])
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
linux-ubuntu-22.04-clang-16-packages
Expired
|
179 MB |
|