[PATCH] D40567: Always show template parameters in IR type names
Serge Pavlov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 6 10:11:05 PST 2017
sepavloff updated this revision to Diff 125761.
sepavloff added a comment.
Updated patch
- old type names are generated always if --ir-type-names is not specified,
- added new value of --ir-type-names, none, to suppress type names,
- value of --ir-type-names is stored in module properties.
Repository:
rC Clang
https://reviews.llvm.org/D40567
Files:
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGenCXX/template-types.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40567.125761.patch
Type: text/x-patch
Size: 11295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171206/70321c2e/attachment.bin>
More information about the cfe-commits
mailing list