[PATCH] D48727: [Fixed Point Arithmetic] Rename `-fsame-fbits` flag

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 28 08:47:08 PDT 2018


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

- Rename the `-fsame-fbits` flag to `-fpadding-on-unsigned-fixed-point`
- Move the flag from a driver option to a cc1 option
- Rename the `SameFBits` member in TargetInfo to `PaddingOnUnsignedFixedPoint`
- Updated descriptions


Repository:
  rC Clang

https://reviews.llvm.org/D48727

Files:
  include/clang/Basic/LangOptions.def
  include/clang/Basic/TargetInfo.h
  include/clang/Driver/CC1Options.td
  include/clang/Driver/Options.td
  lib/Basic/TargetInfo.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInvocation.cpp
  lib/Sema/SemaExpr.cpp
  test/Frontend/fixed_point_same_fbits.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48727.153334.patch
Type: text/x-patch
Size: 10002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180628/33012eb1/attachment-0001.bin>


More information about the cfe-commits mailing list