]> granicus.if.org Git - clang/commit
PR27754: CXXRecordDecl::data() needs to perform an update even if it's called
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 17 May 2016 22:44:15 +0000 (22:44 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 17 May 2016 22:44:15 +0000 (22:44 +0000)
commit1420a79d5fd73dbf009acd75e7224fcf8115ef09
treeace2561060694c6e1384a24d29a9bbf961592653
parent3d996e269b2a4c446a67d89d9d8b1c510168169b
PR27754: CXXRecordDecl::data() needs to perform an update even if it's called
on a declaration that already knows the location of the DefinitionData object.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269858 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Serialization/ASTReaderDecl.cpp
test/Modules/Inputs/PR27754/RConversionRuleParser.h [new file with mode: 0644]
test/Modules/Inputs/PR27754/TMetaUtils.h [new file with mode: 0644]
test/Modules/Inputs/PR27754/TSchemaType.h [new file with mode: 0644]
test/Modules/Inputs/PR27754/algobase.h [new file with mode: 0644]
test/Modules/Inputs/PR27754/module.modulemap [new file with mode: 0644]
test/Modules/pr27754.cpp [new file with mode: 0644]