]> granicus.if.org Git - clang/commit
Teach ASTContext::getUnqualifiedArrayType() how to look through
authorDouglas Gregor <dgregor@apple.com>
Mon, 17 May 2010 18:45:21 +0000 (18:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 17 May 2010 18:45:21 +0000 (18:45 +0000)
commit9dadd94e1c17fa030d1f88d8f2113ff59ccc6714
tree1a15311692d26eaa3a1928dd14dd235b9d248be7
parent33f992425213f381fc503699b26ee8cf9b60494e
Teach ASTContext::getUnqualifiedArrayType() how to look through
typedefs. As a drive-by, teach hit how to build VLA types, since those
will eventually be supported in C++.

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