]> granicus.if.org Git - clang/commit
Plug a leak in the preprocessing record's handling of inclusion
authorDouglas Gregor <dgregor@apple.com>
Mon, 1 Nov 2010 15:03:47 +0000 (15:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 1 Nov 2010 15:03:47 +0000 (15:03 +0000)
commit4ab829c2a229dc20ecb9f35e7337bbfa95bf4026
treec349c90f8866912df963e9919e66d299884a555d
parent9dba61a1e46099b77adf15de224aaa16037a7fff
Plug a leak in the preprocessing record's handling of inclusion
directives. We had a std::string in an object that was allocated via a
BumpPtrAllocator.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117912 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/PreprocessingRecord.h
lib/Lex/PreprocessingRecord.cpp
lib/Serialization/ASTReader.cpp