summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/pragma-ms_struct.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Serialize `pragma ms_struct` state.Nico Weber2016-03-021-0/+41
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
OpenPOWER on IntegriCloud