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-05-19[clang-tidy] Fix logic of assertionSam McCall
2022-05-18[clang-tidy] Fix readability-simplify-boolean-expr when Ifs have an init stat...Nathan James
2022-05-18[clang-tidy] Fix readability-simplify-boolean-expr crash with implicit cast i...Nathan James
2022-05-16[clang-tidy][NFC] Reimplement SimplifyBooleanExpr with RecursiveASTVisitorsNathan James
2022-05-14[clang-tidy] Support expressions of literals in modernize-macro-to-enumRichard
2022-05-13Revert "[clang-tidy] modernize-deprecated-headers check should respect extern...Balazs Benics
2022-05-13[clang-tidy] modernize-deprecated-headers check should respect extern "C" blocksBalazs Benics
2022-05-13[ASTMatchers][clang-tidy][NFC] Hoist `forEachTemplateArgument` matcher into t...Whisperity
2022-05-10[clang-tidy] Fix unintended change left in 12cb540529eNathan James
2022-05-09[clang-tidy][NFC] Replace many instances of std::string where a StringRef wou...Nathan James
2022-05-06[clang-tidy] New check for safe usage of `std::optional` and like types.Yitzhak Mandelbaum
2022-05-06[clang-tidy][NFC] Add createChecks method that also checks for LangaugeOptionsNathan James
2022-05-05[clang-tidy] Make header-guard check a little looser on comment whitespaceSam McCall
2022-05-04[clang-tidy] Escape diagnostic messages before passing to `diag` in Transformer.Yitzhak Mandelbaum
2022-04-28[clang-tidy] support --load in clang-tidy-diff.py/run-clang-tidy.pyBernhard Manfred Gruber
2022-04-27[clang-tidy] Modernize-macro-to-enum should skip macros used in other macrosRichard
2022-04-24run-clang-tidy: Fix infinite loop on windowsJonas Toth
2022-04-23[clang-tidy] Ignore macros defined within declarationsRichard
2022-04-21[clang-tidy] Fix behavior of `modernize-use-using` with nested structs/unionsFabian Wolff
2022-04-20[clang-tidy] Reduce false positives for `bugprone-infinite-loop` with depende...Fabian Wolff
2022-04-20[clang-tidy] Fix `readability-container-size-empty` check for smart pointersFabian Wolff
2022-04-20[clang-tidy] Fix `altera-struct-pack-align` check for empty structsFabian Wolff
2022-04-20[clang-tidy] Fix crash on calls to overloaded operators in `llvmlibc-callee-n...Whisperity
2022-04-20[clang-tidy] Improve macro handling in modernize-macro-to-enumRichard
2022-04-16[clang-tidy] Add a Standalone diagnostics mode to clang-tidyNathan James
2022-04-14[clang-tidy] Add portability-std-allocator-const checkFangrui Song
2022-04-14Revert "[clang-tidy] Add portability-std-allocator-const check"Nico Weber
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda
2022-04-14[clang-tidy] Add portability-std-allocator-const checkFangrui Song
2022-04-12[clang-tidy] Never consider assignments as equivalent in `misc-redundant-expr...Fabian Wolff
2022-04-11[clang-tidy] Support parenthesized literals in modernize-macro-to-enumRichard
2022-04-09[clang-tidy] Deal with keyword tokens in preprocessor conditionsRichard
2022-04-08[clang-tidy] Make performance-inefficient-vector-operation work on membersNathan James
2022-04-07[clang-tidy] Fix invalid fix-it for cppcoreguidelines-prefer-member-initializerNathan James
2022-04-07[clang-tidy] Silence unused variable warning in release builds. NFCI.Benjamin Kramer
2022-04-07[clang-tidy] bugprone-signal-handler: Message improvement and code refactoring.Balázs Kéri
2022-04-05Fix typo in new -config-file optionAaron Siddhartha Mondal
2022-04-02[clang-tidy] Add modernize-macro-to-enum checkRichard
2022-03-29[clang-tidy] Utilize comparison operation implemented in APIntDanny Mösch
2022-03-25Revert "[clang-tidy] Add modernize-macro-to-enum check"Douglas Yung
2022-03-25[clang-tidy] Add modernize-macro-to-enum checkRichard
2022-03-23[clang-tidy] Fix false positives in `misc-redundant-expression` checkFabian Wolff
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li
2022-03-21Revert "[libTooling] Generalize string explanation as templated metadata"Yitzhak Mandelbaum
2022-03-21[libTooling] Generalize string explanation as templated metadataEric Li
2022-03-21[clang-tidy] Skip parentheses in `readability-make-member-function-const`Evgeny Shulgin
2022-03-17[clang-tidy][run-clang-tidy.py] Add --config-file=<string> optionShreyas Atre
2022-03-17[clang-tidy] Don't check decltype return types in `readability-const-return-t...Evgeny Shulgin
2022-03-15Allow newline characters as separators for checks in Clang-Tidy configurationsDanny Mösch
2022-03-14clang-tidy: discover binaries in build dirKeith Smiley