summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
Commit message (Expand)AuthorAge
* Improve C++ concept indentation.Alan Mackenzie2023-04-14
* CC Mode: Miscellaneous coding fixes in c-forward-typeAlan Mackenzie2023-04-06
* CC Mode: Fix fontification problems shown by test file templates-20.ccAlan Mackenzie2023-04-05
* Remove ineffective uses of condition-caseMattias EngdegÄrd2023-03-03
* Merge from origin/emacs-29Stefan Kangas2023-02-18
|\
| * ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.Stefan Kangas2023-01-27
* | Add handling of the C11 _Generic construct to C ModeAlan Mackenzie2023-02-17
* | CC Mode: Prevent infinite recursion in c-determine-limit.Alan Mackenzie2023-02-05
* | CC Mode: Fontify a certain foo * bar class by the asymmetric space heuristicAlan Mackenzie2023-02-03
* | ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.Stefan Kangas2023-01-27
* | CC Mode: Don't do c-backward-syntactic-ws following a forward movementAlan Mackenzie2023-01-23
|/
* CC Mode: Prevent two classes of "type" prematurely entering c-found-typesAlan Mackenzie2023-01-19
* CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-17
* CC Mode: Prevent ids in temporary "declarators" getting into c-found-typesAlan Mackenzie2023-01-16
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-12-26
* CC Mode: Prevent lone ids being parsed as types unless in decl arglistsAlan Mackenzie2022-11-29
* CC Mode: Fix the "asymmetry rule" for fontifying a type followed by *Alan Mackenzie2022-11-25
* CC Mode: Make it scroll fast over buffers with only #define'sAlan Mackenzie2022-11-24
* ; Fix typosStefan Kangas2022-11-23
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-18
* CC Mode: Make implicit int types following specifiers fontify correctlyAlan Mackenzie2022-11-17
* ; Fix typos (duplicate words)Stefan Kangas2022-11-17
* CC Mode: Prevent over-eager recognition of a variable as a found typeAlan Mackenzie2022-11-14
* ; Fix typosStefan Kangas2022-11-11
* Optimize c-bs-interval, changing its value from 5000 to 2000Alan Mackenzie2022-11-09
* CC Mode: Improve accuracy of recognition of bitfieldsAlan Mackenzie2022-11-08
* CC Mode: Stabilize the fontification in the presence of "register" keywordsAlan Mackenzie2022-11-08
* CC Mode: Fix infinite loop in c-brace-stack-at.Alan Mackenzie2022-11-07
* CC Mode: Fontify cast types without adding them to c-found-typesAlan Mackenzie2022-10-28
* c-find-decl-spots: Replace an arbitrary search limit by a parameterAlan Mackenzie2022-10-26
* CC Mode: Cease adding types to found-types too eagerlyAlan Mackenzie2022-10-19
* CC Mode: Don't fontify as types variables with the same names as struct tagsAlan Mackenzie2022-10-17
* Correctly fontify C++'s operator"" _tag (...)Alan Mackenzie2022-10-14
* CC Mode: Make c-forward-declarator move over a suffix after parens, e.g. constAlan 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
* C++ Mode: Fontify functions correctly with commas in template expressionsAlan Mackenzie2022-08-31
* CC Mode: Fontify correctly a brace list element followed only by syntactic WSAlan Mackenzie2022-08-26
* C++ Mode - Fontify "class Foo {\n ~Foo() noexcept;" correctlyAlan Mackenzie2022-08-24
* CC Mode: Fontify args correctly when arglist closing ) is not on the same lineAlan Mackenzie2022-08-24
* Merge from origin/emacs-28Stefan Kangas2022-07-30
|\
| * CC Mode: fontify variables/functions after line comments ending in spacesAlan Mackenzie2022-07-29
* | CC Mode: Add accurate handling for backslash in C line and block commentsAlan Mackenzie2022-06-18
* | CC Mode: Fix infinite loop in noise macro near end of bufferAlan Mackenzie2022-06-18
* | CC Mode: Correct a rare error in the state cacheAlan Mackenzie2022-05-17
* | ; Fix typosStefan Kangas2022-05-15
* | CC Mode: Fix bug in c-parse-state. Fixes bug #55181.Alan Mackenzie2022-05-08
* | CC Mode: Fix unwanted fontification of function call as function declarationAlan Mackenzie2022-04-10