]> granicus.if.org Git - clang/commit
Start switching clients over from CT.getCanonicalType() to Context.getCanonicalType...
authorChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 22:59:24 +0000 (22:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Apr 2008 22:59:24 +0000 (22:59 +0000)
commitf52ab250ff92bc51a9ac9a8e19bd43b63a5f844f
tree411af99807d88728a0fa30bb9443b75d065ff8c9
parent77c9647cae939104c6cb2b6a4dd8ca859d2e5770
Start switching clients over from CT.getCanonicalType() to Context.getCanonicalType(CT) for PR2189.

While I'm at it, clean up a bit of maxIntegerType.

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