]> granicus.if.org Git - clang/commit
Fix leaks of ExplicitSpecializationInfo objects by allocating them with 'new (ASTCont...
authorTed Kremenek <kremenek@apple.com>
Fri, 6 Aug 2010 21:12:58 +0000 (21:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 6 Aug 2010 21:12:58 +0000 (21:12 +0000)
commitdb1423008b6185fc570558cff77d92f94e55b386
tree6ec78a9d1bd86a4a3d5090718e900553f0768c5f
parentdde201b9b53a05912780fc94bd4974c59454f2b6
Fix leaks of ExplicitSpecializationInfo objects by allocating them with 'new (ASTContext)' instead of 'new'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110474 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclTemplate.h