This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbb83f8e70bd1: [OpenMP] Initial parsing and sema for
'parallel masked' construct (authored by jyu2).
Repository:
rG LLVM Github Monorepo
CHANGES S
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127454/new/
https://reviews.llvm.org/D127454
___
mdfazlay added inline comments.
Comment at: clang/include/clang-c/Index.h:2641
*/
- CXCursor_TranslationUnit = 300,
+ CXCursor_TranslationUnit = 350,
ABataev wrote:
> Does this change affect anything else in the compiler?
We had to add and keep the CXCurs
mdfazlay updated this revision to Diff 436994.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127454/new/
https://reviews.llvm.org/D127454
Files:
clang/bindings/python/clang/cindex.py
clang/include/clang-c/Index.h
clang/include/clang/AST/Recurs
ABataev added inline comments.
Comment at: clang/include/clang-c/Index.h:2641
*/
- CXCursor_TranslationUnit = 300,
+ CXCursor_TranslationUnit = 350,
Does this change affect anything else in the compiler?
Comment at: clang/include/clang/
mdfazlay updated this revision to Diff 436589.
mdfazlay added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Added erroneous tests, nesting of regions test and analysis tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.ll