Last indexation completed on 2024-04-21 06:00:38 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 01:52:33  
file bug379342.cpp 208 bytes 2024-02-11 01:52:33 2024-04-21 05:38:51

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 };

file bug379342.cpp.expected 148 bytes 2024-02-11 01:52:33 -  
file config.json 515 bytes 2024-02-11 01:52:33 -  
file lambdas.cpp 266 bytes 2024-02-11 01:52:33 2024-04-21 05:38:51  
file lambdas.cpp.expected 150 bytes 2024-02-11 01:52:33 -  
file main.cpp 4078 bytes 2024-02-11 01:52:33 2024-04-21 05:38:51

include <QtCore/QDebug>

file main.cpp.expected 1781 bytes 2024-02-11 01:52:33 -  
file main.cpp.fixed.expected 3994 bytes 2024-02-11 01:52:33 -  
file sharedptrs.cpp 160 bytes 2024-02-11 01:52:33 2024-04-21 05:38:51

include <QtCore/QSharedPointer> struct Trivial {}; void test(QSharedPointer<int>) {} void test(const QSharedPointer<int> &) {} void test(const Trivial &) {}

file sharedptrs.cpp.expected 152 bytes 2024-02-11 01:52:33 -  
file warn-for-overridden-methods.cpp 462 bytes 2024-02-11 01:52:33 2024-04-21 05:38:51  
file warn-for-overridden-methods.cpp.expected 1196 bytes 2024-02-11 01:52:33 -  
file warn-for-overridden-methods.cpp.fixed.expected 420 bytes 2024-02-11 01:52:33 -