1. 12 10月, 2018 5 次提交
  2. 11 10月, 2018 11 次提交
  3. 10 10月, 2018 19 次提交
  4. 09 10月, 2018 2 次提交
  5. 08 10月, 2018 1 次提交
    • M
      Fix symbol end action not completing for symbols with non-implicit members... · a67a9c61
      Manish Vasani 提交于
      Fix symbol end action not completing for symbols with non-implicit members that have no source location.
      
      In VB, MyApplication type has a Main method which is not marked as IsImplicitlyDeclared but has no source locations (it has a MyTemplateLocation). Due to the latter, VB never generates symbol declared events for such a Main method, causing the symbol end action to never run for it's container.
      a67a9c61
  6. 06 10月, 2018 2 次提交