aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* ; * lisp/progmodes/cc-engine.el: Fix trailing whitespace.Eli Zaretskii2025-07-051-1/+1
* CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacsAlan Mackenzie2025-06-231-36/+44
* Amend CC Mode so that the test suite in XEmacs runs error freeAlan Mackenzie2025-06-111-26/+26
* Implement C23 features:Alan Mackenzie2025-05-011-315/+413
* C++ Mode: Fix some indentation bugs. FIxes bug#19867Alan Mackenzie2025-03-271-59/+229
* ; Fix typosStefan Kangas2025-02-221-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* CC Mode: Fix various minor indentation bugsAlan Mackenzie2024-12-311-61/+118
* CC Mode: Minor corrections and tidy ups for cache invalidationAlan Mackenzie2024-12-281-14/+12
* CC Mode: Optimize scanning of heavily nested brace blocksAlan Mackenzie2024-12-011-77/+78
* CC Mode: Fix dodgy lisp `let' form.Alan Mackenzie2024-10-161-2/+3
* CC Mode: Rationalize and optimize cache invalidation (2).Alan Mackenzie2024-10-151-72/+92
* CC Mode: Remove search limit to fontify first decl in xdisp.cAlan Mackenzie2024-10-051-2/+1
* CC Mode: Parse C++ lambda functions more correctlyAlan Mackenzie2024-09-271-246/+300
* CC Mode: Separate indentation of enums from that of brace listsAlan Mackenzie2024-09-241-43/+83
* CC Mode: fix minor errors in the fontification of enums.Alan Mackenzie2024-09-211-4/+1
* FIx spurious fontification of variable in Java ModeAlan Mackenzie2024-07-221-1/+3
* ; Fix typosStefan Kangas2024-07-181-1/+1
* ; Fix typos in symbolsStefan Kangas2024-06-291-1/+1
* Run c-unmark-<>-around-region in after-change-functions always.Alan Mackenzie2024-05-051-2/+3
* CC Mode: Handle C++20's if constevalAlan Mackenzie2024-03-261-7/+15
* ; Fix typos in symbol namesStefan Kangas2024-01-211-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix typosStefan Kangas2023-12-101-3/+3
* | CC Mode: Fontify int unsigned Foo;Alan Mackenzie2023-11-241-28/+38
* | CC Mode: Add second anchor point to class-open and class-closeAlan Mackenzie2023-11-241-9/+19
* | CC Mode: Handle noise clauses, template arglists in any orderAlan Mackenzie2023-11-231-54/+63
* | Fix c-in-knr-argdecl to avoid false recognition of K&RAlan Mackenzie2023-10-131-5/+8
* | CC Mode: Fix bug in whitespace scanning functionsAlan Mackenzie2023-09-291-28/+24
* | objc-mode: Fix exceptions in fontification.Alan Mackenzie2023-07-041-1/+5
* | Amend the handling of c-laomib-cache.Alan Mackenzie2023-06-271-12/+32
* | Correction to patch on 2023-06-21 15:36:56 +0000.Alan Mackenzie2023-06-251-9/+8
* | Correct handling of template markers on deletion/insertionAlan Mackenzie2023-06-211-90/+288
* | Fontify Java constructor names and arglistsAlan Mackenzie2023-05-261-4/+26
* | CC Mode: Fontify function names after long stretches of macros.Alan Mackenzie2023-05-121-6/+15
* | Fontify "extern foo ();" correctly inside a functionAlan Mackenzie2023-05-031-1/+5
* | Improve C++ concept indentation.Alan Mackenzie2023-04-141-90/+319
* | CC Mode: Miscellaneous coding fixes in c-forward-typeAlan Mackenzie2023-04-061-3/+10
* | CC Mode: Fix fontification problems shown by test file templates-20.ccAlan Mackenzie2023-04-051-13/+11
* | Remove ineffective uses of condition-caseMattias EngdegÄrd2023-03-031-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-181-1/+1
|\ \ | |/
| * ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.Stefan Kangas2023-01-271-1/+1
* | Add handling of the C11 _Generic construct to C ModeAlan Mackenzie2023-02-171-1/+43
* | CC Mode: Prevent infinite recursion in c-determine-limit.Alan Mackenzie2023-02-051-5/+7
* | CC Mode: Fontify a certain foo * bar class by the asymmetric space heuristicAlan Mackenzie2023-02-031-24/+36
* | ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.Stefan Kangas2023-01-271-3/+3
* | CC Mode: Don't do c-backward-syntactic-ws following a forward movementAlan Mackenzie2023-01-231-109/+193
|/
* CC Mode: Prevent two classes of "type" prematurely entering c-found-typesAlan Mackenzie2023-01-191-11/+31