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
1 file changed
tree: 47360777fe7794a144a5b0feff87a424422b9c87
  1. clang/
  2. compiler-rt/
  3. libcxx/
  4. lldb/
  5. llvm/