| commit | 779355f96bd5e6bff40bae824f3f13ccbb30d018 | [log] [tgz] |
|---|---|---|
| author | Nico Weber <nicolasweber@gmx.de> | Wed Mar 02 23:22:00 2016 +0000 |
| committer | Nico Weber <nicolasweber@gmx.de> | Wed Mar 02 23:22:00 2016 +0000 |
| tree | f8303aa2cdd6b397592c67d67b5244ce181a9628 | |
| parent | 8226fc482999342e899db0d046ad044ba2ada136 [diff] |
Serialize `pragma ms_struct` state. pragma ms_struct has an effect on struct decls, and the effect is serialized correctly already. But the "is ms_struct currently on" state wasn't before this change. This uses the same approach as `pragma clang optimize`: When writing a module, the state isn't serialized, only when writing a pch file. llvm-svn: 262539