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
7 files changed
tree: 4cc2aa0da213cc084b87ef78df8bc359440a0d8e
  1. clang/
  2. compiler-rt/
  3. llvm/