aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-171-11/+29
* CC Mode: Prevent ids in temporary "declarators" getting into c-found-typesAlan Mackenzie2023-01-161-1/+7
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-261-1/+1
* CC Mode: Prevent lone ids being parsed as types unless in decl arglistsAlan Mackenzie2022-11-291-0/+2
* CC Mode: Fix the "asymmetry rule" for fontifying a type followed by *Alan Mackenzie2022-11-251-2/+5
* CC Mode: Make it scroll fast over buffers with only #define'sAlan Mackenzie2022-11-241-6/+7
* ; Fix typosStefan Kangas2022-11-231-3/+3
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* CC Mode: Make implicit int types following specifiers fontify correctlyAlan Mackenzie2022-11-171-10/+34
* ; Fix typos (duplicate words)Stefan Kangas2022-11-171-1/+1
* CC Mode: Prevent over-eager recognition of a variable as a found typeAlan Mackenzie2022-11-141-0/+5
* ; Fix typosStefan Kangas2022-11-111-1/+1
* Optimize c-bs-interval, changing its value from 5000 to 2000Alan Mackenzie2022-11-091-1/+1
* CC Mode: Improve accuracy of recognition of bitfieldsAlan Mackenzie2022-11-081-1/+9
* CC Mode: Stabilize the fontification in the presence of "register" keywordsAlan Mackenzie2022-11-081-3/+8
* CC Mode: Fix infinite loop in c-brace-stack-at.Alan Mackenzie2022-11-071-3/+4
* CC Mode: Fontify cast types without adding them to c-found-typesAlan Mackenzie2022-10-281-17/+45