[PATCH] D66148: [SemanticTypedef] Provide a semantic typedef class and operators
David Greene via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 09:17:23 PDT 2019
greened updated this revision to Diff 215921.
greened marked an inline comment as done.
greened added a comment.
Removed casts, default constructors, added all operators where it makes sense (unary *, ->, ->*, unary &, comma, [] and () not added because a default return type is not obvious), placed operators in their own namespace to avoid collisions, rewrote example, updated tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66148/new/
https://reviews.llvm.org/D66148
Files:
llvm/include/llvm/ADT/SemanticTypedef.h
llvm/unittests/ADT/CMakeLists.txt
llvm/unittests/ADT/SemanticTypedef.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66148.215921.patch
Type: text/x-patch
Size: 22852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190819/813399ed/attachment.bin>
More information about the llvm-commits
mailing list