]> granicus.if.org Git - clang/commit
Build canonical types for dependently-sized array types.
authorDouglas Gregor <dgregor@apple.com>
Fri, 31 Jul 2009 00:23:35 +0000 (00:23 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 31 Jul 2009 00:23:35 +0000 (00:23 +0000)
commit04d4beee4b86af20a9e4457023d3925cab8f9908
tree57424b33222f23eef02bc7b652489bba8608024d
parente600bedcfea91622a0003fdb5f66c500b2f9f17d
Build canonical types for dependently-sized array types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77647 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
lib/AST/ASTContext.cpp
lib/AST/Type.cpp
test/SemaTemplate/canonical-expr-type.cpp