1/home/cnihelton/Develop/Software/KDevelop/kdev-clang-tidy/src/plugin.cpp:80:5: warning: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
2    qCDebug(KDEV_CLANGTIDY) << "setting clangtidy rc file";
3    ^
4/usr/include/qt5/QtCore/qloggingcategory.h:125:64: note: expanded from macro 'qCDebug'
5        QMessageLogger(QT_MESSAGELOG_FILE, QT_MESSAGELOG_LINE, QT_MESSAGELOG_FUNC, category().categoryName()).debug(__VA_ARGS__)
6                                                               ^
7/usr/include/qt5/QtCore/qlogging.h:151:30: note: expanded from macro 'QT_MESSAGELOG_FUNC'
8  #define QT_MESSAGELOG_FUNC Q_FUNC_INFO
9                             ^
10/usr/include/qt5/QtCore/qcompilerdetection.h:230:29: note: expanded from macro 'Q_FUNC_INFO'
11#  define Q_FUNC_INFO       __PRETTY_FUNCTION__
12                            ^
13/home/cnihelton/Develop/Software/KDevelop/kdev-clang-tidy/src/plugin.cpp:145:9: warning: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
14        qCDebug(KDEV_CLANGTIDY) << "Unable to execute clang-tidy.";
15        ^
16/usr/include/qt5/QtCore/qloggingcategory.h:125:64: note: expanded from macro 'qCDebug'
17        QMessageLogger(QT_MESSAGELOG_FILE, QT_MESSAGELOG_LINE, QT_MESSAGELOG_FUNC, category().categoryName()).debug(__VA_ARGS__)
18                                                               ^
19/usr/include/qt5/QtCore/qlogging.h:151:30: note: expanded from macro 'QT_MESSAGELOG_FUNC'
20  #define QT_MESSAGELOG_FUNC Q_FUNC_INFO
21                             ^
22/usr/include/qt5/QtCore/qcompilerdetection.h:230:29: note: expanded from macro 'Q_FUNC_INFO'
23#  define Q_FUNC_INFO       __PRETTY_FUNCTION__
24                            ^
25/home/cnihelton/Develop/Software/KDevelop/kdev-clang-tidy/src/plugin.cpp:151:9: warning: do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
26        qCDebug(KDEV_CLANGTIDY) << "Failed during clang-tidy execution.";
27        ^
28/usr/include/qt5/QtCore/qloggingcategory.h:125:64: note: expanded from macro 'qCDebug'
29        QMessageLogger(QT_MESSAGELOG_FILE, QT_MESSAGELOG_LINE, QT_MESSAGELOG_FUNC, category().categoryName()).debug(__VA_ARGS__)
30                                                               ^
31/usr/include/qt5/QtCore/qlogging.h:151:30: note: expanded from macro 'QT_MESSAGELOG_FUNC'
32  #define QT_MESSAGELOG_FUNC Q_FUNC_INFO
33                             ^
34/usr/include/qt5/QtCore/qcompilerdetection.h:230:29: note: expanded from macro 'Q_FUNC_INFO'
35#  define Q_FUNC_INFO       __PRETTY_FUNCTION__
36                            ^
37