aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix quoting problem in cc-engine debug messagePaul Eggert2016-05-021-1/+1
* Revert unneeded change which harms syntactic parsing. This fixes bug #23308.Alan Mackenzie2016-04-291-1/+1
* Correct indentation of ids in a C++ enum after a protection keyword.Alan Mackenzie2016-04-291-7/+11
* Prevent C++ Mode wrongly fontifying some identifiers near templates as typesAlan Mackenzie2016-04-011-11/+24
* Finish fixing a cacheing bug in CC Mode (see 2016-03-09)Alan Mackenzie2016-03-301-0/+3
* Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.Alan Mackenzie2016-03-141-100/+100
* Correct c-parse-state cache manipulation error.Alan Mackenzie2016-02-171-3/+3
* Allow arithmetic operators inside C++ template constructs.Alan Mackenzie2016-02-151-2/+12
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+1
* Correctly fontify C++ initializations which "look like" functions.Alan Mackenzie2016-02-041-7/+16
* Spelling fixesPaul Eggert2016-01-251-3/+3
* Distinguish the two meanings of Java's keyword "default". Fixes bug #22358.Alan Mackenzie2016-01-231-1/+14
* Prevent spurious recognition of K&R argument declarations. Fixes bug #2203Alan Mackenzie2016-01-221-11/+160
* Don't confuse "::" with ":" when trying to parse member initializers.Alan Mackenzie2016-01-151-0/+6
* Java Mode: Fontify identifiers in the presence of annotations.Alan Mackenzie2016-01-111-13/+18
* Correctly analyze brace arguments in templated C++ function declarations.Alan Mackenzie2016-01-081-2/+7
* Make C++ buffers writeable when writing their initial text properties.Alan Mackenzie2016-01-051-3/+4
* Apply text properties for <, > in new after-change function (C++ Java Modes).Alan Mackenzie2016-01-041-27/+51
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix a coding error in c-forward-<>-arglist-recur. Fixes bug#22156Alan Mackenzie2015-12-221-11/+11
* Spelling and grammar fixesPaul Eggert2015-11-291-1/+1
* De-pessimize detection of C++ member initialization lists.Alan Mackenzie2015-11-151-35/+54
* CC Mode: Respect users' settings of open-paren-in-column-0-is-defun-start.Alan Mackenzie2015-11-111-15/+53
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-13/+13
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-9/+9
* Quoting fixes in lisp/progmodesPaul Eggert2015-08-301-5/+6
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-211-4/+4
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-1/+1
* Handling of `c-parse-state'. Fix low level bug.Alan Mackenzie2015-08-201-4/+8
* Introduce new macros to cover Emacs's new names in cl-lib.el.Alan Mackenzie2015-08-121-6/+6
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Merge from origin/emacs-24Paul Eggert2015-02-251-3/+7
|\
| * Handle "#" operator properly inside macro. Fix coding bug.Alan Mackenzie2015-01-311-3/+7
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| * Backport fix to bug #18749 to Emacs-24 branch.Alan Mackenzie2014-11-051-1/+20
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Make C++11 uniform init syntax work. New keywords "final" and "override"Alan Mackenzie2014-12-191-12/+46
* | Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-011-106/+124
* | Remove spurious reference to symbol category_properties.Alan Mackenzie2014-11-261-2/+1
* | Spelling fixes; tweak explanation of commit messages.Paul Eggert2014-11-041-1/+1
* | Add "enum classs" support to C++ mode.Alan Mackenzie2014-10-301-24/+71
* | Check that a "macro" found near point-min isn't a ## operator. FixesAlan Mackenzie2014-10-181-1/+20
* | Spelling fixes.Paul Eggert2014-10-121-1/+1
* | Merge trivially safe differences from standalone CC-mode.Stefan Monnier2014-10-041-500/+510
* | Spelling fixes.Paul Eggert2014-09-111-4/+4
* | CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc getsAlan Mackenzie2014-09-101-6/+4
* | CC-mode: Set open-paren-in-column-0-is-defun-start to nil;Stefan Monnier2014-09-101-4/+6
* | Handle C++11's "auto" and "decltype" constructions.Alan Mackenzie2014-08-241-9/+60
* | Make ">>" act as double template ender in C++ Mode.Alan Mackenzie2014-08-241-1/+1