| commit | 076baeb03eabececd2249e2fa5f69a0199c624c4 | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Tue Jun 08 23:00:58 2010 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Tue Jun 08 23:00:58 2010 +0000 |
| tree | 47360777fe7794a144a5b0feff87a424422b9c87 | |
| parent | dea66e3e4c80f6e31762e4db3fa9141fa010c975 [diff] |
Fix memory leak in ASTContext where ASTRecordLayout objects involving C++ structures wouldn't have their associated memory destroyed when using a BumpPtrAllocator. These objects internally use a DenseMap. llvm-svn: 105659