]> granicus.if.org Git - clang/shortlog
clang
2019-01-12 Stephen KellyNFC: Port loop to cxx_range_for
2019-01-11 George Karpenkov[analyzer] Support for OSObjects out parameters in...
2019-01-11 George Karpenkov[analyzer] Introduce a convenience method for getting...
2019-01-11 Steven Wu[Darwin][Driver] Don't pass a file as object_path_lto...
2019-01-11 Stephen KellyImplement Attr dumping in terms of visitors
2019-01-11 Stephen Kelly[ASTDump] Add utility for dumping a label with child...
2019-01-11 Serge Guelton[Bug 39548][Clang] PGO bootstrap fails with python3...
2019-01-11 Evandro Menezes[test] Update support for Exynos M4 (NFC)
2019-01-11 Vedant Kumar[MergeFunc] Update clang test for r350939
2019-01-11 Teresa Johnson[LTO] Add option to enable LTOUnit splitting, and disab...
2019-01-11 George Karpenkov[analyzer] [NFC] Fix the FIXME in tests
2019-01-11 George Karpenkov[attributes] Extend os_returns_(not_?)_retained attribu...
2019-01-11 Erich KeaneFix a pair of Wfallthrough warnings in ScanfFormatString.
2019-01-11 Chris KennellyImplementation Feature Test Macros for P0722R3
2019-01-11 Bjorn PetterssonSilence -Wsign-compare in unittests
2019-01-11 Akira Hatanaka[Sema] Make canPassInRegisters return true if the CXXRe...
2019-01-11 Akira Hatanaka[Sema] If CheckPlaceholderExpr rewrites the initializer...
2019-01-11 Richard SmithRemember to instantiate explicit template argument...
2019-01-11 Brian Gesiak[AST] Remove ASTContext from getThisType (NFC)
2019-01-11 Richard TrieuFix header issues.
2019-01-11 Aaron BallmanAdd an explicit initializer to silence a -Wmissing...
2019-01-10 Thomas Lively[WebAssembly] Add unimplemented-simd128 feature, gate...
2019-01-10 Artem Dergachev[analyzer] pr38838, pr39976: Fix crash on diagnosing...
2019-01-10 Sterling AugustineProperly support -shared-libgcc.
2019-01-10 Aaron BallmanCorrect the source range returned from preprocessor...
2019-01-10 Stephen KellyNFC: Change case of identifiers
2019-01-10 Akira Hatanaka[Sema] Call CheckPlaceholderExpr to resolve typeof...
2019-01-10 Yaxun Liu[HIP] Use nul instead of /dev/null when running on...
2019-01-10 Nick Desaulniersfixup: sphinx warning
2019-01-10 Nick Desaulniers[SemaCXX] add -Woverride-init alias to -Winitializer...
2019-01-10 Nicolas LesserFix false positive unsequenced access and modification...
2019-01-10 George Karpenkov[analyzer] [hotfix] Fix the tests
2019-01-10 George Karpenkov[analyzer] Update the category name for RetainCountChec...
2019-01-10 George Karpenkov[analyzer] [NFC] [RetainCountChecker] Remove dead unuse...
2019-01-10 George Karpenkov[analyzer] Quote the type of the leaked/problematic...
2019-01-10 George Karpenkov[analyzer] [NFC] Reverse the argument order for "diff...
2019-01-10 George Karpenkov[analyzer] [NFC] Reduce redundancy in RetainSummaryMana...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] [NFC] Remove SummaryLog
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] [NFC] Another minor...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] [NFC] Refactor the...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] Remove redundant enum...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] Remove obsolete "MakeCo...
2019-01-10 George Karpenkov[analyzer] [RetainCountChecker] [NFC] Remove redundant...
2019-01-10 George Karpenkov[analyzer] [NFC] Track object type with ArgEffect in...
2019-01-10 George Karpenkov[analyzer] [NFC] Move ObjKind into a separate top-level...
2019-01-10 Erik PilkingtonSplit -Wdelete-non-virtual-dtor into two groups
2019-01-10 Rafael Stahl[analyzer][CrossTU][NFC] Generalize to external definit...
2019-01-10 Aaron BallmanCorrect the spelling of helpURI to helpUri.
2019-01-10 Ivan Donchevskii[libclang] Fix clang_Cursor_isAnonymous
2019-01-10 Stanislav Mekhanoshin[AMDGPU] Separate feature dot-insts
2019-01-10 Richard TrieuRefactor declarations of ASTContext allocate functions...
2019-01-10 Craig Topper[X86] Really make the pointer arguments to avx512 gathe...
2019-01-10 Richard SmithIn nothrow new-expressions, null-check the result if...
2019-01-09 Nick Desaulniers[Sema] Mark target of __attribute__((alias("target...
2019-01-09 Alex Lorenz[ObjC] Allow the use of implemented unavailable methods...
2019-01-09 Gheorghe-Teodor... [OpenMP] Avoid remainder operations for loop index...
2019-01-09 Gheorghe-Teodor... [OpenMP] Add flag for preventing the extension to 64...
2019-01-09 Alexey Bataev[OPENMP][DOCS]Release notes/OpenMP support updates...
2019-01-09 Aaron BallmanRemoving an include that was not necessary; NFC.
2019-01-09 Shoaib Meenai[CodeGen] Clarify comment about COFF common symbol...
2019-01-09 Bruno Ricci[AST] Move back BasePathSize to the bit-fields of CastExpr
2019-01-09 Alexey BataevIncorrect implicit data-sharing for nested tasks
2019-01-09 Bruno Ricci[AST] Store the results in OverloadExpr in a trailing...
2019-01-09 Alexander KornienkoRemove dependency-related arguments in clang-check.
2019-01-09 Nico WeberFix typo in comment
2019-01-09 Florian HahnRevert r350648: "Fix clang for r350647: Missed a functi...
2019-01-09 Ilya Biryukov[Driver] Fix libcxx detection on Darwin with clang...
2019-01-09 Anastasia StulovaUse DeclSpec for quals in DeclaratorChunk::FunctionType...
2019-01-09 Craig Topper[X86] Make the pointer arguments to avx512 gather/scatt...
2019-01-08 Alex Lorenz[libclang] Fix the mismatched delete operator for ExprE...
2019-01-08 Stephen Kelly[ASTDump] NFC: Move dumpDeclRef to NodeDumper
2019-01-08 Dan Albert[Driver] Default to -fno-addrsig on Android.
2019-01-08 Alex Lorenz[libclang] Recommit r336590 with a fix for the memory...
2019-01-08 Stephen KellyImplement the TreeStructure interface through the TextN...
2019-01-08 Dan AlbertAndroid is not GNU, so don't claim that it is.
2019-01-08 Louis Dionne[Sema] Teach Clang that aligned allocation is not suppo...
2019-01-08 Philip PfaffeFix clang for r350647: Missed a function rename
2019-01-08 Erich KeaneFix opencl test broken on windows by r350643.
2019-01-08 JF Bastien[NFC] Don't over-eagerly check block alignment
2019-01-08 Erich KeaneLimit COFF 'common' emission to <=32 alignment types.
2019-01-08 Erik Pilkington__has_feature(pragma_clang_attribute_namespaces) should...
2019-01-08 Paul RobinsonRename DIFlagFixedEnum to DIFlagEnumClass. NFC
2019-01-08 Erik PilkingtonRevert "Split -Wdelete-non-virtual-dtor into -Wdelete...
2019-01-08 Alexander KornienkoFix use-after-free bug in Tooling.
2019-01-08 Paul RobinsonDon't emit DW_AT_enum_class unless it's actually an...
2019-01-08 Bruno Ricci[AST][NFC] Pack CXXScalarValueInitExpr
2019-01-08 Alexey Bataev[OPENMP]Fix PR40191: Do not allow orphaned cancellation...
2019-01-08 Bruno Ricci[AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplat...
2019-01-08 Bruno Ricci[AST] Pack CXXDependentScopeMemberExpr
2019-01-08 Bruno Ricci[Sema] Diagnose array access preceding the array bounds...
2019-01-08 Simon Pilgrim[X86] Add shift-by-immediate tests for non-immediate...
2019-01-08 Sam McCall[ASTMatchers] Improve assert message for broken parent...
2019-01-08 Erik PilkingtonSplit -Wdelete-non-virtual-dtor into -Wdelete-abstract...
2019-01-07 Stephen KellyNFC: Replace asserts with if() in SourceLocation accessors
2019-01-07 Erik PilkingtonAdd a __has_feature check for namespaces on #pragma...
2019-01-07 Alexey Bataev[OPENMP]Add call to __kmpc_push_target_tripcount()...
2019-01-07 Craig TopperRecommit r350555 "[X86] Use funnel shift intrinsics...
2019-01-07 Craig TopperRevert r350555 "[X86] Use funnel shift intrinsics for...
2019-01-07 Craig Topper[X86] Use funnel shift intrinsics for the VBMI2 vshld...
2019-01-07 Alexey Bataev[OPENMP][NVPTX]Reduce number of barriers in reductions.
next