]> granicus.if.org Git - clang/commit
Fix an embarrasing memory error. I was apparently very tired when I wrote this
authorJohn McCall <rjmccall@apple.com>
Tue, 13 Apr 2010 22:18:28 +0000 (22:18 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 13 Apr 2010 22:18:28 +0000 (22:18 +0000)
commit21c0160959961b3a6ab3308608ee3fde182ecb49
tree7d096b22cb7ff0f6197ff87cd090dcbf5814e2a8
parentab970f90ce31a53fe7e6375a37536bf0832fd922
Fix an embarrasing memory error.  I was apparently very tired when I wrote this
code the first time.

Fixes PR6827.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101184 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
test/CXX/temp/temp.decls/temp.friend/p1.cpp