[cfe-dev] LLVM- AST contents display and dependency analysis
Renato Golin
renato.golin at linaro.org
Thu May 14 02:59:13 PDT 2015
On 13 May 2015 at 22:49, Sean Silva <chisophugis at gmail.com> wrote:
> There isn't really a notion of "pass" on the clang AST; the result of
> parsing is considered immutable.
Right. What about the pre-processor?
I'm not an expert on OpenMP, but would OpenMP force illegal behaviour
with that pragma, or just bail if it could not prove legality?
If the latter, than just adding "#pragma omp parallel loop" to all
loops would work as he wants, no?
cheers,
--renato
More information about the cfe-dev
mailing list