aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode/Compiler.cpp
diff options
context:
space:
mode:
authorMikołaj Piróg <mikolaj.maciej.pirog@intel.com>2025-10-26 17:51:20 +0100
committerGitHub <noreply@github.com>2025-10-26 17:51:20 +0100
commitce61550d5a72a2b33f8fe6c052f919cf895aa6e6 (patch)
treeafc533592b9a105de70b144b285541494de4f06b /clang/lib/AST/ByteCode/Compiler.cpp
parent4732ab5083dc10f3fc9abf259dde3378a0c95278 (diff)
downloadllvm-ce61550d5a72a2b33f8fe6c052f919cf895aa6e6.zip
llvm-ce61550d5a72a2b33f8fe6c052f919cf895aa6e6.tar.gz
llvm-ce61550d5a72a2b33f8fe6c052f919cf895aa6e6.tar.bz2
[compiler-rt] Restore unsigned value in struct, use enum only in function (#165048)
Typed enums are c23 features and are too new to be used. This PR restores the types in the `__processor_model` struct back to `unsigned int`, removes typed enums, and uses the enum in the function as a variable that's later assigned to a struct in order to prevent errors fixed initially here: #164713 See https://github.com/llvm/llvm-project/pull/165034 for more background
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions