[modules] Allow emission of update records for predefined __va_list_tag.
Handles the cases where old __va_list_tag is coming from a module and the new is not, needing an update record. Fixes https://llvm.org/bugs/show_bug.cgi?id=27890 Patch by Cristina Cristescu, Richard Smith and me. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273159 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Serialization/ASTWriter.cpp 0 additions, 4 deletionslib/Serialization/ASTWriter.cpp
- test/Modules/Inputs/PR27890/a.h 9 additions, 0 deletionstest/Modules/Inputs/PR27890/a.h
- test/Modules/Inputs/PR27890/module.modulemap 1 addition, 0 deletionstest/Modules/Inputs/PR27890/module.modulemap
- test/Modules/pr27890.cpp 9 additions, 0 deletionstest/Modules/pr27890.cpp
test/Modules/Inputs/PR27890/a.h
0 → 100644
test/Modules/Inputs/PR27890/module.modulemap
0 → 100644
test/Modules/pr27890.cpp
0 → 100644
Please register or sign in to comment