Skip to content
Snippets Groups Projects
Commit e639a238 authored by Francois Ferrand's avatar Francois Ferrand Committed by Erik Verbruggen
Browse files

CppHighlighter: highlight all functions/methods.


- 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>
parent 6c24b8b7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment