commit | a668261e85ef18ea2c35c57f25401a7a0c0fdb60 | [log] [tgz] |
---|---|---|
author | Jayant Chowdhary <jchowdhary@google.com> | Mon Dec 04 18:19:04 2017 -0800 |
committer | Jayant Chowdhary <jchowdhary@google.com> | Thu Dec 07 12:48:42 2017 -0800 |
tree | 0ebca5a14253113873e24f98319be7690d895b9a | |
parent | c18ded4bb00b18a3e41496e33f3a1810318aac21 [diff] |
Fix missing setter for RecordKind. The record kind (struct, class or union) was not being set while converting from protobuf to IR. Test: tests/test.py, all tests pass. Without the change, the default kind of a C record would have shown up as class_kind. Change-Id: I507581211a6d30c2c51414c6fab6413eece6b458