summaryrefslogtreecommitdiffstats
path: root/clang/test/AST/multistep-explicit-cast-json.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/AST/multistep-explicit-cast-json.cpp')
-rw-r--r--clang/test/AST/multistep-explicit-cast-json.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/AST/multistep-explicit-cast-json.cpp b/clang/test/AST/multistep-explicit-cast-json.cpp
index 4ca70074fbc..70ba2f2cd92 100644
--- a/clang/test/AST/multistep-explicit-cast-json.cpp
+++ b/clang/test/AST/multistep-explicit-cast-json.cpp
@@ -75,6 +75,9 @@ SignedChar cxxfunctionalcast_3(SignedInt x) {
return SignedChar(x);
}
+// NOTE: CHECK lines have been autogenerated by gen_ast_dump_json_test.py
+// using --filters=ImplicitCastExpr,CStyleCastExpr,CXXStaticCastExpr,CXXFunctionalCastExpr
+
// CHECK: "kind": "ImplicitCastExpr",
// CHECK-NEXT: "range": {
@@ -1578,4 +1581,3 @@ SignedChar cxxfunctionalcast_3(SignedInt x) {
// CHECK-NEXT: }
// CHECK-NEXT: ]
// CHECK-NEXT: }
-
OpenPOWER on IntegriCloud