| commit | 25bf8cb3c0e3c41231289a6ff0a37b6d49b24011 | [log] [tgz] |
|---|---|---|
| author | Justin Bogner <mail@justinbogner.com> | Wed Jul 08 18:32:26 2015 +0000 |
| committer | Justin Bogner <mail@justinbogner.com> | Wed Jul 08 18:32:26 2015 +0000 |
| tree | 843534e70c89f9abb5e27e728ca80a251ed8b62e | |
| parent | 338635389ffed7db4c89b3076280673f71d5d5ae [diff] |
AST: Avoid reading an unitialized value Desugar doesn't necessarily initialize ShouldAKA, but as of r241542 it may read it. Fix the misuse of the API and initialize this before passing it in. Found by ubsan. llvm-svn: 241705