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-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
2022-02-12[clang-tidy] RedundantControlFlowCheck::issueDiagnostic - use cast<> instead ...Simon Pilgrim
2022-02-12[clang-tidy] FunctionASTVisitor::TraverseStmt - use cast<> instead of dyn_cas...Simon Pilgrim
2022-02-12[clang-tidy] NoexceptMoveConstructorCheck::check - use castAs<> instead of ge...Simon Pilgrim
2022-02-12[clang-tidy] UseNoexceptCheck::check - use cast<> instead of dyn_cast<> to av...Simon Pilgrim
2022-02-12[clang-tidy] getOutermostNamespace - remove redundant nullptr checkSimon Pilgrim
2022-02-12[clang-tidy] ProBoundsConstantArrayIndexCheck::check - use cast<> instead of ...Simon Pilgrim
2022-02-12[clang-tidy] checkOverridingFunctionReturnType - use castAs<> instead of getA...Simon Pilgrim
2022-02-10[clang-tidy] Add early exit for defaulted FunctionDeclsKirill Bobyrev
2022-02-10clangd: Set a diagnostic on a code action resulting from a tweakChristian Kandeler
2022-02-10[clang-tidy] add option performance-move-const-arg.CheckMoveToConstRefGreg Miller
2022-02-10NFC: fix GCC warning -Wcast-qualYuanfang Chen
2022-02-10replace clang LLVM_ENABLE_PLUGINS -> CLANG_PLUGIN_SUPPORT in testsJameson Nash
2022-02-09[clangd] NFC: Move stdlib headers handling to ClangKirill Bobyrev
2022-02-08[C++2b] Implement multidimentional subscript operatorCorentin Jabot
2022-02-08Make run-clang-tidy.py print the configured checks correctlyJesko Appelfeller
2022-02-07Reland "[clangd] Properly compute framework-style include spelling"David Goldman