Skip to content
Snippets Groups Projects
  1. Aug 13, 2010
  2. Aug 11, 2010
  3. Jul 19, 2010
  4. Jul 16, 2010
  5. Jul 06, 2010
  6. Jul 05, 2010
  7. Jun 18, 2010
  8. Jun 16, 2010
  9. May 21, 2010
  10. May 20, 2010
  11. May 17, 2010
  12. May 14, 2010
  13. May 11, 2010
  14. Mar 25, 2010
  15. Mar 24, 2010
  16. Mar 18, 2010
  17. Mar 17, 2010
  18. Mar 05, 2010
  19. Dec 21, 2009
    • Christian Kamm's avatar
      Enhance data stored for macros and macro uses. · c3cc7cf4
      Christian Kamm authored
      In preparation for finding macro uses.
      
      * Macro: add offset and length
      * MacroUse: add line
      * Document: add convenience functions for finding a macro definition, use
        or undefined use at a given location.
      
      Reviewed-by: Erik Verbruggen
      c3cc7cf4
  20. Dec 15, 2009
  21. Dec 07, 2009
  22. Dec 02, 2009
  23. Dec 01, 2009
  24. Nov 17, 2009
  25. Nov 10, 2009
  26. Nov 09, 2009
  27. Nov 05, 2009
  28. Oct 15, 2009
  29. Sep 30, 2009
  30. Sep 25, 2009
    • Christian Kamm's avatar
      Track more macro uses. · 22ed0255
      Christian Kamm authored
      
      In particular macros that are only checked for definition or are
      expanded during the evaluation of an #if or #elif directive are now also
      added to the list available through Document::macroUses().
      
      The names of undefined macros that are interesting (because they're used
      in an #ifdef or a defined(...)) are now available through
      Document::undefinedMacroUses().
      
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      22ed0255
  31. Aug 14, 2009
Loading