To get the expression from SwitchCase
Abierto
question
- Lenguaje dominante
- CodeQL
- Estrellas
- 10.1k
- Forks
- 2.1k
- Merge medio
- 2 d 15 h
- PR fusionados (30 d)
- 141
Descripción
```c
#define ABC XVY(1)
{
int cmd = 1;
int ABC=1;
switch(cmd) {
case ABC:
printf("hello!\n);
}
}
```
How to get a "ABC" from a SwitchCase class? (Not a value using (SwitchCase).getExpr().getFullyConverted().getValue() )
Thanks in advance,
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.