]> granicus.if.org Git - clang/shortlog
clang
2019-05-03 Dmitri GribenkoAdded an AST matcher for declarations that are in the...
2019-05-03 Akira Hatanaka[Sema][ObjC] Disable -Wunused-parameter for ObjC methods
2019-05-03 Leonard ChanRevert "[Attribute/Diagnostics] Print macro if definiti...
2019-05-03 Nico WeberRevert r359814 "[Sema] Emit warning for visibility...
2019-05-03 David BlaikieSemaOverload: Complete candidates before emitting the...
2019-05-02 Richard SmithFix -Wunsequenced false-positives in code controlled...
2019-05-02 Artem Belevich[CUDA] Do not pass deprecated option fo fatbinary
2019-05-02 Leonard Chan[Attribute/Diagnostics] Print macro if definition is...
2019-05-02 Amy HuangChange the metadata for heapallocsite calls when the...
2019-05-02 Nico WeberAnother attempt to fix "could not find clang-check...
2019-05-02 Scott Linder[Sema] Emit warning for visibility attribute on interna...
2019-05-02 Reid KlecknerUse primary template parameter names for variable templ...
2019-05-02 David BlaikieDo not warn on switches over enums that do not use...
2019-05-02 Anastasia Stulova[OpenCL] Fix initialisation of this via pointer.
2019-05-02 Anastasia Stulova[OpenCL] Deduce static data members to __global addr...
2019-05-02 Akira HatanakaFix typo in test case.
2019-05-02 Stephan BergmannAdapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO
2019-05-02 Richard SmithReplace ad-hoc tracking of pattern for an instantiated...
2019-05-02 Richard SmithDiagnose non-dependent qualified friend function templa...
2019-05-02 Tom Tan[COFF, ARM64] Align global symbol by size for ARM64...
2019-05-01 Richard TrieuConsume unexpected "template" keywords after "using"
2019-05-01 Nico WeberRevert r359717, "Make check-clang depend on the clang...
2019-05-01 Kristof Umann[analyzer] Fix buildbot failures caused by a forgotten...
2019-05-01 Reid KlecknerMake clang/utils/creduce-clang-crash.py executable
2019-05-01 Kristof Umann[analyzer] Don't display implementation checkers under...
2019-05-01 Nico WeberMake check-clang depend on the clang-check binary always
2019-05-01 Volodymyr Sapsai[Parser] Avoid correcting delayed typos in array subscr...
2019-05-01 Owen Pan[clang-format] Fix a bug in AlignConsecutiveDeclarations.
2019-05-01 Petr Hosek[Driver] Explicitly request platform rtlib in the Drive...
2019-05-01 Scott LinderBump DIAG_SIZE_SEMA, as we've hit it.
2019-05-01 Hubert Tong[analyzer][tests][NFC] Add EOF newlines, normalize...
2019-05-01 Hubert Tong[analyzer][tests] Use diff_plist, correct order of...
2019-05-01 Owen Pan[clang-format] Fix bug that misses some function-like...
2019-05-01 Fangrui SongChange llvm-{objdump,readobj} -long-option to --long...
2019-05-01 Tom Stellardlib/Header: Fix Visual Studio builds try #2
2019-04-30 JF BastienFix auto-init test
2019-04-30 Dan Gohman[WebAssembly] Use the "wasm32-wasi" triple in tests
2019-04-30 JF BastienVariable auto-init: don't initialize aggregate padding...
2019-04-30 Reid KlecknerRemove two unnecessary wrappers of canPassInRegisters
2019-04-30 Alina SbirleaSet LoopInterleaved in the PassManagerBuilder.
2019-04-30 Petr Hosek[Driver] Support compiler-rt crtbegin.o/crtend.o for...
2019-04-30 Yaxun LiuAdd requires amdgpu-registered-target for amdgpu-float1...
2019-04-30 Yaxun LiuAMDGPU: Enable _Float16
2019-04-30 Yitzhak Mandelbaum[LibTooling] Fix broken test after r359574.
2019-04-30 Yitzhak Mandelbaum[LibTooling] Change Transformer's TextGenerator to...
2019-04-30 Russell GallopFix inconsistency in calculating DIAG_START_ values.
2019-04-30 Simon PilgrimFix gcc "-Wdangling-else" warning. NFCI.
2019-04-30 Simon PilgrimFix gcc "-Wdangling-else" warnings. NFCI.
2019-04-30 Kristof Umann[analyzer][UninitializedObjectChecker] PR41611: Regard...
2019-04-30 Artem Dergachev[analyzer] Treat functions without run-time branches...
2019-04-30 Artem Dergachev[analyzer] SmartPtrModeling: Fix a null dereference.
2019-04-30 JF Bastien[NFC] typo
2019-04-30 JF Bastien[NFC] typo
2019-04-29 Ahsan SaghirAdd __builtin_dcbf support for PPC
2019-04-29 David Bolvansky[Diagnostics] Support -Wtype-limits for GCC compatibility
2019-04-29 Reid KlecknerRe-land r359250, [COFF] Statically link certain runtime...
2019-04-29 Douglas YungMake test more robust by writing stdout/stderr to diffe...
2019-04-29 Reid KlecknerSimplify exclusion of nested classes from extern templa...
2019-04-29 Mike RiceWhen skipping code at the start of a file during PCH...
2019-04-29 Raphael Isemann[ASTImporter] Add an ImportImpl method to allow customi...
2019-04-29 Yitzhak Mandelbaum[LibTooling] Fix unneeded use of unique_ptr where share...
2019-04-29 Alexey Bataev[OPENMP]Fix PR41617: crash on template instantiation.
2019-04-29 Ivan Donchevskii[libclang] Add missing export for clang_Cursor_isAnonym...
2019-04-29 Ivan Donchevskii[libclang] Restore old clang_Cursor_isAnonymous behaviour
2019-04-28 Qiu Chaofan[PowerPC][Clang] Add tests for PowerPC MMX intrinsics
2019-04-27 Richard SmithReinstate r359059, reverted in r359361, with a fix...
2019-04-27 Vitaly Buka[AArch64] Initialize HasMTE
2019-04-27 Jorge Gorbe... Revert Fix interactions between __builtin_constant_p...
2019-04-27 Petr Hosek[Fuchsia] Support multilib for -fsanitize=address and...
2019-04-27 Petr Hosek[Driver] Support priority for multilibs
2019-04-26 Alex Lorenz[clang][driver] Weaken the test from 359353 to appease...
2019-04-26 Alex Lorenz[driver][macOS] Link libarclite from the default toolch...
2019-04-26 Sylvestre LedruAdd to the release notes the fact that UninitializedObj...
2019-04-26 Javed Absar[AArch64] Add support for MTE intrinsics
2019-04-26 Martin Storsjo[MinGW] Always emit local typeinfo
2019-04-26 Michael Liao[HIP] Fix visibility of `__constant__` variables.
2019-04-26 Martin Storsjo[MinGW] Do dllexport inline methods in template instant...
2019-04-26 Martin Storsjo[MinGW] Don't let template instantiation declarations...
2019-04-26 Alexey Bataev[OPENMP]Added check for non-random access types for...
2019-04-26 Shafik Yaghmour[ASTImporter] Copy Argument Passing Restrictions settin...
2019-04-26 Yonghong Song[BPF] do not generate predefined macro bpf
2019-04-26 Martin Storsjo[MinGW] Fix dllexport of explicit template instantiation
2019-04-26 Adam Balogh[Analyzer] Iterator Checkers - Do an early return after...
2019-04-26 Owen Pan[clang-format] Fix documentation for FixNamespaceComments
2019-04-26 Richard SmithPR41607: Don't forget to substitute outer template...
2019-04-26 Artem Dergachev[analyzer] RetainCount: Add a suppression for "the...
2019-04-26 Artem Dergachev[analyzer] RetainCount: Allow offsets in return values.
2019-04-26 Artem Dergachev[analyzer] Fix crash when returning C++ objects from...
2019-04-26 Richard Smith[www] Rebuild cxx_dr_status.
2019-04-26 Richard SmithC++ DR2387: a variable template declared wtih (or insta...
2019-04-26 Richard SmithAdd missing diagnostic for explicit instantiation decla...
2019-04-26 Tom StellardRevert lib/Header: Fix Visual Studio builds
2019-04-26 Tom Stellardlib/Header: Fix Visual Studio builds
2019-04-25 Reid KlecknerRevert [COFF] Statically link certain runtime library...
2019-04-25 Reid Kleckner[COFF] Statically link certain runtime library functions
2019-04-25 Artem Belevich[CUDA] Implemented _[bi]mma* builtins.
2019-04-25 Rong Xu[PGO] Fix buildbot failure in 359215
2019-04-25 Artem Dergachev[analyzer] Add FIXMEs for alpha.unix.cstring.OutOfBound...
2019-04-25 David BlaikieSkip type units/type uniquing when we know we're only...
2019-04-25 Martin Storsjo[Windows] Separate elements in -print-search-dirs with...
next