]> granicus.if.org Git - clang/commit
Keep track of the Expr used to describe the size of an array type,
authorDouglas Gregor <dgregor@apple.com>
Mon, 6 Jul 2009 15:59:29 +0000 (15:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 6 Jul 2009 15:59:29 +0000 (15:59 +0000)
commit7e7eb3da052a6d80ddf2377cab0384c798f73f75
treed73b5a19683a56585be300d5c19bb12eb0ca37a7
parent6f4a69a3107e7ff1569c747f7c6bdf7cff8cbf55
Keep track of the Expr used to describe the size of an array type,
from Enea Zaffanella!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74831 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/PrettyPrinter.h
include/clang/AST/Type.h
include/clang/AST/TypeNodes.def
include/clang/Frontend/PCHBitCodes.h
include/clang/Parse/DeclSpec.h
lib/AST/ASTContext.cpp
lib/AST/Type.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseExprCXX.cpp
lib/Sema/Sema.cpp
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaType.cpp