[PATCH] D56746: [Fixed Point Arithmetic] Add APFixedPoint to APValue

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 15 15:02:29 PST 2019


leonardchan created this revision.
leonardchan added reviewers: rjmccall, ebevhan, bjope.
leonardchan added a project: clang.

This adds APFixedPoint to the union of values that can be represented with an APValue.


Repository:
  rC Clang

https://reviews.llvm.org/D56746

Files:
  clang/include/clang/AST/APValue.h
  clang/include/clang/AST/Type.h
  clang/include/clang/Basic/FixedPoint.h
  clang/lib/AST/APValue.cpp
  clang/lib/AST/ExprConstant.cpp
  clang/lib/AST/Type.cpp
  clang/lib/Basic/FixedPoint.cpp
  clang/lib/CodeGen/CGExprConstant.cpp
  clang/lib/Sema/SemaTemplate.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56746.181893.patch
Type: text/x-patch
Size: 10907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190115/476eaeb3/attachment-0001.bin>


More information about the cfe-commits mailing list