GNU bug report logs - #61403
30.0.50; C tree-sitter bug?

Previous Next

Package: emacs;

Reported by: Po Lu <luangruo <at> yahoo.com>

Date: Fri, 10 Feb 2023 15:17:01 UTC

Severity: minor

Found in version 30.0.50

Full log


View this message in rfc822 format

From: Po Lu <luangruo <at> yahoo.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 61403 <at> debbugs.gnu.org, casouri <at> gmail.com
Subject: bug#61403: 30.0.50; C tree-sitter bug?
Date: Sun, 12 Feb 2023 22:12:12 +0800
Eli Zaretskii <eliz <at> gnu.org> writes:

>> It actually ``static'' on TEST builds or nothing at all, not part of the
>> type.
>
> The above actually means that it _is_ part of the type.
>
>> It ought not to be fontified, just as we don't fontify _Noreturn
>> or __attribute__ as types.
>
> In 'static char', "static" is part of the type.

In a declaration like so:

static char *
foo (void)
{

}

ANSI C states that ``static'' is a storage class specifier, not a type
specifier or qualifier, definitely not part of the type, which is ``char
*''.

CC Mode normally fontifies this accordingly, in font-lock-keyword-face.




This bug report was last modified 1 year and 350 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.