1. 07 10月, 2017 1 次提交
  2. 05 10月, 2017 1 次提交
    • J
      Test dumper change to include Isimplicit/Language and some formatting change (#22309) · 4b021d7e
      Jinu 提交于
      * Adding cobyrc file for testing
      
      * Adding isImplicit info to ioperation tests
      
      * Adding Language name to the test dumper
      
      * Formatting change to test dumper
      
      * Removing cobyrc file
      
      * Fixing more tests
      
      * Resolving conflicts
      
      * Moving the language to assert check
      
      * Resolving conflicts
      
      * Reacting to merge conflict
      4b021d7e
  3. 26 9月, 2017 1 次提交
  4. 19 8月, 2017 1 次提交
    • M
      Address PR feedback · 28cdbd97
      Manish Vasani 提交于
      1. Add IsChecked flag for IIncrementExpression and ICompoundAssignmentExpression
      2. Add back VB specific binary operator kinds
      3. Add more unit tests and fix baselines of existing tests
      28cdbd97
  5. 12 8月, 2017 1 次提交
  6. 11 8月, 2017 2 次提交
  7. 08 8月, 2017 1 次提交
  8. 04 8月, 2017 1 次提交
  9. 20 7月, 2017 1 次提交
  10. 16 7月, 2017 1 次提交
  11. 08 7月, 2017 1 次提交
  12. 11 5月, 2017 1 次提交
  13. 09 5月, 2017 1 次提交
  14. 05 5月, 2017 1 次提交
    • M
      IObjectCreationExpression API Change · dcd8fcbc
      Manish Vasani 提交于
      There are couple of changes here:
      1. API change: `ImmutableArray<ISymbolInitializer> MemberInitializers` is changed to `ImmutableArray<IOperation> Initializers`.
      2. Implementation changes:
         1. Instead of returning the member initializers as synthesized ISymbolInitializer nodes, we now return member intializers as IAssignmentExpression nodes. This ensures completeness of IOperation tree.
         2. Now we also return the collection intializer expressions within an object creation expression.
      
      Fixes #18115
      
      There are 2 bugs still affecting this area:
      1. #18781: IOperation API shape for collection initializer expressions
      2. #19276: Missing Field/Property reference expression nodes in object creation initializer node
      dcd8fcbc
  15. 15 4月, 2017 1 次提交
  16. 14 4月, 2017 1 次提交
  17. 06 4月, 2017 1 次提交
  18. 15 3月, 2017 1 次提交
  19. 14 3月, 2017 3 次提交
  20. 11 3月, 2017 1 次提交