Skip to content
Snippets Groups Projects
  1. Jun 05, 2012
    • Francois Ferrand's avatar
      CppHighlighter: highlight all functions/methods. · 809611f3
      Francois Ferrand authored
      
      - Highlight all function/methods (not just virtual methods).
      - Highlight as a function even if number of arguments does not match. In
        that case, add a diagnostic message to indicate there are too many/too
        few arguments.
      - Fix highlighting of parameters in function declarations.
        These used to be handled indiferently, and they could be mistaken for
        type or field references.
      - Properly highlight template method calls.
      
      Change-Id: I6e61c9ee47763db95c62314f9cc1c4d398df38b3
      Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
      809611f3
  2. Jun 01, 2012
    • Leandro Melo's avatar
      C++: Fix macro uses line info · ca7ac8c0
      Leandro Melo authored
      
      Make sure the environment line is consistent during preprocessor
      directives and identifier handling so clients can rely on consistent
      information. Particularly important for macro usages.
      
      New tests also added.
      
      Change-Id: I962a39a86cd17b8d945d2959c2c95e2d258ea3e6
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      ca7ac8c0
  3. Apr 19, 2012
  4. Mar 30, 2012
  5. Mar 29, 2012
    • Erik Verbruggen's avatar
      Revert "CppHighlighter: highlight all functions/methods." · 210c1912
      Erik Verbruggen authored
      
      This reverts commit e3e67467cfea5934f16a95385761455b0c495a0d
      
      Reason is that it shows errors for calls to function-like macros. For example, any use of Q_DISABLE_COPY results in invalid errors.
      
      Change-Id: I1fd1473ac5a30da5b9aebf6a3f0f11055bdbe8ad
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
      210c1912
    • Francois Ferrand's avatar
      CppHighlighter: highlight all functions/methods. · e639a238
      Francois Ferrand authored
      
      - Highlight all function/methods (not just virtual methods).
      - Highlight as a function even if number of arguments does not match. In
        that case, add a diagnostic message to indicate there are too many/too
        few arguments.
      - Fix highlighting of parameters in function declarations.
        These used to be handled indiferently, and they could be mistaken for
        type or field references.
      - Properly highlight template method calls.
      
      Change-Id: I6ab463996dda47554839f482da47f561f76663a7
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
      e639a238
    • Erik Verbruggen's avatar
      [C++] Rewrite of the preprocessor. · 60db5736
      Erik Verbruggen authored
      
      This rewrite fixes a couple of issues with the pre-processor. It now
      supports:
      - macros in macro bodies
      - stringification of parameters [cpp.stringize]
      - the concatenation operator [cpp.concat]
      - #include MACRO_HERE
      - defined() inside macro bodies used in pp-conditions.
      
      Change-Id: Ifdb78041fb6afadf44f939a4bd66ce2832b8601f
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      60db5736
  6. Mar 28, 2012
  7. Mar 27, 2012
  8. Mar 15, 2012
  9. Mar 14, 2012
  10. Mar 06, 2012
  11. Feb 23, 2012
  12. Feb 21, 2012
  13. Feb 20, 2012
  14. Feb 16, 2012
    • Erik Verbruggen's avatar
      Supply c++11 flags and per-project info to c++ code model. · 3aab8bea
      Erik Verbruggen authored
      
      A manual squash/merge of the changes below, plus a couple of subsequent
      code fixes.
      
      59085aa5fbb99e2d786cd2c1a06c24a111ccb49f:
          Modify CppModel::ProjectInfo
      
          Adding per project node information, to pass on the correct
          defines/includes for each file, instead of aggregating them incorrectly.
      
          Also split up SOURCES and OBJECTIVE_SOURCES.
      
          Also ask the toolchain to convert the compilerflags to flags the
          codemodel understands, for now only gcc and only c++11.
      
          Also make the toolchain aware of the flags used to compile, so that it
          can emit the correct defines.
      
          Note: No header files are passed on.
      
      74028802314cd4e75b41b46407433e07090a304d:
          GCC: Evaluate cxxflags when checking for predefined macros
      
      ebaaa4957e4c02cc9637a998eddae1d0acd74f83:
          MSVC: Take cxxflags into account when checking for predefined macros
      
      9bfce7e889bcf7bcc47bf880e3ea25945ca7d0d7:
          Compile fixes
      
      Change-Id: I9de94ad038dfc5dc1987732e84b13fb4419c96f5
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
      3aab8bea
  15. Feb 15, 2012
  16. Feb 13, 2012
  17. Feb 09, 2012
  18. Feb 08, 2012
  19. Jan 31, 2012
  20. Jan 26, 2012
  21. Jan 24, 2012
  22. Jan 13, 2012
  23. Nov 03, 2011
  24. Oct 26, 2011
  25. Sep 08, 2011
  26. Sep 06, 2011
  27. Aug 31, 2011
  28. Aug 30, 2011
  29. Aug 25, 2011
  30. Aug 24, 2011
  31. Jul 05, 2011
Loading