[NFC][clang][extract-api] Use proper name string for Objective-C language
commitb62d40216f4742d46b1d2942617cf567e74272c4
authorZixu Wang <zixu_wang@apple.com>
Tue, 22 Mar 2022 21:11:45 +0000 (22 14:11 -0700)
committerZixu Wang <zixu_wang@apple.com>
Tue, 22 Mar 2022 21:18:26 +0000 (22 14:18 -0700)
tree610dd1144d2099da09b0d8bcb89eaae302f7acc7
parent73f0af106b9895e57b9cf4a784c00898fbf38b03
[NFC][clang][extract-api] Use proper name string for Objective-C language

Change the Symbol Graph serializer for ExtractAPI to use `objective-c`
for the language name string for Objective-C, to align with clang
frontend standards.
clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp