Skip to content
Snippets Groups Projects
  1. Dec 03, 2013
  2. Nov 27, 2013
    • Nikolai Kosjar's avatar
      CppEditor: Fix stack overflow in quick fixes · 323be40b
      Nikolai Kosjar authored
      
      The MoveDeclarationOutOfIf quick fix modified a IfStatementAST in case
      there were several such ASTs in interface->path(). The resulting AST was
      invalid (else_statement was pointing to 'this' afterwards), thus the
      afterwards executed PointerDeclarationFormatter (an ASTVisitor) was not
      able to finish his visit.
      
      The actual problem was that op->pattern in the match() calls was not
      reset.
      
      Task-number: QTCREATORBUG-10919
      Change-Id: Ifbcac73e75690321ef45b6d8c2dc32fcea236efa
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      323be40b
  3. Nov 12, 2013
  4. Oct 17, 2013
  5. Oct 10, 2013
  6. Oct 07, 2013
  7. Oct 01, 2013
  8. Sep 30, 2013
  9. Sep 20, 2013
  10. Sep 12, 2013
  11. Aug 22, 2013
  12. Jul 25, 2013
  13. Jul 18, 2013
  14. Jul 17, 2013
  15. Jul 16, 2013
  16. Jun 25, 2013
  17. Jun 24, 2013
  18. Jun 20, 2013
  19. Jun 18, 2013
  20. Jun 17, 2013
  21. Jun 13, 2013
  22. Jun 12, 2013
  23. Jun 11, 2013
  24. Jun 04, 2013
  25. May 24, 2013
  26. May 16, 2013
  27. May 15, 2013
  28. May 14, 2013
Loading