]> granicus.if.org Git - clang/commit
When creating CXXRecordDecls and RecordDecls within ActOnTag, hook up the new [CXX...
authorTed Kremenek <kremenek@apple.com>
Tue, 2 Sep 2008 21:26:19 +0000 (21:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 2 Sep 2008 21:26:19 +0000 (21:26 +0000)
commit7e8cc57bad2b670b0a3b48fa3d84dce79b5c7288
tree6044d7db9f086812900c67a1b7ba5f8864f8e3cb
parent6359792ca92e7ca2f416cb804c6604358174e994
When creating CXXRecordDecls and RecordDecls within ActOnTag, hook up the new [CXX]RecordDecl with the RecordDecl chain.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp