summaryrefslogtreecommitdiff
path: root/clang/lib/ExtractAPI
Commit message (Expand)AuthorAgeFilesLines
* [clang][ExtractAPI] Add semicolon to function declaration fragmentsNagaChaitanya Vellanki2023-05-041-1/+1
* [ExtractAPI] Remove extra attributes in property declaration fragmentsUsman Akinyemi2023-04-041-1/+1
* [clang][ExtractAPI] Remove extra pointer indirection from declaration fragmen...NagaChaitanya Vellanki2023-03-301-5/+17
* [clang][ExtractAPI] Reland ExtractAPI for libclang improvementsDaniel Grumberg2023-03-307-617/+30
* Revert "Revert "Revert ExtractAPI from https://reviews.llvm.org/D146656""Mitch Phillips2023-03-296-30/+613
* Revert "[clang][ExtractAPI] Add queried symbol to parent contexts in libclang"Mitch Phillips2023-03-291-0/+4
* [clang][ExtractAPI] Add queried symbol to parent contexts in libclangDaniel Grumberg2023-03-291-4/+0
* Revert "Revert ExtractAPI from https://reviews.llvm.org/D146656"Daniel Grumberg2023-03-296-613/+30
* Revert ExtractAPI from https://reviews.llvm.org/D146656Daniel Grumberg2023-03-276-30/+613
* Address code review feedbackDaniel Grumberg2023-03-271-1/+1
* [clang][ExtractAPI] Refactor ExtractAPIVisitor to make it more extensibleDaniel Grumberg2023-03-276-614/+31
* [clang][ExtractAPI]Fix Declaration fragments for instancetype in the type pos...NagaChaitanya Vellanki2023-03-231-9/+13
* [clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration frag...NagaChaitanya Vellanki2023-03-201-3/+4
* [clang][ExtractAPI] Add multiple file support to --extract-api-ignoresAnkur2023-03-132-13/+22
* [clang][ExtractAPI] Handle platform specific unavailability correctlyAnkur2023-03-022-8/+12
* [clang] [extract-api] Don't crash for category in libclang APIsDaniel Grumberg2023-02-101-9/+19
* [clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-142-15/+17
* [clang] Add #include <optional> (NFC)Kazu Hirata2023-01-141-0/+1
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* llvm::Optional::value => operator*/operator->Fangrui Song2022-12-171-2/+2
* [clang][ExtractAPI] Fix naming of typedef'd anonymous enumsDaniel Grumberg2022-12-161-2/+8
* [clang][ExtractAPI] Add support for single symbol SGF and libclang supportDaniel Grumberg2022-12-138-660/+932
* [ExtractAPI] Use std::optional in ExtractAPIConsumer.cpp (NFC)Kazu Hirata2022-12-091-3/+4
* [clang] Use std::nullopt instead of None in comments (NFC)Kazu Hirata2022-12-091-9/+9
* [clang] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-032-9/+9
* Fix duplicate word typos; NFCRageking82022-11-081-1/+1
* Revert "Only add targetFallback if target is not in defined in current product"Daniel Grumberg2022-11-072-37/+1
* Only add targetFallback if target is not in defined in current productDaniel Grumberg2022-11-072-1/+37
* [clang][ExtractAPI] Add targetFallback to relationships in symbol graphDaniel Grumberg2022-11-071-0/+1
* [clang][ExtractAPI] Allow users to specify a list of symbols to ignoreDaniel Grumberg2022-10-254-1/+75
* [clang][ExtractAPI] Ignore fully anonymous RecordDeclsDaniel Grumberg2022-10-131-0/+3
* [clang][ExtractAPI] Don't print locations for anonymous tagsZixu Wang2022-10-051-0/+5
* [clang][ExtractAPI] Record availability information on all platformsDaniel Grumberg2022-08-195-144/+176
* [clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2022-08-081-1/+1
* clang: fix typo availbilityAarush Bhat2022-08-071-1/+1
* Fixed a number of typosGabriel Ravier2022-08-011-7/+7
* [clang][ExtractAPI] Ensure that class properties have a kind of "Type Property"Daniel Grumberg2022-07-271-3/+8
* [clang][ExtractAPI] Add a space between type and name in property declaration...Daniel Grumberg2022-07-271-0/+1
* [NFC] Start saving InstantiatedFromDecl in non-template functionsErich Keane2022-07-221-0/+1
* [clang] Use value instead of getValue (NFC)Kazu Hirata2022-07-131-2/+2
* Revert "Re-apply "Deferred Concept Instantiation Implementation"""Erich Keane2022-07-011-1/+0
* Re-apply "Deferred Concept Instantiation Implementation""Erich Keane2022-07-011-0/+1
* Revert "Deferred Concept Instantiation Implementation"Jonas Devlieghere2022-06-301-1/+0
* Deferred Concept Instantiation ImplementationErich Keane2022-06-301-0/+1
* Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2022-06-251-2/+2
* Don't use Optional::hasValue (NFC)Kazu Hirata2022-06-251-2/+2
* [clang] Use value_or instead of getValueOr (NFC)Kazu Hirata2022-06-181-2/+2
* [clang] Use any_of and none_of (NFC)Kazu Hirata2022-06-121-5/+5
* [clang][extract-api] Don't emit symbols prefixed with an underscoreDaniel Grumberg2022-05-251-0/+5
* Revert ""Re-apply 4b6c2cd642 "Deferred Concept Instantiation Implementation"""""Erich Keane2022-05-091-1/+0