[PATCH] D46963: [Fixed Point Arithmetic] Test for All Builtin Operations

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 16 10:31:27 PDT 2018


leonardchan created this revision.
leonardchan added reviewers: phosek, mcgrathr, jakehehrlich.
leonardchan added a project: clang.

This patch includes a test for checking that all supported builtin operations can be syntactically declared with fixed point types. Tests for asserting the correctness behind each operation will be added in future patches.

This is a child of https://reviews.llvm.org/D46960


Repository:
  rC Clang

https://reviews.llvm.org/D46963

Files:
  lib/AST/ASTContext.cpp
  lib/CodeGen/CGExprScalar.cpp
  test/Frontend/fixed_point_all_builtin_operations.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46963.147127.patch
Type: text/x-patch
Size: 5648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180516/89e5b13a/attachment.bin>


More information about the cfe-commits mailing list