llvm-project
b8ac638c - [flang][OpenMP] Add optional SemanticsContext parameter to loop utili… (#191231)

Commit
6 days ago
[flang][OpenMP] Add optional SemanticsContext parameter to loop utili… (#191231) …ties Some of the utilities may be used in symbol resolution which is before the expression analysis is done. In such situations, the typedExpr's normally stored in parser::Expr may not be available. To be able to obtain the numeric values of expressions, using the analyzer directly may be necessary, which requires SemanticsContext to be provided.
Author
Parents
Loading