summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/static_assert/module.modulemap
Commit message (Collapse)AuthorAgeFilesLines
* Fix interaction between serialization and c++1z feature.Richard Trieu2016-09-131-0/+1
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. llvm-svn: 281286
OpenPOWER on IntegriCloud