diff options
author | Philip Reames <preames@rivosinc.com> | 2024-08-29 10:14:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 10:14:57 -0700 |
commit | 2ad782f49ff20d199f31cabc9baa46dba6047d8b (patch) | |
tree | b01fdd6b800338bd110623e3ce7db3a85db39859 /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | |
parent | ecd65e64e885b0fd2786ca99ea0c42d692275d91 (diff) | |
download | llvm-2ad782f49ff20d199f31cabc9baa46dba6047d8b.zip llvm-2ad782f49ff20d199f31cabc9baa46dba6047d8b.tar.gz llvm-2ad782f49ff20d199f31cabc9baa46dba6047d8b.tar.bz2 |
[VP] Kill VP_PROPERTY_(MEMOP,CASTOP) and simplify _CONSTRAINEDFP [nfc] (#105574)
These lists are quite static. Heavy use of macros is undesirable, and
not idiomatic in LLVM, so let's just use the naive switch cases.
Note that the first two fields in the CONSTRAINEDFP property were
utterly unused (aside from a C++ test).
In the same vien as https://github.com/llvm/llvm-project/pull/105551.
Once both changes have landed, we'll be left with _BINARYOP which needs
a bit of additional untangling, and the actual opcode mappings.
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions