| commit | 7f4945aa9ccb178bb494d6b619b9cd09e69c3527 | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Thu Feb 11 05:28:37 2010 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Thu Feb 11 05:28:37 2010 +0000 |
| tree | 10f3170ba6f9ff5a1a05cafc16aa7a555d42260f | |
| parent | c053cbbc4d4123060b1142538f2cdd658d26bbc8 [diff] |
Remove use of 'std::string' from Attr objects, using instead a byte array allocated using the allocator in ASTContext. This addresses these strings getting leaked when using a BumpPtrAllocator (in ASTContext). Fixes: <rdar://problem/7636765> llvm-svn: 95853