aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/APINotes
AgeCommit message (Expand)AuthorFilesLines
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone1-0/+1
2024-04-26[APINotes] Allow annotating a C++ type as non-copyable in SwiftEgor Zhdan4-2/+22
2024-04-16[clang] Drop unaligned from calls to readNext (NFC) (#88842)Kazu Hirata1-82/+55
2024-03-28[APINotes] Make an assert in a std::sort call tolerate self-comparisonsDmitri Gribenko1-1/+1
2024-03-28[APINotes] For a re-exported module, look for APINotes in the re-exporting mo...Egor Zhdan1-0/+5
2024-03-11[APINotes] Fix failing tests after a PCM logic changeEgor Zhdan1-1/+1
2024-03-01[clang][api-notes] NFC: Upstream some documentationJan Svoboda1-1/+7
2024-02-27[APINotes] Fix a few accidental refactoring artifactsEgor Zhdan2-4/+5
2023-12-22[APINotes] Use DenseMap::contains (NFC)Kazu Hirata1-1/+1
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata2-2/+2
2023-11-17[APINotes] Upstream APINotesManagerEgor Zhdan2-0/+459
2023-11-13[APINotes] Upstream APINotes YAML compilerEgor Zhdan4-6/+483
2023-10-30[APINotes] Upstream APINotesReaderEgor Zhdan2-0/+2051
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-37/+37
2023-09-07[APINotes] Support `SwiftImportAs` for C++ structsEgor Zhdan3-2/+30
2023-09-04[APINotes] Upstream APINotesWriterEgor Zhdan2-5/+164
2023-09-04[APINotes] Remove unused OS-availability featureEgor Zhdan1-4/+0
2023-08-30[APINotes] Initial support for C++ namespacesEgor Zhdan3-29/+167
2023-08-18Fix MSVC "'|': unsafe operation: no value of type '_Ty' promoted to type 'int...Simon Pilgrim1-2/+2
2023-08-17[clang][APINotes] Fix build error due to `-fpermissive` on GCC. NFCMichael Liao1-1/+1
2023-08-17APINotes: remove accidentally committed downstream changesSaleem Abdulrasool1-11/+0
2023-08-17APINotes: add initial stub of APINotesWriterSaleem Abdulrasool3-0/+1198
2023-07-21[NFC] Remove extra semicolons in clang/lib/APINotes/APINotesFormat.hEvan Wilde1-2/+2
2022-12-22[clang] Remove redundant initialization of std::optional (NFC)Kazu Hirata1-1/+1
2022-12-14Don't include Optional.hKazu Hirata1-1/+0
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek1-32/+33
2022-12-03[clang] Use std::nullopt instead of None (NFC)Kazu Hirata1-6/+6
2021-04-01[clang][APINotes] Fix -Wunused-function warning (NFC)Yang Fan1-1/+5
2021-03-10[clang][APINotes] Fix gcc Wunused-function warning (NFC)Yang Fan1-2/+2
2021-01-08APINotes: annotate dump methods (NFC)Saleem Abdulrasool1-10/+10
2020-12-08APINotes: add bitcode format schema definitionsSaleem Abdulrasool1-0/+255
2020-12-07[clang] Add a new nullability annotation for swift async: _Nullable_resultErik Pilkington1-0/+1
2020-12-01APINotes: constify `dump` methods (NFC)Saleem Abdulrasool1-13/+13
2020-11-23APINotes: add property models for YAML attributesSaleem Abdulrasool2-0/+108
2020-11-05APINotes: add APINotesYAMLCompilerSaleem Abdulrasool2-0/+603