summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
Commit message (Expand)AuthorAge
* Improve C++ concept indentation.Alan Mackenzie2023-04-14
* Merge from origin/emacs-29Stefan Kangas2023-02-21
|\
* | Add handling of the C11 _Generic construct to C ModeAlan Mackenzie2023-02-17
* | ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | CC Mode: Make it scroll fast over buffers with only #define'sAlan Mackenzie2022-11-24
* | ; Fix typosStefan Kangas2022-11-23
* | ; Fix typosStefan Kangas2022-11-18
* | CC Mode: Make implicit int types following specifiers fontify correctlyAlan Mackenzie2022-11-17
* | CC Mode: Fontify cast types without adding them to c-found-typesAlan Mackenzie2022-10-28
* | CC Mode: Fix wrong fontification of enum foo bar; in Objective C ModeAlan Mackenzie2022-10-28
* | CC Mode: Don't fontify as types variables with the same names as struct tagsAlan Mackenzie2022-10-17
* | ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-15
* | Correctly fontify C++'s operator"" _tag (...)Alan Mackenzie2022-10-14
* | CC Mode: A new operator and some new keywords for C++20Alan Mackenzie2022-10-04
* | CC Mode: Refactor c-forward-delarator and callersAlan Mackenzie2022-09-29
* | CC Mode: Handle C++20 conceptsAlan Mackenzie2022-09-26
* | CC Mode: Handle C++20 modulesAlan Mackenzie2022-09-15
* | Add consteval and constinit keywords to cc-modeEvan Klitzke2022-09-14
* | CC Mode: Remove double evaluation of self-quoting function in cc-langs.elAlan Mackenzie2022-08-27
* | * lisp/progmodes/cc-langs.el (c-make-no-parens-syntax-table): Fix bug#57065Stefan Monnier2022-08-25
* | CC Mode: Allow the insertion of long strings of letters in reasonable timeAlan Mackenzie2022-08-09
* | CC Mode: Add accurate handling for backslash in C line and block commentsAlan Mackenzie2022-06-18
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* CC Mode: c-update-brace-stack: After struct foo *, do not expect a brace.Alan Mackenzie2021-12-29
* ; Remove various duplicated wordsMattias EngdegÄrd2021-09-25
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* 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