https://bugs.kde.org/show_bug.cgi?id=360707

--- Comment #12 from Kevin Funk <kf...@kde.org> ---
Git commit 5ea89d672f288fc1233af86548f11388e6076e3d by Kevin Funk.
Committed on 21/03/2016 at 23:37.
Pushed by kfunk into branch '1.7'.

Fix places with undefined behavior

New API: IndexedType::IndexedType(const AbstractType::Ptr& type)

Places where we may call AbstractPtr::indexed with this being a nullptr.

M  +1    -1    language/duchain/instantiationinformation.cpp
M  +1    -1    language/duchain/repositories/typerepository.cpp
M  +1    -1    language/duchain/repositories/typerepository.h
M  +1    -1    language/duchain/types/abstracttype.cpp
M  +2    -2    language/duchain/types/arraytype.cpp
M  +2    -2    language/duchain/types/containertypes.cpp
M  +2    -2    language/duchain/types/containertypes.h
M  +5    -5    language/duchain/types/functiontype.cpp
M  +7    -0    language/duchain/types/indexedtype.cpp
M  +1    -3    language/duchain/types/indexedtype.h
M  +2    -2    language/duchain/types/pointertype.cpp
M  +2    -2    language/duchain/types/referencetype.cpp
M  +2    -2    language/duchain/types/typealiastype.cpp

http://commits.kde.org/kdevplatform/5ea89d672f288fc1233af86548f11388e6076e3d

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to