[clang] [flang] [flang] Add UNSIGNED (PR #113504)

Daniel Chen via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 24 08:58:58 PDT 2024


DanielCChen wrote:

Seems a place that needs to add UNSIGNED type case
```
llvm-project/flang/lib/Semantics/resolve-names.cpp:7597:16: error: enumeration value 'Unsigned' not handled in switch [-Werror,-Wswitch]
  switch (type.category()) {
          ~~~~~^~~~~~~~~~
llvm-project/flang/lib/Semantics/resolve-names.cpp:7621:1: error: non-void function does not return a value in all control paths [-Werror,-Wreturn-type]
}
```


https://github.com/llvm/llvm-project/pull/113504


More information about the cfe-commits mailing list