Take into account C++17's noexcept function types during merging -- it should
be possible to merge a declaration with an unresolved function type against one with a resolved function type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@297316 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Serialization/ASTReaderDecl.cpp 16 additions, 2 deletionslib/Serialization/ASTReaderDecl.cpp
- test/Modules/Inputs/cxx17/decls.h 3 additions, 0 deletionstest/Modules/Inputs/cxx17/decls.h
- test/Modules/Inputs/cxx17/module.modulemap 1 addition, 0 deletionstest/Modules/Inputs/cxx17/module.modulemap
- test/Modules/cxx17.cpp 11 additions, 0 deletionstest/Modules/cxx17.cpp
Loading
Please register or sign in to comment