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-03-14[Support] Change zlib::compress to return voidFangrui Song
2022-03-14clang-tidy: discover binaries in build dirKeith Smiley
2022-03-13[clang-tidy][docs] Fix wrong url in DontModifyStdNamespaceCheckBalazs Benics
2022-03-13[clang-tidy][docs][NFC] Update URL and docs of PostfixOperatorCheckBalazs Benics
2022-03-13[clang-tidy][docs][NFC] Refer to the CERT rule in bugprone-shared-ptr-array-m...Balazs Benics
2022-03-12[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek
2022-03-12[clang-tidy] Refactor: Prefer single quoted strings over double quoted string...Richard
2022-03-11[clang-tools-extra] Don't consider python below LLVM_MINIMUM_PYTHON_VERSION. NFCSam McCall
2022-03-11[clang-tools-extra] Remove unused lit features/substitutions. NFCISam McCall
2022-03-11Fix reference to execute_external leftover in 69924ccf7a328fSam McCall
2022-03-11Remove redundant lit config already handled in llvm_config. NFCISam McCall
2022-03-09[clangd] Make dexp command line options stickyYevgeny Rouban
2022-03-09[clangd] Make dexp command line options stickyYevgeny Rouban
2022-03-08[clangd] NFC: Cleanup IncludeCleaner APIKirill Bobyrev
2022-03-07[clang-tools-extra] Document clang tidy unit tests targetRichard
2022-03-04[clang-tidy][NFC] Document bugprone-narrowing-conversions check aliasBalazs Benics
2022-03-01[Clang-tidy] Check the existence of ElaboratedType's qualifiersJun Zhang
2022-03-01[clang-tidy] Fix `readability-const-return-type` for pure virtual function.Sockke
2022-03-01[NFC][clang-tidy][docs] Remove mention of backported fix of `readability-susp...Whisperity
2022-02-28[NFC] Don't pass temporary LangOptions to LexerJorge Gorbe Moya
2022-02-26[clangd] Test fixes missing from 257559ed9Sam McCall
2022-02-26[clangd] Function return type hints: support lambdas, don't duplicate "->"Sam McCall
2022-02-26[clangd] Support IncludeFixer or base specifiersSam McCall
2022-02-26[clangd] Fix wrong included header. NFCSam McCall
2022-02-26[clangd] Fix include-cleaner false-positive bugSam McCall
2022-02-26[clangd] Qualify calls to std::move to silence -Wunqualified-std-cast-call. NFC.Benjamin Kramer
2022-02-26[clangd] Add a missing include. NFC.Benjamin Kramer
2022-02-26[clangd] Clean up unused includes. NFCISam McCall
2022-02-25[clang-tidy] Fix `readability-suspicious-call-argument` crash for arguments w...Whisperity
2022-02-25Use function prototypes when appropriate; NFCAaron Ballman
2022-02-25[clang-tidy] Fix `readability-non-const-parameter` for parameter referenced b...Sockke
2022-02-24[clang-tidy] Remove opencl-c.h inclusion from testsSven van Haastregt
2022-02-23[clang-tidy][NFC] Remove Tristate from CachedGlobListNathan James
2022-02-21[clangd] Treat 'auto' params as deduced if there's a single instantiation.Sam McCall
2022-02-21[clang-tidy] Provide fine control of color in run-clang-tidyKesavan Yogeswaran
2022-02-20[clangd] Remove uuidof warning. Clang never emits this one.Benjamin Kramer
2022-02-18[clangd] Use `ObjCProtocolLoc` for generalized ObjC protocol supportDavid Goldman
2022-02-18[clangd] getHover - pass FormatStyle argument by const referenceSimon Pilgrim
2022-02-18[clangd] Tweak --query-driver to ignore slash direction on windowsSam McCall
2022-02-18Revert rGc24e197aaad5333717a27f6e4346f97da84821ed "[clangd] getHover - pass F...Simon Pilgrim
2022-02-18[clangd] getHover - pass FormatStyle argument by const referenceSimon Pilgrim
2022-02-18[clangd] lookupSiblingsWithinContext - remove unnecessary nullptr checkSimon Pilgrim
2022-02-17[clangd] Fix building SerializationTests unit test on OpenBSDBrad Smith
2022-02-17[clang-doc] SerializeIndex - pass Index param by constant referenceSimon Pilgrim
2022-02-15[clangd][NFC] includes missing headersChristopher Di Bella
2022-02-15[clang][lex] Remove `PPCallbacks::FileNotFound()`Jan Svoboda
2022-02-14[clang-tidy] Ignore variable template partial specializations in `misc-defini...Evgeny Shulgin
2022-02-12[clang-tidy] SimplifyBooleanExprCheck - use cast<> instead of dyn_cast<> to a...Simon Pilgrim
2022-02-12[clang-tidy] ContainerSizeEmptyCheck::check - simplify isa<> and dyn_cast<> r...Simon Pilgrim
2022-02-12[clang-doc] populateParentNamespaces - use cast<> instead of dyn_cast<> to av...Simon Pilgrim