]> granicus.if.org Git - clang/commit
introduce a new ASTContext::getCanonicalType method. This is the first
authorChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 22:41:35 +0000 (22:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 22:41:35 +0000 (22:41 +0000)
commit77c9647cae939104c6cb2b6a4dd8ca859d2e5770
tree8263d29e2e2a4ed175e6b99c5896f9a9667588a2
parent9d294b9957f57512db8de37452024e82f0fe4f50
introduce a new ASTContext::getCanonicalType method.  This is the first
step towards fixing PR2189.

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