Skip to content
  1. Apr 11, 2013
    • Sean Callanan's avatar
      Hand over the job of laying out the argument structure · 3dd6a423
      Sean Callanan authored
      to the Materializer.  Materialization is still done by
      the ClangExpressionDeclMap; this will be the next thing
      to move.
      
      Also fixed a layout bug that this uncovered.
      
      llvm-svn: 179318
      3dd6a423
    • Sean Callanan's avatar
      Added a Materializer class that contains · 96d2730a
      Sean Callanan authored
      information about each variable that needs to
      be materialized for an expression to work.  The
      next step is to migrate all materialization code
      from ClangExpressionDeclMap to Materializer, and
      to use it for variable materialization.
      
      llvm-svn: 179245
      96d2730a
Loading