Skip to content
Snippets Groups Projects
  1. May 24, 2013
  2. May 23, 2013
    • Nikolai Kosjar's avatar
      C++: Fix 'already seen files' when indexing · 0d9bf5e5
      Nikolai Kosjar authored
      
      Resetting the environment (after each *.cpp file) did not clear the
      already seen files (m_included). Because of that the succeeding header
      files were not parsed correctly - the environments of the mistakenly
      already seen header files were not merged in.
      
      Note that this change slow downs the parsing/indexing of files to its
      original speed, as it was before the problematic commit (and it is in
      2.7):
      
          commit 82e34709
          C++: Untangle include file resolving from loading.
      
      Task-number: QTCREATORBUG-9205
      Change-Id: Iea57b7c59ea04a3c8843fd1291f4c375382958fc
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      0d9bf5e5
  3. May 10, 2013
  4. May 02, 2013
  5. Apr 23, 2013
  6. Apr 22, 2013
  7. Apr 19, 2013
  8. Apr 17, 2013
  9. Apr 16, 2013
  10. Apr 10, 2013
  11. Apr 03, 2013
  12. Mar 20, 2013
  13. Feb 21, 2013
  14. Feb 20, 2013
  15. Feb 14, 2013
  16. Feb 12, 2013
  17. Feb 11, 2013
  18. Feb 01, 2013
  19. Jan 30, 2013
  20. Jan 29, 2013
  21. Jan 24, 2013
  22. Dec 29, 2012
  23. Dec 20, 2012
  24. Dec 06, 2012
  25. Dec 05, 2012
  26. Nov 22, 2012
  27. Nov 21, 2012
  28. Nov 09, 2012
  29. Oct 19, 2012
  30. Oct 16, 2012
  31. Oct 12, 2012
Loading