]> granicus.if.org Git - clang/commit
[modules] Avoid accidentally completing the redeclaration chain when updating
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 11 Mar 2015 01:44:51 +0000 (01:44 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 11 Mar 2015 01:44:51 +0000 (01:44 +0000)
commitfd051a0a2ed4f53faac695be9efd2a2aabd4e7c3
tree11888d5572603e98c363f50618ec0b0a6470f834
parent2d9ac75b93d77023d2a88302d575eae83cc7e48b
[modules] Avoid accidentally completing the redeclaration chain when updating
all the existing declarations of a record-like entity with a pointer to its
definition.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231901 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Serialization/ASTReader.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp