[all-commits] [llvm/llvm-project] e94bf7: [CIR] Add newly implemented defer stmt class to ny...

Jasmine Tang via All-commits all-commits at lists.llvm.org
Thu Dec 11 09:05:40 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e94bf71928725b3c8213867f09c1f4fe82148d61
      https://github.com/llvm/llvm-project/commit/e94bf71928725b3c8213867f09c1f4fe82148d61
  Author: Jasmine Tang <jjasmine at igalia.com>
  Date:   2025-12-11 (Thu, 11 Dec 2025)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenStmt.cpp

  Log Message:
  -----------
  [CIR] Add newly implemented defer stmt class to nyi (#171773)

The following warning turns into an error on the ci/cd

```
/Users/jjasmine/Developer/igalia/llvm-project/clang/lib/CIR/CodeGen/CIRGenStmt.cpp:117:11: warning: enumeration value 'DeferStmtClass' not handled in switch [-Wswitch]
  117 |   switch (s->getStmtClass()) {
      |           ^~~~~~~~~~~~~~~~~
1 warning generated.
```



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list