]> granicus.if.org Git - clang/shortlog
clang
2019-09-26 Nicholas Allegra[Consumed][NFC] Refactor handleCall to take function...
2019-09-26 Michael Kruse[OpenMP 5.0] Fix user-defined mapper lookup in sema
2019-09-26 Richard SmithAlways rebuild a DeclRefExpr if its FoundDecl would...
2019-09-26 Alexey Bataev[OPENMP50]Emit warnings if the functions was defined...
2019-09-26 Alex Lorenz[clang-scan-deps] Allow continuation line backslashes...
2019-09-26 Artem DergachevRevert "[analyzer] A speculative attempt to avoid gcc...
2019-09-26 Reid KlecknerOnly pass -coverage-notes-file when emitting coverage
2019-09-26 Reid KlecknerMove normalization of `\` in #includes from -fms-compat...
2019-09-26 Reid KlecknerUn-XFAIL coverage_no_integrated_as.c test on Windows
2019-09-26 Sven van Haastregt[OpenCL] Add -Wconversion to fdeclare-opencl-builtins...
2019-09-26 David Zarzycki[Testing] Workaround libcxx bug when OS is "none"
2019-09-26 Artem Dergachev[analyzer] A speculative attempt to avoid gcc-7 crashes...
2019-09-26 Mikael Holmen[SortIncludesTest] Add SortPriority fields to fix ...
2019-09-26 Artem Dergachev[analyzer] Avoid small vectors of non-default-construct...
2019-09-26 Fangrui Song[clang-format] Add SortPriority fields to fix -Wmissing...
2019-09-26 Yitzhak Mandelbaum[libTooling] Add `run` combinator to Stencils.
2019-09-25 Reid KlecknerSimplify -fms-compatibility include lookup logic, NFC
2019-09-25 Evgeniy StepanovFix memory leak in DeclTest.
2019-09-25 Paul Hoad[clang-format] Modified SortIncludes and IncludeCategor...
2019-09-25 Yitzhak Mandelbaum[libTooling][NFC] Switch StencilTest.cpp to use EXPECT_...
2019-09-25 Alexey Bataev[OPENMP50]Parsing/sema support for 'implementation...
2019-09-25 Vedant Kumar[Mangle] Add flag to asm labels to disable '\01' prefixing
2019-09-25 Michael Liao[CUDA][HIP] Enable kernel function return type deduction.
2019-09-25 Ilya BiryukovRe-land r372863: [AST] Extract Decl::printNestedNameSpe...
2019-09-25 Yitzhak Mandelbaum[NFC] Fix typo in `getPreviousDecl` comment.
2019-09-25 Ilya BiryukovRevert r372863: [AST] Extract Decl::printNestedNameSpec...
2019-09-25 Yitzhak Mandelbaum[libTooling] Introduce the MatchConsumer abstraction
2019-09-25 Ilya Biryukov[AST] Extract Decl::printNestedNameSpecifier helper...
2019-09-25 Hans WennborgAdd a release note for r372844
2019-09-25 Hans WennborgRevert r370850 "Re-commit r363191 "[MS] Pretend constex...
2019-09-25 Sven van Haastregt[OpenCL] Add image query builtin functions
2019-09-25 Fangrui Song[Driver] Always use -z separate-loadable-segments with...
2019-09-25 Pengfei Wang [x86] Adding support for some missing intrinsics:...
2019-09-24 David Bolvansky[NFC] Strenghten preconditions for warning
2019-09-24 Yaxun Liu[HIP] Support new kernel launching API
2019-09-24 Paul Hoad[clang-format] [PR36858] Add missing .hh and .cs extens...
2019-09-24 David Bolvansky[Diagnostics] Handle tautological left shifts in boolea...
2019-09-24 David Bolvansky[NFC] Update test after r372708
2019-09-24 David Bolvansky[Diagnostics] Do not diagnose unsigned shifts in boolea...
2019-09-24 Gabor Marton[ASTImporter] 4th attempt to fix Windows buildbot test...
2019-09-24 Paul Hoad[clang-format] NFC clang-format the clang-format unit...
2019-09-24 Gabor Marton[ASTImporter] 3rd attempt to fix Windows buildbot test...
2019-09-24 Jan KorousRevert "[static analyzer] Define __clang_analyzer__...
2019-09-24 Jan KorousRevert "[static analyzer][test] Test directly that...
2019-09-24 Jan Korous[static analyzer][test] Test directly that driver sets...
2019-09-24 Adrian PrantlSupport for DWARF-5 C++ language tags.
2019-09-24 Jan Korous[static analyzer] Remove --analyze-auto
2019-09-24 Jan Korous[static analyzer] Define __clang_analyzer__ macro in...
2019-09-23 Jonas DevlieghereRevert "Support for DWARF-5 C++ language tags."
2019-09-23 Alex Langford[NFCI] Return PathSensitiveBugReport where appropriate
2019-09-23 David Bolvansky[Diagnostics] Warn for enum constants in bool context...
2019-09-23 Adrian PrantlSupport for DWARF-5 C++ language tags.
2019-09-23 Gabor Marton[ASTImporter] 2nd attempt to fix Windows buildbot test...
2019-09-23 Michael Liao[Sema] Fix the atomic expr rebuilding order.
2019-09-23 Alexey Bataev[OPENMP]Use standard parsing for 'match' clause, NFC.
2019-09-23 Gabor Marton[ASTImporter] Attempt to fix Windows buildbot test...
2019-09-23 Erik PilkingtonNFC: Fix a poorly-written test
2019-09-23 Zoe Carver Fix __is_fundamental to accept nullptr_t
2019-09-23 Alexey Bataev[OPENMP]Fix PR43355: DO not emit target calls if only...
2019-09-23 Zoe Carver Fix __is_signed builtin
2019-09-23 Sven van Haastregt[docs] Fix some typos in InternalsManual
2019-09-23 David Bolvansky[Diagnostics] Warn if '<<' in bool context with -Wint...
2019-09-23 Erich KeaneFix test atomic-expr.cpp after R372422
2019-09-23 Alexey Bataev[OPENMP]Call __kmpc_push_tripcount in task context.
2019-09-23 Yitzhak Mandelbaum[libTooling] Add `access` and `ifBound` combinators...
2019-09-23 David Bolvansky[Diagnostics] Avoid -Wsizeof-array-div when dividing...
2019-09-23 Yitzhak Mandelbaum[libTooling] Introduce new library of source-code builders.
2019-09-23 Dmitri GribenkoRemoved dead code from Stencil.h
2019-09-23 David Bolvansky[NFC] Fixed clang wasm test after rL372573
2019-09-23 Gabor Marton[ASTImporter][NFC] Add comprehensive tests for ODR...
2019-09-23 Guillaume Chatelet[Alignment] fix build
2019-09-23 Richard SmithFor P0784R7: add further testing of requirements on...
2019-09-23 Richard SmithFor P0784R7: add support for constexpr destructors...
2019-09-22 Craig Topper[X86] Require last argument to LWPINS/LWPVAL builtins...
2019-09-22 David Bolvansky[NFC] Fixed failed test
2019-09-22 David Bolvansky[Diagnostics] Warn if ?: with integer constants always...
2019-09-22 Gauthier Harnisch[clang] fixing conditional explicit for out-of-line...
2019-09-22 Michal Gorny[clang] [Basic] Enable __has_feature(leak_sanitizer)
2019-09-22 Yonghong Song[CLANG][BPF] permit any argument type for __builtin_pre...
2019-09-22 Paul HoadClang-format: Add Whitesmiths indentation style
2019-09-22 Benjamin KramerMove classes into anonymous namespaces. NFC.
2019-09-21 James Y KnightNFC: Change ObjCQualified*TypesAreCompatible to take
2019-09-21 Kristof UmannAttempt to fix a windows buildbot failure
2019-09-21 Nandor Licker[Clang Interpreter] Fixed Bug 43362, build failure...
2019-09-21 Richard TrieuFix bad APInt compare.
2019-09-21 Richard TrieuMerge and improve code that detects same value in compa...
2019-09-21 Yaxun LiuRevert assertion added by r372394
2019-09-21 Richard TrieuImprove -Wtautological-overlap-compare
2019-09-21 Alex Lorenz[clang-scan-deps] strip the --serialize-diagnostics...
2019-09-20 Richard SmithRemove outdated FIXME.
2019-09-20 Richard SmithFix assertion failure when constant evaluation of a...
2019-09-20 Ulrich Weigand[SystemZ] Support z15 processor name
2019-09-20 Erich KeaneEnsure AtomicExpr goes through SEMA checking after...
2019-09-20 Kristof UmannFix a documentation error
2019-09-20 Richard Smith[www] Turn 'Clang 9' boxes green in C++ status pages...
2019-09-20 Kristof UmannReland '[analyzer][MallocChecker][NFC] Document and...
2019-09-20 Yitzhak Mandelbaum[libTooling] Add `ifBound`, `elseBranch` RangeSelector...
2019-09-20 Yaxun Liu[CUDA][HIP] Fix hostness of defaulted constructor
2019-09-20 Jonas Paulsson[SystemZ] Add SystemZ as supporting target in help...
2019-09-20 Benjamin Kramer[StaticAnalyzer] Use llvm::StringLiteral instead of...
next