Skip to content
Snippets Groups Projects
  1. Mar 27, 2014
  2. Mar 10, 2014
  3. Feb 24, 2014
  4. Nov 18, 2013
  5. Oct 29, 2013
  6. Oct 23, 2013
  7. Oct 01, 2013
  8. Sep 23, 2013
  9. Sep 11, 2013
  10. Aug 30, 2013
  11. Aug 22, 2013
  12. Jul 25, 2013
  13. Jul 17, 2013
  14. Jul 02, 2013
  15. Jun 11, 2013
  16. May 31, 2013
  17. 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
  18. Apr 26, 2013
Loading