-
- Downloads
Merging r281286:
------------------------------------------------------------------------ r281286 | rtrieu | 2016-09-12 18:20:40 -0700 (Mon, 12 Sep 2016) | 6 lines Fix interaction between serialization and c++1z feature. In c++1z, static_assert is not required to have a StringLiteral message, where previously it was required. Update the AST Reader to be able to handle a null StringLiteral. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_39@286667 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Serialization/ASTReaderDecl.cpp 1 addition, 1 deletionlib/Serialization/ASTReaderDecl.cpp
- test/Modules/Inputs/static_assert/a.h 3 additions, 0 deletionstest/Modules/Inputs/static_assert/a.h
- test/Modules/Inputs/static_assert/module.modulemap 1 addition, 0 deletionstest/Modules/Inputs/static_assert/module.modulemap
- test/Modules/static_assert.cpp 8 additions, 0 deletionstest/Modules/static_assert.cpp
Loading
Please register or sign in to comment