Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang-c/Index.h | ||
---|---|---|
2641 | We had to add and keep the CXCursor_OMPParallelMaskedDirective with other OpenMP directives. I believe it doesn't affect anything else in the compiler. We have made necessary changes in "clang/bindings/python/clang/cindex.py" to reflect the new value of CXCursor_TranslationUnit. | |
clang/include/clang/AST/StmtOpenMP.h | ||
2315 | Added in the new diff. |
Does this change affect anything else in the compiler?