llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
345 stars 90 forks source link

[CIR][CIRGen] Support for __attribute__((fallthrough)) statement #517

Closed YazZz1k closed 6 months ago

YazZz1k commented 6 months ago

This PR adds handling of AttributedStmt to support fallthrough attribute.