]> granicus.if.org Git - clang/commit
Compute whether a type is variably modified as we build the type,
authorDouglas Gregor <dgregor@apple.com>
Wed, 13 Oct 2010 16:58:14 +0000 (16:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 13 Oct 2010 16:58:14 +0000 (16:58 +0000)
commit35495eb14f22c4e96956912e23ca2a433227ad8c
tree8f1712b949df4cfec62f342d2804a9c98fb5aa20
parent7b1ec6c4781ce960e1c3157b84ebe8362df2d2a7
Compute whether a type is variably modified as we build the type,
rather than walking the type's structure every time we request this
information. Performance optimization; no functionality change.

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