]> granicus.if.org Git - clang/commit
Assert that tag decls are never marked (in)valid after definition is complete
authorAlp Toker <alp@nuanti.com>
Sat, 21 Dec 2013 01:10:54 +0000 (01:10 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 21 Dec 2013 01:10:54 +0000 (01:10 +0000)
commit4050e7ed39b85c5781fb60677159d04da4d63285
tree9d47dae120203c48d024f08ca0ae4f12be201297
parent573f9a1199911f024bf1ef8ca04ed324c2d5c254
Assert that tag decls are never marked (in)valid after definition is complete

Sema relies on this assumption.

Follow-up to r197848.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197850 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclBase.cpp