| commit | 84efd4deb640023f1ea15ef0751bf8ebc5600cfb | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Wed Mar 15 17:47:39 2017 +0000 |
| committer | Zachary Turner <zturner@google.com> | Wed Mar 15 17:47:39 2017 +0000 |
| tree | b181ba6035ee188ef2848ed63966008200082480 | |
| parent | 9d53b6ab4891aec25444a82dd76c686da01357d6 [diff] |
[YAML] When outputting, provide the ability to write default values. Previously, if you attempted to write a key/value pair and the value was equal to the key's default value, we would not output the value. Sometimes it is useful to be able to see this value in the output anyway. llvm-svn: 297864