Nothing ever initializes FunctionCaller::m_struct_valid,
so initialize it to false in the constructor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
We need a clang warning that tells us when POD types are not initialized! I am sure we have other similar issues...