-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Labels
c2yclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contribute
Description
8e60adc implemented part of the paper, but missed "shall not contain a definition of a modifiable object with static or thread storage duration" from the removed text. e.g., we still diagnose this:
inline void f(void) {
static int x; // warning: on-constant static local variable in inline function may be different in different files
}
https://godbolt.org/z/PhK6YvYnP
This should be accepted in C2y mode and claimed as an extension in earlier language modes.
frederick-vs-ja
Metadata
Metadata
Assignees
Labels
c2yclang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contribute