]> granicus.if.org Git - clang/commit
VariableArrayTypes (VLAs) without a size expression are now uniqued
authorTed Kremenek <kremenek@apple.com>
Mon, 29 Oct 2007 23:37:31 +0000 (23:37 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 29 Oct 2007 23:37:31 +0000 (23:37 +0000)
commit2bd24ba6d10f8c811c8e2a57c8397e07082ba497
treeb7eae786a24ccf2b9f93b1748823a85e23ea4025
parent33e1d64ab5cd5d27f8530ccd056191fe2c9f3f2e
VariableArrayTypes (VLAs) without a size expression are now uniqued
and inserted into a FoldingSet owned by ASTContext.

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