]> granicus.if.org Git - clang/commit
PR20399: Do not assert when adding an implicit member coming from a module at
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Sep 2014 00:45:29 +0000 (00:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Sep 2014 00:45:29 +0000 (00:45 +0000)
commitb379c0672bd63c831740bfc8bbabc2d72ee615ce
tree4b90a1f8f487f5fd15afe7b3a607960ce5efce6e
parent2de468a3b6e535e2a28717cfb32d588f73e346d6
PR20399: Do not assert when adding an implicit member coming from a module at
writing time.

Patch by Vassil Vassilev!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218651 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTWriter.cpp
test/Modules/Inputs/PR20399/FirstHeader.h [new file with mode: 0644]
test/Modules/Inputs/PR20399/SecondHeader.h [new file with mode: 0644]
test/Modules/Inputs/PR20399/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/PR20399/stl_map.h [new file with mode: 0644]
test/Modules/Inputs/PR20399/vector [new file with mode: 0644]
test/Modules/pr20399.cpp [new file with mode: 0644]