Files
clang-p2996/clang/lib/Serialization/ASTReaderDecl.cpp
Kadir Cetinkaya 977b1f574f [clang][ASTReader] Fix memory leak while reading FriendTemplateDecls
Allocate on ASTContext, rather than just on heap, so that template
parameter lists are freed up.

Differential Revision: https://reviews.llvm.org/D120081
2022-02-18 12:16:38 +01:00

163 KiB