CXXDeleteExpr::getDestroyedType() can return a null QualType if the destroyed
type is a dependent type. This patch protects against this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27350
CFGBuilder: Fix crash when visiting delete expression on dependent type ClosedPublic Authored by mboehme on Dec 2 2016, 9:25 AM.
Details Summary CXXDeleteExpr::getDestroyedType() can return a null QualType if the destroyed
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 5 2016, 2:56 AM Closed by commit rL288665: CFGBuilder: Fix crash when visiting delete expression on dependent type (authored by mboehme). · Explain WhyDec 5 2016, 3:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 80246 cfe/trunk/lib/Analysis/CFG.cpp
cfe/trunk/unittests/Analysis/CFGTest.cpp
|