[PATCH] D94973: [clang][OpenMP] Use OpenMPIRBuilder for workshare loops.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 14:38:21 PST 2021


Meinersbur added a comment.

In D94973#2591493 <https://reviews.llvm.org/D94973#2591493>, @jdenny wrote:

>> I even think that representing semantic information alongside of syntax is one of the principles of Clang's AST.
>
> Interesting.  Is that documented somewhere?

https://clang.llvm.org/docs/InternalsManual.html#faithfulness

> Some AST nodes (for example, ParenExpr) represent only syntax, and others (for example, ImplicitCastExpr) represent only semantics,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94973



More information about the llvm-commits mailing list