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[clang-tidy] Improve check cert-dcl58-cpp.Balázs Kéri
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[clang-tidy] Sort release notes entries alphabetically by check nameDanny Mösch
2022-07-09[clang-tidy] Initialize boolean variables with `false` in cppcoreguidelines-i...Danny Mösch
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-08Disable clang-format entirely for test directoriesAaron Ballman
2022-07-07[clangd] Disable flaky testSam McCall
2022-07-07[clangd] Fix flaky throttler testSam McCall
2022-07-07[pseudo] NFC, fix the header guard for Language.hHaojian Wu
2022-07-07[clang-tidy] Fix confusable identifier interaction with unavailable class defserge-sans-paille
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[pseudo] Define recovery strategy as grammar extension.Sam McCall
2022-07-06[clangd] Support external throttler for preamble buildsSam McCall
2022-07-06[clang-tools-extra] Fix a link in ReleaseNotes.rstDmitri Gribenko
2022-07-06new clang-tidy checker for assignments within condition clause of if statementDmitri Gribenko
2022-07-05[pseudo] Add error-recovery framework & brace-based recoverySam McCall
2022-07-05[pseudo] Implement guard extension.Haojian Wu
2022-07-05[pseudo] Fix the build for the benchmark tool.Haojian Wu
2022-07-05[pseudo] Use the prebuilt cxx grammar for the lit tests, NFC.Haojian Wu
2022-07-05[pseudo] Eliminate LRTable::Action. NFCSam McCall
2022-07-05[clang-tidy] By-pass portability issues in confusable-identifiers testserge-sans-paille
2022-07-05[clang-tidy] Fix confusable identifiers interaction with DeclContextserge-sans-paille
2022-07-04[pseudo] Store shift and goto actions in a compact structure with faster lookup.Sam McCall
2022-07-04[pseudo] Remove duplicated code in ClangPseudo.cppHaojian Wu
2022-07-04[clang-tidy] Properly forward clang-tidy output when running testsNicolas van Kempen
2022-07-04[clang-tidy] Don't treat invalid branches as identicalIshaan Gandhi
2022-07-02[Lex] Introduce `PPCallbacks::LexedFileChanged()` preprocessor callbackArgyrios Kyrtzidis
2022-07-01[pseudo] NFC, polish the fix of c99827349927a44334f2b04139168efd0bc87cd3Haojian Wu
2022-07-01[pseudo] Fix an out-of-bound issue in getReduceRules.Haojian Wu
2022-07-01[pseudo] temporary fix for missing generated header after fe66aebd755191fac6Sam 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-07-01[pseudo] Define a clangPseudoCLI library.Haojian Wu
2022-06-30[pseudo] Add ForestNode descendants iterator, print ambiguous/opaque node stats.Sam McCall
2022-06-30[pseudo] Forest dump ascii art isn't broken by large indicesSam McCall
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[pseudo] Fix bugs/inconsistencies in forest dump.Sam McCall