1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
emacs/test/lisp/progmodes
Michal Nazarewicz ae3c510696 cc-mode: extend regexp used by ‘c-or-c++-mode’
* lisp/progmodes/cc-mode (c-or-c++-mode--regexp): Expand the regexp to
match some more C++-only constructs and recognise a few more standard
C++ header files.  Also make sure identifiers start with non-digit.
(c-or-c++-mode): Add ‘(interactive)’ declaration.

* test/lisp/progmodes/cc-mode-tests.el (c-or-c++-mode): Add test case
for the newly recognised constructs.
2020-05-09 11:30:32 +01:00
..
flymake-resources Ensure flymake tests use gcc rather than $CC 2018-12-15 15:08:28 -08:00
asm-mode-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bat-mode-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cc-mode-tests.el cc-mode: extend regexp used by ‘c-or-c++-mode’ 2020-05-09 11:30:32 +01:00
compile-tests.el javac support in compilation-parse-errors rules 2020-04-01 03:04:31 +03:00
elisp-mode-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
etags-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00
f90-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00
flymake-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
js-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ps-mode-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00
python-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00
ruby-mode-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00
sql-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
subword-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00
tcl-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00
xref-tests.el Use lexical-binding in most progmodes tests 2020-04-28 13:54:00 +02:00