================
@@ -161,6 +161,7 @@ def OMPC_Depobj : Clause<[Spelling<"depobj">]> {
let isImplicit = true;
}
def OMPC_Depth : Clause<[Spelling<"depth">]> {
+ let clangClass = "OMPDepthClause";
----------------
Meinersbur wrote:
This file claims `depth` is also supported on `fuse`. Can you make it an error
diagnostic to be not yet supported when applied to fuse?
https://github.com/llvm/llvm-project/pull/206977
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits