[PATCH] D43805: Optionally use nameless IR types

Serge Pavlov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 08:53:58 PST 2018


sepavloff updated this revision to Diff 136087.
sepavloff added a comment.

Updated patch

- command line option was renamed to `-fir-type-names=`,
- this option is not hidden, as most options in `-f` namespace,
- new value, `auto` was added to possible values of this option.


Repository:
  rC Clang

https://reviews.llvm.org/D43805

Files:
  include/clang/Driver/Options.td
  include/clang/Frontend/CodeGenOptions.def
  include/clang/Frontend/CodeGenOptions.h
  lib/CodeGen/CodeGenAction.cpp
  lib/CodeGen/CodeGenTypes.cpp
  lib/Driver/ToolChains/Clang.cpp
  lib/Frontend/CompilerInvocation.cpp
  test/CodeGenCXX/pr29160.cpp
  test/CodeGenCXX/type-names.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43805.136087.patch
Type: text/x-patch
Size: 7897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180227/94831f73/attachment.bin>


More information about the cfe-commits mailing list