commit | 96596c98fbb584d8c9eec99d0a1c0734da756787 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Tue Dec 22 07:24:36 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Tue Dec 22 07:24:36 2009 +0000 |
tree | 4cc2aa0da213cc084b87ef78df8bc359440a0d8e | |
parent | 778f92ab024794d6751a30dfbe59852fd0d0522c [diff] |
Switch initialization of parameters in a call over to InitializationSequence (when a FunctionDecl is present). This required a few small fixes to initialization sequences: - Make sure to use the adjusted parameter type for initialization of function parameters. - Implement transparent union calling semantics in C llvm-svn: 91902