Fix interaction between serialization and c++1z feature.In c++1z, static_assert is not required to have a StringLiteral message, wherepreviously it was required. Update the AST Reader to be able
Fix interaction between serialization and c++1z feature.In c++1z, static_assert is not required to have a StringLiteral message, wherepreviously it was required. Update the AST Reader to be able to handle anull StringLiteral.llvm-svn: 281286
show more ...