[PATCH] D156867: [clang] Add a concept AST nodes.

Jens Massberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 2 02:35:13 PDT 2023


massberg added a comment.

@erichkeane  Hi Erich, we would like to add an AST node for concepts (see description above) and we are interested in your opinion on the high level design..
This patch is a draft of what the new AST node could look like and how it would be part of the existing infrastructure.

Also note that there is a draft version of this patch (https://reviews.llvm.org/D155858), which also contains some comments (I wasn't able to change the draft version to a regular patch so that people get notified, so I have to create a new one).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156867/new/

https://reviews.llvm.org/D156867



More information about the cfe-commits mailing list