This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfc7d2908ab38: [OpenMP] Use common interface to access GPU
Grid Values (authored by saiislam).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE L
ArcsinX added a comment.
What do you think of this patch? I'm not sure if Windows is important OS for
developers, and that some of these changes might be awkward to maintain, but
maybe we can enable `background-index.test` at least?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACT
hokein updated this revision to Diff 279433.
hokein marked an inline comment as done.
hokein added a comment.
dump cast kind.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84222/new/
https://reviews.llvm.org/D84222
Files:
clang/lib/AST/Expr.cpp
hokein added inline comments.
Comment at: clang/test/AST/ast-dump-recovery.c:51
+ // CHECK-NEXT: `-DeclRefExpr {{.*}} 'some_func'
+ ptr = some_func(); // should not crash
+}
For references, the crash stacktrace is like below, the cause is that we run
into
201 - 204 of 204 matches
Mail list logo