Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-14[Support] Change compression::zlib::{compress,uncompress} to use uint8_t *Fangrui Song
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere
2022-07-13[clangd] Enable designator inlay hints by default.Sam McCall
2022-07-13[clang, clang-tools-extra] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov
2022-07-12[clangd] Remove `allCommitCharacters`Sam McCall
2022-07-11[clangd] Include "final" when printing class declarationTom Praschan
2022-07-11Go-to-type on smart_ptr<Foo> now also shows FooTom Praschan
2022-07-09[clangd] Support "usedAsMutableReference" in member initializationsChristian Kandeler
2022-07-08Revert "[llvm] cmake config groundwork to have ZSTD in LLVM"Leonard Chan
2022-07-08[llvm] cmake config groundwork to have ZSTD in LLVMCole Kissane
2022-07-08[NFC] Refactor llvm::zlib namespaceCole Kissane
2022-07-07[clangd] Disable flaky testSam McCall
2022-07-07[clangd] Fix flaky throttler testSam McCall
2022-07-06[clangd] add inlay hints for std::forward-ed parameter packsTobias Ribizel
2022-07-06[clangd] Fix missing key function in PreambleThrottlerSam McCall
2022-07-06[clangd] Fix tests after ed0e20d5e8c5d6c679d2cSam McCall
2022-07-06[clangd] Support external throttler for preamble buildsSam McCall
2022-07-01[clangd][ObjC] Fix ObjC method definition completionDavid Goldman
2022-07-01[clangd] Also mark output arguments of array subscript expressionsChristian Kandeler
2022-06-30Use value_or instead of getValueOr. NFCFangrui Song
2022-06-30[clangd] Also mark output arguments of operator call expressionsChristian Kandeler
2022-06-29[Clang] Rename StringLiteral::isAscii() => isOrdinary() [NFC]Corentin Jabot
2022-06-29[clangd] Support multiline semantic tokensKadir Cetinkaya
2022-06-27Silence an "illegal conversion" diagnosticAaron Ballman
2022-06-27Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25[clang, clang-tools-extra] Don't use Optional::{hasValue,getValue} (NFC)Kazu Hirata
2022-06-23[clang-tidy] Extend spelling for CheckOptionsNathan James
2022-06-21Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-21Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-21Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[clangd] Handle initializers that contain =Kadir Cetinkaya
2022-06-19Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-19[clang-tools-extra] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-16[clangd] Don't add inlay hints on std::move/forwardTobias Ribizel
2022-06-15[clangd] Improve ObjC protocol suggestions from the indexDavid Goldman
2022-06-15[clangd][NFC] Use the existing ASTContext from scopeKadir Cetinkaya
2022-06-15[clangd] Always desugar type aliases in hoverKadir Cetinkaya
2022-06-15[clang] Use correct visibility parameters when following a Using declarationFurkan Usta
2022-06-15[clangd] Enable AKA type printing by defaultKadir Cetinkaya
2022-06-15[clangd] Wire up compilation for style blocksKadir Cetinkaya
2022-06-09[clangd] Minor refactor of CanonicalIncludes::addSystemHeadersMapping.Paul Pluzhnikov
2022-06-08[Clang] Fix memory leak due to TemplateArgumentListInfo used in AST node.Andrew Browne
2022-06-06[AST] Fix clang RecursiveASTVisitor for definition of XXXTemplateSpecializati...Qingyuan Zheng
2022-06-01[clangd] Remove a test with a duplicate of FileCacheTestsYuki Okushi
2022-05-31Revert "[clangd] Fix hover crashing on integral or enumeral casts"Sam McCall
2022-05-31[clangd] Fix hover crashing on integral or enumeral castsGeorg Kotheimer