]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: consider tails of compound identifiers when seeking found types.
authorAlan Mackenzie <acm@muc.de>
Wed, 26 Sep 2018 17:09:43 +0000 (17:09 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 26 Sep 2018 17:09:43 +0000 (17:09 +0000)
commit420faac11072cb6a956784b208fc28e83f40108e
tree759754d191f0b556102e6973f84e42c9004b4df5
parentf1aa21a5b25b9371b42c267ef9ec557fa75ec95a
CC Mode: consider tails of compound identifiers when seeking found types.

* lisp/progmodes/cc-engine.el (c-forward-over-token): New function, extracted
from ...
(c-forward-over-token-and-ws): Refactor to use the above.
(c-forward-type): Use c-check-qualified-type in place of c-check-type
(twice).
(c-forward-over-compound-identifier): New function.
(c-check-qualified-type): New function.
lisp/progmodes/cc-engine.el