]> granicus.if.org Git - clang/commit
Fix a really bad bug where type uniquing would merge a<x> with b<x> as the same
authorChris Lattner <sabre@nondot.org>
Mon, 7 Apr 2008 06:37:47 +0000 (06:37 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Apr 2008 06:37:47 +0000 (06:37 +0000)
commit1ee0700c7dbe3554df09b4558e0b35a53d487ff2
treed9b1ccf051da55235723cbcd130339a9a7caf3fc
parent42a997c93b2166facfd3c93ffd5027e4930545dd
Fix a really bad bug where type uniquing would merge a<x> with b<x> as the same
type, because it did not include a/b in the hash.

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