]> granicus.if.org Git - clang/commit
Fix serialization for TypedefType by allowing TypedefType to access the internal...
authorTed Kremenek <kremenek@apple.com>
Sun, 27 Jul 2008 03:47:53 +0000 (03:47 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 27 Jul 2008 03:47:53 +0000 (03:47 +0000)
commitd90700108cfb45f2dda6c5a7adc11ce5ac68aa0d
tree359f4875de281dbce0f77db18b2ff99d4556dd11
parentc36d405a02fab41f6c45cb2bc750d64949742903
Fix serialization for TypedefType by allowing TypedefType to access the internal CanonicalType stored in Type.
The test case Serialization/stmt_exprs.c now passes.

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