llvm-project
84a5435d - Fix crash when an attribute is applied to pragma attribute/pragma dump (#137880)

Commit
156 days ago
Fix crash when an attribute is applied to pragma attribute/pragma dump (#137880) These two don't result in a statement, so the attempt to apply the attributes to them was crashing. This patch correctly prohibits the use of attributes on these clauses. Fixes: #137861
Author
Parents
Loading