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[Serialization] Delta-encode consecutive SourceLocations in TypeLocSam McCall
2022-05-18[clang][ASTImporter] Add isNewDeclGabor Marton
2022-05-18Revert "[clang-format] Fix WhitespaceSensitiveMacros not being honoured when ...Marek Kurdej
2022-05-17[clang][dataflow] Fix double visitation of nested logical operatorsEric Li
2022-05-16[clang-format] fix alignment w/o binpacked argsGregory Fong
2022-05-16[clang-format] Fix PointerAlignment: Right not working with tab indentation.Marek Kurdej
2022-05-15[clang-format] Handle "if consteval { ... }" for RemoveBracesLLVMowenca
2022-05-14[clang-format][NFC] Format unit tests with insert/remove bracesowenca
2022-05-13Revert "In MSVC compatibility mode, friend function declarations behave as fu...Nico Weber
2022-05-13[ASTMatchers][clang-tidy][NFC] Hoist `forEachTemplateArgument` matcher into t...Whisperity
2022-05-13[clang-format] Handle comments below r_brace in RemoveBracesLLVMowenca
2022-05-12[clang-format] Don't remove braces if a 1-statement body would wrapowenca
2022-05-11[ASTMatchers][NFC] Fix name of matcher in docs and add a missing testWhisperity
2022-05-11[clang-format] fix nested angle brackets parse inside concept definitionSergey Semushin
2022-05-10[Frontend] Flip default of CreateInvocationOptions::ProbePrecompiled to falseSam McCall
2022-05-09[clang-format] Correctly handle SpaceBeforeParens for builtins.Marek Kurdej
2022-05-09[clang-format] Fix WhitespaceSensitiveMacros not being honoured when macro cl...Marek Kurdej
2022-05-06[Frontend] Fix broken createInvocation test due to bad mergeSam McCall
2022-05-06[clang] createInvocationFromCommandLine -> createInvocation, delete former. NFCSam McCall
2022-05-06[clang-format][NFC] Add a few regression testsowenca
2022-05-06[clang-format] Fix another bug in AlignConsecutiveAssignmentsowenca
2022-05-05[Driver] Make "upgrade" of -include to include-pch optional; disable in clangdSam McCall
2022-05-05[Frontend] give createInvocationFromCommandLine an options structSam McCall
2022-05-05[clang][dataflow] Add flowConditionIsTautology functionEric Li
2022-05-04[clang-format] Fix a bug in AlignConsecutiveAssignmentsowenca
2022-05-04[clang] Track how headers get included generally during lookup timeCyndy Ishida
2022-05-04[clang][dataflow] Only skip ExprWithCleanups when visiting terminatorsEric Li
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman
2022-05-03In MSVC compatibility mode, friend function declarations behave as function d...Fred Tingaud
2022-05-03[clang-format] Add a regression test for aligning macros with keywords.Marek Kurdej
2022-05-02[clang-format] Fix a bug that misformats Access Specifier after *[]owenca
2022-05-01[clang][dataflow] Optimize flow condition representationStanislav Gatev
2022-04-30ClangDriverTests:ToolChainTest.cpp: Fix warnings. [-Wsign-compare]NAKAMURA Takumi
2022-04-30[HLSL][clang][Driver] Support validator version command line option.python3kgae
2022-04-29[randstruct] Automatically randomize a structure of function pointersBill Wendling
2022-04-29[Tooling/DependencyScanning] Make skipping excluded PP ranges during dependen...Argyrios Kyrtzidis
2022-04-28[randstruct] Randomize all elements of a recordBill Wendling
2022-04-28[AST] Improve traversal of concepts and concept requirementsIlya Biryukov
2022-04-28[clang-format] add a regression test for include sortingKrasimir Georgiev
2022-04-28Revert "[clang-format] SortIncludes should support "@import" lines in Objecti...Krasimir Georgiev
2022-04-28[clang-format] Adjust editor cursor position past #include blocksowenca
2022-04-27[AST] Consider QualifiedTemplateName in TemplateName::getAsUsingDecl().Haojian Wu
2022-04-25compile commands header to source heuristic lower-cases filenames before infe...Ishaan Gandhi
2022-04-25[clang][dataflow] Fix `Environment::join`'s handling of flow-condition merging.Yitzhak Mandelbaum
2022-04-25[clang-format] Refactor determineStarAmpUsage NFCsstwcw
2022-04-23[ASTStructuralEquivalence] Add support for comparing ObjCCategoryDecl.Volodymyr Sapsai
2022-04-22Fix crash getting name of a template declTom Eccles
2022-04-22Revert "[randstruct] Check final randomized layout ordering"Nico Weber
2022-04-22[randstruct] Check final randomized layout orderingBill Wendling
2022-04-22[clang-format] Fix a crash on AllowShortFunctionsOnASingleLineowenca