Issue 182122
Summary Clang Attribute Push - Crash on Invalid
Labels clang
Assignees
Reporter apbenson00
    - Bug found from fuzzing

## Crashing Code

```
int x;
#pragma clang attribute push ([[noreturn (x))
```

## Issue
- Crash on invalid Input
- Does not crash on preprocessor

## CompilerExplorer
https://godbolt.org/z/1crhzKejP
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to