Skip to content
Commit 7f4945aa authored by Ted Kremenek's avatar Ted Kremenek
Browse files

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
parent c053cbbc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment