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-10-06[clangd] Optimize Dex::generateProximityURIs().Sam McCall
2022-10-06[clangd] Avoid scanning up to end of file on each comment!Sam McCall
2022-10-06[clang][Tooling] Move STL recognizer to its own libraryKadir Cetinkaya
2022-10-06[clangd] Avoid lexicographic compare when sorting SymbolIDs. NFCSam McCall
2022-10-05[clangd] Fix non-idempotent cases of canonicalRenameDecl()Sam McCall
2022-10-05[clangd] Don't clone SymbolSlab::Builder arenas when finalizing.Sam McCall
2022-10-05Fix SourceManager::isBeforeInTranslationUnit bug with token-pastingSam McCall
2022-10-05[clangd] Stop isSpelledInSource from printing source locations.Sam McCall
2022-10-05[clang-tidy] Fix crashes on `if consteval` in readability checksEmilia Dreamer
2022-10-04[clang-tools-extra] [clangd] Respect llvm_shlib_dir in testsMichał Górny
2022-10-04[clangd] Don't print locations of anonymous tagsSam McCall
2022-10-04[clang-tools-extra] [test] Use CLANG_NO_DEFAULT_CONFIG=1Michał Górny
2022-10-04[clang-tidy] Add checker 'bugprone-suspicious-realloc-usage'.Balázs Kéri
2022-10-01[clang-tidy] Skip variadic ctors in modernize-use-equals-defaultAlexander Shaposhnikov
2022-09-30[NFC] Fix for doc typo in commit 9a4e52ebeb6dYitzhak Mandelbaum
2022-09-30[clang-tidy] Add an IgnoreMacros option to readability-avoid-const-params-in-...Yitzhak Mandelbaum
2022-09-29[clangd] Avoid using constructor/destructor of vector<incomplete type>Sam McCall
2022-09-28try to fix build more after 16544cbe64b8Nico Weber
2022-09-28try to fix build after 16544cbe64b8Nico Weber
2022-09-28Revert "[clang-doc] Add typedef/using information."Haowei Wu
2022-09-28[clang-doc] Add typedef/using information.Brett Wilson
2022-09-28[clang-doc] Clean up *Info constructors.Brett Wilson
2022-09-27[test][clangd] Try to deflake with sanitizersVitaly Buka
2022-09-26[clang-tidy] adjust treating of array-of-pointers when 'AnalyzePointers' is d...Jonas Toth
2022-09-26[clangd] Make go-to-type work on member function callsSam McCall
2022-09-25[clang-format][NFC] Rewrite prints in python3 compatible wayDanil Sidoruk
2022-09-24[clang-tidy] Fix a false positive in readability-simplify-boolean-exprNathan James
2022-09-23Remove an unused var decl, NFC.Haojian Wu
2022-09-22Document WarnOnSizeOfPointerToAggregate.Michael Benfield
2022-09-22[clang-tidy] Add option WarnOnSizeOfPointerToAggregate.Michael Benfield
2022-09-22[pseudo] NFC, Remove an extral blank line.Haojian Wu
2022-09-21[clangd] Return earlier when snippet is emptyTom Praschan
2022-09-20[clangd] Remove second tracer (which breaks threading contract)Sam McCall
2022-09-20[clang-doc] Centralize TypeInfo creation.Brett Wilson
2022-09-20[clang-doc] Add support for explicitly typed enumsBrett Wilson
2022-09-19[clang][dataflow] Replace usage of deprecated functions with the optional checkWei Yi Tee
2022-09-19[test][clangd] Join back -Xclang and -undefVitaly Buka
2022-09-19[clangd] Allow programmatically disabling rename of virtual method hierarchies.Sam McCall
2022-09-19[clangd] Improve inlay hints of things expanded from macrosSam McCall
2022-09-18Use std::decay_t (NFC)Kazu Hirata
2022-09-17[Support] Rename llvm::compression::{zlib,zstd}::uncompress to more appropria...Fangrui Song
2022-09-16[clang-doc] Support default args for functions.Brett Wilson
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-09-16[clang(d)] Include/Exclude CLDXC options properlyKadir Cetinkaya
2022-09-16Revert "[clang] use getCommonSugar in an assortment of places"Matheus Izvekov
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-09-16[clang] template / auto deduction deduces common sugarMatheus Izvekov
2022-09-15[clangd] Fix hover on symbol introduced by using declarationTom Praschan
2022-09-13Revert "[clang] template / auto deduction deduces common sugar"Alexander Kornienko
2022-09-13[test][clangd] Another try to fix bots after 72142fbac4Vitaly Buka