summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.Stefan Kangas2023-01-271-1/+1
* 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
* c-find-decl-spots: Replace an arbitrary search limit by a parameterAlan Mackenzie2022-10-261-4/+2
* CC Mode: Cease adding types to found-types too eagerlyAlan Mackenzie2022-10-191-7/+28
* CC Mode: Don't fontify as types variables with the same names as struct tagsAlan Mackenzie2022-10-171-4/+9
* Correctly fontify C++'s operator"" _tag (...)Alan Mackenzie2022-10-141-5/+40
* CC Mode: Make c-forward-declarator move over a suffix after parens, e.g. constAlan Mackenzie2022-10-041-96/+104
* CC Mode: Refactor c-forward-delarator and callersAlan Mackenzie2022-09-291-78/+125
* CC Mode: Handle C++20 conceptsAlan Mackenzie2022-09-261-12/+137
* CC Mode: Handle C++20 modulesAlan Mackenzie2022-09-151-19/+68
* C++ Mode: Fontify functions correctly with commas in template expressionsAlan Mackenzie2022-08-311-4/+10
* CC Mode: Fontify correctly a brace list element followed only by syntactic WSAlan Mackenzie2022-08-261-40/+42
* C++ Mode - Fontify "class Foo {\n ~Foo() noexcept;" correctlyAlan Mackenzie2022-08-241-2/+2
* CC Mode: Fontify args correctly when arglist closing ) is not on the same lineAlan Mackenzie2022-08-241-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-07-301-3/+7
|\
| * CC Mode: fontify variables/functions after line comments ending in spacesAlan Mackenzie2022-07-291-3/+7
* | CC Mode: Add accurate handling for backslash in C line and block commentsAlan Mackenzie2022-06-181-1/+1
* | CC Mode: Fix infinite loop in noise macro near end of bufferAlan Mackenzie2022-06-181-4/+5
* | CC Mode: Correct a rare error in the state cacheAlan Mackenzie2022-05-171-1/+4
* | ; Fix typosStefan Kangas2022-05-151-1/+1
* | CC Mode: Fix bug in c-parse-state. Fixes bug #55181.Alan Mackenzie2022-05-081-2/+4
* | CC Mode: Fix unwanted fontification of function call as function declarationAlan Mackenzie2022-04-101-1/+1
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | CC Mode: Prevent rapid alternation of fontification of "found types"Alan Mackenzie2021-12-301-11/+27
* | Merge from origin/emacs-28Stefan Kangas2021-12-301-1/+1
|\|
| * CC Mode: c-update-brace-stack: After struct foo *, do not expect a brace.Alan Mackenzie2021-12-291-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-021-1/+6
|\|
| * CC Mode: Recognise "struct foo {" as introducing a type declarationAlan Mackenzie2021-12-011-1/+6
* | C++ Mode: Fix incoorect background fontification of <Alan Mackenzie2021-11-131-6/+22
* | CC Mode: minor amendments more accurately to handle virtual semicolons, etc.Alan Mackenzie2021-10-261-2/+6