Martin =?utf-8?q?Bednár?= <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================
@@ -1876,6 +1877,22 @@ static enum CXChildVisitResult PrintBinOps(CXCursor C,
CXCursor p,
return CXChildVisit_Recurse;
}
+static enum CXChildVisitResult PrintUnOps(CXCursor C, CXCursor p,
+ CXClientData d) {
+ enum CXCursorKind ck = clang_getCursorKind(C);
+ enum CXUnaryOperatorKind bok;
----------------
AaronBallman wrote:
```suggestion
enum CXUnaryOperatorKind uok;
```
https://github.com/llvm/llvm-project/pull/182303
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits