[llvm-bugs] [Bug 51901] New: AST Import does not support OpenMP AST nodes

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Sep 18 07:51:49 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=51901

            Bug ID: 51901
           Summary: AST Import does not support OpenMP AST nodes
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
          Assignee: dcoughlin at apple.com
          Reporter: lebedev.ri at gmail.com
                CC: dcoughlin at apple.com, llvm-bugs at lists.llvm.org

It would appear the AST importer does not handle any of the OMP* directives.
Granted, clang SA doesn't model them anyways, but still.

CTU loaded AST file:
ast/home/lebedevri/rawspeed/src/librawspeed/common/RawImage.cpp.ast
/home/lebedevri/rawspeed/src/librawspeed/common/RawImage.cpp:395:1: error:
cannot import unsupported AST node OMPParallelForDirective
#pragma omp parallel for default(none)                                        
\
^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210918/ddd354a8/attachment.html>


More information about the llvm-bugs mailing list