aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-12/+14
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-17llvm::Optional::value => operator*/operator->Fangrui Song1-2/+2
2022-12-13[clang][ExtractAPI] Add support for single symbol SGF and libclang supportDaniel Grumberg1-44/+219
2022-12-09[clang] Use std::nullopt instead of None in comments (NFC)Kazu Hirata1-9/+9
2022-12-03[clang] Use std::nullopt instead of None (NFC)Kazu Hirata1-7/+7
2022-11-08Fix duplicate word typos; NFCRageking81-1/+1
2022-11-07Revert "Only add targetFallback if target is not in defined in current product"Daniel Grumberg1-4/+1
2022-11-07Only add targetFallback if target is not in defined in current productDaniel Grumberg1-1/+4
2022-11-07[clang][ExtractAPI] Add targetFallback to relationships in symbol graphDaniel Grumberg1-0/+1
2022-10-25[clang][ExtractAPI] Allow users to specify a list of symbols to ignoreDaniel Grumberg1-0/+5
2022-08-19[clang][ExtractAPI] Record availability information on all platformsDaniel Grumberg1-22/+34
2022-08-07clang: fix typo availbilityAarush Bhat1-1/+1
2022-08-01Fixed a number of typosGabriel Ravier1-7/+7
2022-07-27[clang][ExtractAPI] Ensure that class properties have a kind of "Type Property"Daniel Grumberg1-3/+8
2022-07-13[clang] Use value instead of getValue (NFC)Kazu Hirata1-2/+2
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-2/+2
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+2
2022-05-25[clang][extract-api] Don't emit symbols prefixed with an underscoreDaniel Grumberg1-0/+5
2022-04-11[clang][extract-api] Emit "functionSignature" in SGF for ObjC methods.Daniel Grumberg1-57/+79
2022-04-08[clang][extract-api] Emit "navigator" property of "name" in SymbolGraphDaniel Grumberg1-0/+7
2022-04-06[clang][extract-api] Add Objective-C Category supportZixu Wang1-60/+39
2022-04-06[clang][extract-api] Add support for typedefsDaniel Grumberg1-0/+29
2022-04-06[clang][extract-api] Fix small issues with SymbolGraphSerializerDaniel Grumberg1-11/+46
2022-03-30[clang][extract-api] Add support for macrosDaniel Grumberg1-0/+15
2022-03-29[clang][extract-api] Add Objective-C protocol supportZixu Wang1-0/+8
2022-03-29[clang][extract-api] Add Objective-C interface supportZixu Wang1-2/+82
2022-03-29[clang][extract-api] Use correct language info from inputsZixu Wang1-14/+10
2022-03-28Add HLSL Language Option and PreprocessorChris Bieneman1-0/+1
2022-03-24[NFC][clang][extract-api] Rename variableZixu Wang1-2/+2
2022-03-23[clang][extract-api] Add struct supportZixu Wang1-0/+29
2022-03-23[clang][extract-api] Add enum supportZixu Wang1-3/+56
2022-03-23[clang][extract-api] Suppprt for the module name property in SymbolGraphDaniel Grumberg1-4/+3
2022-03-22[NFC][clang][extract-api] Use proper name string for Objective-C languageZixu Wang1-1/+1
2022-03-22[clang][extract-api] Refactor ExtractAPI and improve docsZixu Wang1-0/+450