Last indexation completed on 2024-12-22 05:37:20 UTC
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
Parent directory | - | 2024-02-11 01:52:33 | |||
bug379342.cpp | 208 bytes | 2024-02-11 01:52:33 | 2024-12-22 05:18:53 | struct ConstRefMember { const int& m_a; ConstRefMember(const int& a) : m_a(a) { } // OK. Bug #379342 }; struct ConstMember { const int m_a; ConstMember(const int& a) : m_a(a) { } // Warn }; |
|
bug379342.cpp.expected | 148 bytes | 2024-02-11 01:52:33 | - | ||
config.json | 515 bytes | 2024-02-11 01:52:33 | - | ||
lambdas.cpp | 266 bytes | 2024-02-11 01:52:33 | 2024-12-22 05:18:53 | ||
lambdas.cpp.expected | 150 bytes | 2024-02-11 01:52:33 | - | ||
main.cpp | 4078 bytes | 2024-02-11 01:52:33 | 2024-12-22 05:18:53 | include <QtCore/QDebug> |
|
main.cpp.expected | 1781 bytes | 2024-02-11 01:52:33 | - | ||
main.cpp.fixed.expected | 3994 bytes | 2024-02-11 01:52:33 | - | ||
sharedptrs.cpp | 160 bytes | 2024-02-11 01:52:33 | 2024-12-22 05:18:53 | include <QtCore/QSharedPointer> struct Trivial {}; void test(QSharedPointer<int>) {} void test(const QSharedPointer<int> &) {} void test(const Trivial &) {} |
|
sharedptrs.cpp.expected | 152 bytes | 2024-02-11 01:52:33 | - | ||
warn-for-overridden-methods.cpp | 462 bytes | 2024-02-11 01:52:33 | 2024-12-22 05:18:53 | ||
warn-for-overridden-methods.cpp.expected | 1196 bytes | 2024-02-11 01:52:33 | - | ||
warn-for-overridden-methods.cpp.fixed.expected | 420 bytes | 2024-02-11 01:52:33 | - |