summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
Commit message (Expand)AuthorAge
* CC Mode: Enhance C++ Mode raw strings to multi-line strings for any languageAlan Mackenzie2021-08-12
* Merge from origin/emacs-27Glenn Morris2021-06-28
|\
| * C++ Mode: Handle new keywords static_cast, etc., wrt angle bracketsAlan Mackenzie2021-06-27
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-19
|\ \
| * | CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-15
| * | Java Mode: Change the syntax of character @ to prefix syntaxFilipp Gunbin2021-04-14
* | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-13
|\| |
| * | Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-10
* | | Merge commit '9cbdf20316' into native-compAndrea Corallo2021-03-09
|\| |
| * | CC Mode: Fix analysis of brace lists, particularly in C++ ModeAlan Mackenzie2021-03-02
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-10
|\| |
| * | CC Mode: Prevent "const" inside an identifier being recognized as the keywordAlan Mackenzie2021-02-02
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\| |
| * | Update copyright year to 2021Paul Eggert2021-01-01
| * | CC Mode: correct the handling of empty stringsAlan Mackenzie2020-12-30
| * | Reword a long docstring in cc-langs.elBasil L. Contovounesios2020-12-29
| * | CC Mode: Add newish AWK Mode facilities, as used in gawk-4.Alan Mackenzie2020-12-28
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-20
|\| |
| * | Optimise c-font-lock-<>-arglists, particularly for buffers with few <..> pairsAlan Mackenzie2020-12-14
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-22
|\| |
| * | Merge from origin/emacs-27Glenn Morris2020-11-16
| |\|
| | * * lisp/progmodes/cc-langs.el (c-<>-notable-chars-re): Fix wrong '-' in regexpAlan Mackenzie2020-11-15
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-10
|\| |
| * | CC Mode: Move the handling of keyword auto into type handling for C++.Alan Mackenzie2020-10-08
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-21
|\| |
| * | C++ Mode: Modernize the fontification of "using"Alan Mackenzie2020-09-20
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-09-10
|\| |
| * | Merge from origin/emacs-27Glenn Morris2020-09-09
| |\|
| | * C++ Mode: handle comma separated brace initializers.Alan Mackenzie2020-09-04
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-07-07
|\| |
| * | CC Mode: Fix wrong value of comment-start-skip, fixing half of bug #41952Alan Mackenzie2020-07-04
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-06-27
|\| |
| * | Make switch work in AWK Mode. Fixes bug #41923Alan Mackenzie2020-06-24
* | | Do not native compile two functions to allow cc-mode hackAndrea Corallo2020-06-22
|/ /
* | Introduce some Objective-C 2.0 keywords. This fixes bug #5953Alan Mackenzie2020-05-26
* | Add three C++20 coroutine keywords, co_await, co_yield, and co_returnCarl Lei2020-05-24
* | CC Mode: Allow "static" etc. to be placed after a declaration's type nameAlan Mackenzie2020-05-18
* | CC Mode: allow specified directives (e.g. pragma) to be indented as statementsAlan Mackenzie2020-03-08
|/
* Reformulate c-end-of-macro, handling multiline block comments betterAlan Mackenzie2020-02-16
* c-end-of-macro: Handle block coment lines with unescaped NLs correctlyAlan Mackenzie2020-02-10
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-09
* Objective C Mode: Make c-forward-type work with "unsigned long", etc.Alan Mackenzie2020-01-26
* Update copyright year to 2020Paul Eggert2020-01-01
* ; Spelling fixesPaul Eggert2019-12-10
* CC-Mode: Remove unneeded backslashes from doc strings and regular expressionsAlan Mackenzie2019-10-12
* C++ Mode: Correctly handle <:, <::, <::>, etc, according to the C++ standardAlan Mackenzie2019-10-11
* C++ Mode: Fontify correctly declarators with identifier preceded by &Alan Mackenzie2019-10-03
* C++ Mode: Prevent End of statement being found after {} in "count << vec{} <<"Alan Mackenzie2019-08-06
* CC Mode: Fix spurious recognition of operators beginning with, e.g. "or"Alan Mackenzie2019-08-02