================
@@ -1162,6 +1162,11 @@ class Sema final {
/// CurContext - This is the current declaration context of parsing.
DeclContext *CurContext;
+ SemaOpenACC &OpenACC() {
+ assert(OpenACCPtr);
----------------
AaronBallman wrote:
I think the assert is reasonable for now; someday we may want to investigate
adding nullability attributes in appropriate places and removing some asserts
like these where sensible.
https://github.com/llvm/llvm-project/pull/84184
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits