[all-commits] [llvm/llvm-project] 5d8da5: Add missing cases to clang switch after D141863
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Thu Feb 9 15:18:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d8da5a208e6501baff7a8fd8de76ea143e49646
https://github.com/llvm/llvm-project/commit/5d8da5a208e6501baff7a8fd8de76ea143e49646
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M clang/lib/AST/MicrosoftMangle.cpp
Log Message:
-----------
Add missing cases to clang switch after D141863
Turns out there's a switch on APFloat semantics in clang I wasn't
aware of, fix the build error here.
Differential Revision: https://reviews.llvm.org/D143684
More information about the All-commits
mailing list