// RUN: rm -rf %t // RUN: split-file %s %t // RUN: sed -e "s@INPUT_DIR@%{/t:regex_replacement}@g" \ // RUN: %t/reference.output.json.in >> %t/reference.output.json // RUN: %clang -extract-api --pretty-sgf --product-name=TypedefChain -target arm64-apple-macosx \ // RUN: -x objective-c-header %t/input.h -o %t/output.json | FileCheck -allow-empty %s // Generator version is not consistent across test runs, normalize it. // RUN: sed -e "s@\"generator\": \".*\"@\"generator\": \"?\"@g" \ // RUN: %t/output.json >> %t/output-normalized.json // RUN: diff %t/reference.output.json %t/output-normalized.json // CHECK-NOT: error: // CHECK-NOT: warning: //--- input.h typedef int MyInt; typedef MyInt MyIntInt; typedef MyIntInt MyIntIntInt; //--- reference.output.json.in { "metadata": { "formatVersion": { "major": 0, "minor": 5, "patch": 3 }, "generator": "?" }, "module": { "name": "TypedefChain", "platform": { "architecture": "arm64", "operatingSystem": { "minimumVersion": { "major": 11, "minor": 0, "patch": 0 }, "name": "macosx" }, "vendor": "apple" } }, "relationships": [], "symbols": [ { "accessLevel": "public", "declarationFragments": [ { "kind": "keyword", "spelling": "typedef" }, { "kind": "text", "spelling": " " }, { "kind": "typeIdentifier", "preciseIdentifier": "c:I", "spelling": "int" }, { "kind": "text", "spelling": " " }, { "kind": "identifier", "spelling": "MyInt" }, { "kind": "text", "spelling": ";" } ], "identifier": { "interfaceLanguage": "objective-c", "precise": "c:input.h@T@MyInt" }, "kind": { "displayName": "Type Alias", "identifier": "objective-c.typealias" }, "location": { "position": { "character": 12, "line": 0 }, "uri": "file://INPUT_DIR/input.h" }, "names": { "navigator": [ { "kind": "identifier", "spelling": "MyInt" } ], "subHeading": [ { "kind": "identifier", "spelling": "MyInt" } ], "title": "MyInt" }, "pathComponents": [ "MyInt" ], "type": "c:I" }, { "accessLevel": "public", "declarationFragments": [ { "kind": "keyword", "spelling": "typedef" }, { "kind": "text", "spelling": " " }, { "kind": "typeIdentifier", "preciseIdentifier": "c:input.h@T@MyInt", "spelling": "MyInt" }, { "kind": "text", "spelling": " " }, { "kind": "identifier", "spelling": "MyIntInt" }, { "kind": "text", "spelling": ";" } ], "identifier": { "interfaceLanguage": "objective-c", "precise": "c:input.h@T@MyIntInt" }, "kind": { "displayName": "Type Alias", "identifier": "objective-c.typealias" }, "location": { "position": { "character": 14, "line": 1 }, "uri": "file://INPUT_DIR/input.h" }, "names": { "navigator": [ { "kind": "identifier", "spelling": "MyIntInt" } ], "subHeading": [ { "kind": "identifier", "spelling": "MyIntInt" } ], "title": "MyIntInt" }, "pathComponents": [ "MyIntInt" ], "type": "c:input.h@T@MyInt" }, { "accessLevel": "public", "declarationFragments": [ { "kind": "keyword", "spelling": "typedef" }, { "kind": "text", "spelling": " " }, { "kind": "typeIdentifier", "preciseIdentifier": "c:input.h@T@MyIntInt", "spelling": "MyIntInt" }, { "kind": "text", "spelling": " " }, { "kind": "identifier", "spelling": "MyIntIntInt" }, { "kind": "text", "spelling": ";" } ], "identifier": { "interfaceLanguage": "objective-c", "precise": "c:input.h@T@MyIntIntInt" }, "kind": { "displayName": "Type Alias", "identifier": "objective-c.typealias" }, "location": { "position": { "character": 17, "line": 2 }, "uri": "file://INPUT_DIR/input.h" }, "names": { "navigator": [ { "kind": "identifier", "spelling": "MyIntIntInt" } ], "subHeading": [ { "kind": "identifier", "spelling": "MyIntIntInt" } ], "title": "MyIntIntInt" }, "pathComponents": [ "MyIntIntInt" ], "type": "c:input.h@T@MyIntInt" } ] }