[PATCH] D40731: Integrate CHash into CLang
Johannes Altmanninger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 4 06:13:44 PST 2017
johannes added a comment.
So you can define a category for cHash and add `let cHash = [{ .. }]` or `let cHash = TypeIIClone;` if you just want to reuse it.
With this patch you can also use !codeconcat to append some code: https://reviews.llvm.org/D40782
Repository:
rC Clang
https://reviews.llvm.org/D40731
More information about the cfe-commits
mailing list