aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/XCore/XCoreISelLowering.cpp
diff options
context:
space:
mode:
authorPiJoules <6019989+PiJoules@users.noreply.github.com>2023-11-13 12:31:49 -0800
committerGitHub <noreply@github.com>2023-11-13 12:31:49 -0800
commit2c65860667e202e182264d5c6dfe4c2961542f7d (patch)
treeab7ff939e0984077f59cb350057065e6c5dee472 /llvm/lib/Target/XCore/XCoreISelLowering.cpp
parent915e092400f92a617a4ca7cb9f03a642bb30c7cc (diff)
downloadllvm-2c65860667e202e182264d5c6dfe4c2961542f7d.zip
llvm-2c65860667e202e182264d5c6dfe4c2961542f7d.tar.gz
llvm-2c65860667e202e182264d5c6dfe4c2961542f7d.tar.bz2
[clang] Remove fixed point arithmetic error (#71884)
Prior to this, clang would always report ``` compile with '-ffixed-point' to enable fixed point types ``` whenever it sees `_Accum`, `_Fract`, or `_Sat` when fixed point arithmetic is not enabled. This can break existing code that uses these as variable names and doesn't use fixed point arithmetic like in some microsoft headers (https://github.com/llvm/llvm-project/pull/67750#issuecomment-1775264907). Fixed point should not raise this error for these cases, so this removes the error altogether and defaults to the usual error clang gives where it can see these keywords as either unknown types or regular variables.
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions