Fix leaks of ExplicitSpecializationInfo objects by allocating them with 'new...
Fix leaks of ExplicitSpecializationInfo objects by allocating them with 'new (ASTContext)' instead of 'new'. llvm-svn: 110474
Loading
Please register or sign in to comment