]> granicus.if.org Git - clang/commit
don't let builtin-type handling code fall into pointer handling code
authorChris Lattner <sabre@nondot.org>
Sun, 15 Jul 2007 23:46:53 +0000 (23:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Jul 2007 23:46:53 +0000 (23:46 +0000)
commitbfef6d7c67831a135d6ab79931f010f750a730ad
treed09c3139f6ab26b430aa2bbdec03e1caf257651c
parent2eadfb638eb1bb6ccfd6fd0453e764d47e27eed9
don't let builtin-type handling code fall into pointer handling code
not all builtin types have size and alignment equal to pointers :)

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