| commit | cb337035f2b145dbad697ba203bd43a6de32be46 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Thu May 28 22:19:36 2015 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Thu May 28 22:19:36 2015 +0000 |
| tree | 5d2bbd1b5f2d96ebe0d72cef2e10cbb009566656 | |
| parent | 2607a0d6551fc97d03e0b0f819d5a0eb096e013e [diff] |
AST: Fix printing GNU old-style field designators
Allows StmtPrinter to print old style field designators in
initializers, fixing an issue where we would print the following
invalid code:
struct A a = {b: = 3, .c = 4};
Patch by Nick Sumner. Thanks!
llvm-svn: 238517