Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83212
[Fixed Point] Add fixed-point shift operations and consteval. ClosedPublic Authored by ebevhan on Jul 6 2020, 4:33 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 8 2020, 3:23 PM ebevhan added a child revision: D85312: [ADT] Move FixedPoint.h from Clang to LLVM..Aug 5 2020, 8:03 AM This revision was landed with ongoing or failed builds.Aug 7 2020, 6:10 AM Closed by commit rGaa0d19a0c8f5: [Fixed Point] Add fixed-point shift operations and consteval. (authored by ebevhan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 283890 clang/include/clang/Basic/FixedPoint.h
clang/lib/AST/ExprConstant.cpp
clang/lib/Basic/FixedPoint.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/Frontend/fixed_point_errors.c
clang/test/Frontend/fixed_point_shift.c
|