aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorSerge Pavlov <sepavloff@gmail.com>2024-05-15 23:12:57 +0700
committerGitHub <noreply@github.com>2024-05-15 23:12:57 +0700
commit9bbefb7f600019c9d7025281132dd160729bfff2 (patch)
tree8158c1a9d5d5f10dbebd08735425302e5e1be3ff /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent54c6ee922abbaea7d2f138a209f320c414c1657b (diff)
downloadllvm-9bbefb7f600019c9d7025281132dd160729bfff2.zip
llvm-9bbefb7f600019c9d7025281132dd160729bfff2.tar.gz
llvm-9bbefb7f600019c9d7025281132dd160729bfff2.tar.bz2
[clang] Store FPOptions earlier when parsing function (#92146)
After https://github.com/llvm/llvm-project/pull/85605 ([clang] Set correct FPOptions if attribute 'optnone' presents) the current FP options in Sema are saved during parsing function because Sema can modify them if optnone is present. However they were saved too late, it caused fails in some cases when precompiled headers are used. This patch moves the storing earlier.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions