summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* C Mode: Don't fontify foo globally as type due to "struct foo"Alan Mackenzie2023-07-011-0/+1
* Merge from origin/emacs-28Stefan Kangas2023-02-191-1/+1
|\
* | ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | CC Mode: Make it scroll fast over buffers with only #define'sAlan Mackenzie2022-11-241-1/+1
* | ; Fix typosStefan Kangas2022-11-231-4/+4
* | ; Fix typosStefan Kangas2022-11-181-1/+1
* | CC Mode: Make implicit int types following specifiers fontify correctlyAlan Mackenzie2022-11-171-0/+8
* | CC Mode: Fontify cast types without adding them to c-found-typesAlan Mackenzie2022-10-281-52/+155
* | CC Mode: Fix wrong fontification of enum foo bar; in Objective C ModeAlan Mackenzie2022-10-281-1/+1
* | CC Mode: Don't fontify as types variables with the same names as struct tagsAlan Mackenzie2022-10-171-1/+12
* | ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-1/+1
* | Correctly fontify C++'s operator"" _tag (...)Alan Mackenzie2022-10-141-2/+10
* | CC Mode: A new operator and some new keywords for C++20Alan Mackenzie2022-10-041-5/+12
* | CC Mode: Refactor c-forward-delarator and callersAlan Mackenzie2022-09-291-0/+2
* | CC Mode: Handle C++20 conceptsAlan Mackenzie2022-09-261-1/+48
* | CC Mode: Handle C++20 modulesAlan Mackenzie2022-09-151-1/+34
* | Add consteval and constinit keywords to cc-modeEvan Klitzke2022-09-141-2/+2
* | CC Mode: Remove double evaluation of self-quoting function in cc-langs.elAlan Mackenzie2022-08-271-1/+1
* | * lisp/progmodes/cc-langs.el (c-make-no-parens-syntax-table): Fix bug#57065Stefan Monnier2022-08-251-1/+1
* | CC Mode: Allow the insertion of long strings of letters in reasonable timeAlan Mackenzie2022-08-091-1/+1
* | CC Mode: Add accurate handling for backslash in C line and block commentsAlan Mackenzie2022-06-181-2/+6
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* CC Mode: c-update-brace-stack: After struct foo *, do not expect a brace.Alan Mackenzie2021-12-291-2/+2
* ; Remove various duplicated wordsMattias EngdegÄrd2021-09-251-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-2/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-6/+6
* CC Mode: Enhance C++ Mode raw strings to multi-line strings for any languageAlan Mackenzie2021-08-121-6/+189
* Merge from origin/emacs-27Glenn Morris2021-06-281-1/+2
|\
| * C++ Mode: Handle new keywords static_cast, etc., wrt angle bracketsAlan Mackenzie2021-06-271-1/+2
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-191-9/+8
|\ \
| * | CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-151-8/+5
| * | Java Mode: Change the syntax of character @ to prefix syntaxFilipp Gunbin2021-04-141-1/+3
* | | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-131-9/+7
|\| |
| * | Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-101-9/+7
* | | Merge commit '9cbdf20316' into native-compAndrea Corallo2021-03-091-4/+46
|\| |
| * | CC Mode: Fix analysis of brace lists, particularly in C++ ModeAlan Mackenzie2021-03-021-4/+46
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-101-21/+28
|\| |
| * | CC Mode: Prevent "const" inside an identifier being recognized as the keywordAlan Mackenzie2021-02-021-21/+28
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-10/+10
|\| |
| * | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
| * | CC Mode: correct the handling of empty stringsAlan Mackenzie2020-12-301-2/+0
| * | Reword a long docstring in cc-langs.elBasil L. Contovounesios2020-12-291-6/+8
| * | CC Mode: Add newish AWK Mode facilities, as used in gawk-4.Alan Mackenzie2020-12-281-1/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-12-201-0/+1
|\| |
| * | Optimise c-font-lock-<>-arglists, particularly for buffers with few <..> pairsAlan Mackenzie2020-12-141-0/+1
* | | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-11-221-1/+1
|\| |
| * | Merge from origin/emacs-27Glenn Morris2020-11-161-1/+1
| |\|
| | * * lisp/progmodes/cc-langs.el (c-<>-notable-chars-re): Fix wrong '-' in regexpAlan Mackenzie2020-11-151-1/+1