]> granicus.if.org Git - clang/shortlog
clang
2019-02-02 James Y KnightRemove redundant FunctionDecl argument from a couple...
2019-02-01 George Karpenkov[analyzer] Hotfix for RetainCountChecker: assert was...
2019-02-01 Dan Gohman[WebAssembly] Fix ImportName's position in this test.
2019-02-01 Roman LebedevRevert "[AST][OpenMP] OpenMP Sections / Section constru...
2019-02-01 Dan Gohman[WebAssembly] Add an import_field function attribute
2019-02-01 Eric FiselierImprove diagnostic to tell you a type is incomplete.
2019-02-01 Richard SmithFactor out duplication between ExprIterator and ConstEx...
2019-02-01 Eric FiselierDon't use ASTContext in DeclOpenMP.h because it's still...
2019-02-01 Michael Kruse[OpenMP 5.0] Parsing/sema support for "omp declare...
2019-02-01 Max MorozUpdate SanitizerCoverage doc regarding the issue with...
2019-02-01 James Y KnightFix some sphinx doc errors.
2019-02-01 Roman Lebedev[AST][OpenMP] OpenMP Sections / Section constructs...
2019-02-01 Stefan Granitz[CMake] External compiler-rt-configure requires LLVMTes...
2019-02-01 Fangrui Song[libclang] Fix -DBUILD_SHARED_LIBS=on build after rC352803
2019-02-01 Eric Liu[CUDA] Relax lit test condition after r352798.
2019-02-01 Ilya BiryukovDisable tidy checks with too many hits
2019-02-01 Yevgeny RoubanProvide reason messages for unviable inlining
2019-02-01 Sergi Mateo... Test commit: fix typo
2019-02-01 Serge GueltonFix isInSystemMacro to handle pasted macros
2019-02-01 Brian Gesiak[SemaCXX] Param diagnostic matches overload logic
2019-02-01 Julian Lettner[Sanitizers] UBSan unreachable incompatible with ASan...
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-02-01 George Karpenkov[analyzer] [RetainCountChecker] Fix object type for...
2019-02-01 Akira HatanakaRevert "[Sema] Make canPassInRegisters return true...
2019-01-31 Kostya Serebryany[sanitizer-coverage] prune trace-cmp instrumentation...
2019-01-31 Nico WeberRe-disable pch-from-libclang.c after 352803, some build...
2019-01-31 Stephen Kelly[ASTDump] Make template specialization tests more exact
2019-01-31 Nico WeberMake clang/test/Index/pch-from-libclang.c pass in more...
2019-01-31 Yaxun LiuDo not copy long double and 128-bit fp format from...
2019-01-31 James Y KnightRevert "[opaque pointer types] Add a FunctionCallee...
2019-01-31 Artem Belevich[CUDA] add support for the new kernel launch API in...
2019-01-31 Artem Belevich[CUDA] Propagate detected version of CUDA to cc1
2019-01-31 Thomas Lively[WebAssembly] Add bulk memory target feature
2019-01-31 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-01-31 Ilya Biryukov[CodeComplete] Propagate preferred types through parser...
2019-01-31 Nico WeberAccomodate gcc 7.3.0's -Wdangling-else
2019-01-31 Anastasia Stulova[OpenCL] Fixed addr space manging test.
2019-01-31 Eric LiuRevert "[Sanitizers] UBSan unreachable incompatible...
2019-01-31 Rafael AulerRevert "Support attribute used in member funcs of class...
2019-01-31 Rafael AulerSupport attribute used in member funcs of class templates
2019-01-31 Petr HosekRevert "[CMake] Unify scripts for generating VCS headers"
2019-01-31 Petr Hosek[CMake] Unify scripts for generating VCS headers
2019-01-30 Kristof Umann[analyzer] Make NullReturnedFromNonnullChecker depend...
2019-01-30 Julian Lettner[Sanitizers] UBSan unreachable incompatible with ASan...
2019-01-30 Erik Pilkington[CodeGenObjC] Handle exceptions when calling objc_alloc...
2019-01-30 Stephen Kelly[ASTDump] Inline traverse methods into class
2019-01-30 Erik PilkingtonDon't define __has_feature(objc_fixed_enum) in non...
2019-01-30 Alexey Bataev[OPENMP]Fix PR40536: Do not emit __kmpc_push_target_tri...
2019-01-30 Erik PilkingtonAdd a new builtin: __builtin_dynamic_object_size
2019-01-30 Erik PilkingtonAdd a 'dynamic' parameter to the objectsize intrinsic
2019-01-30 Stephen Kelly[ASTDump] Make method definition order matches declarat...
2019-01-30 Stephen Kelly[ASTDump] Re-arrange method declarations to group Visit...
2019-01-30 Stephen Kelly[ASTDump] Rename methods which are conceptually Visits
2019-01-30 Stephen Kelly[ASTDump] NFC: Inline vestigial methods
2019-01-30 Stephen Kelly[ASTDump] Move Decl node dumping to TextNodeDumper
2019-01-30 Roman Lebedev[ASTDumper][OpenMP] CapturedDecl has a 'nothrow' bit
2019-01-30 Ben Hamilton[clang-format] Fix line parsing for noexcept lambdas
2019-01-30 Yaxun Liu[HIP] Fix size_t for MSVC environment
2019-01-30 Eric Liu[OpenGL] Fix test on PPC after r352540
2019-01-30 Anastasia Stulova[OpenCL] Add generic addr space to the return of implic...
2019-01-30 Michal Gorny[clang] [Driver] [NetBSD] Append -rpath for shared...
2019-01-30 Jonas Devlieghere[ModuleDependencyCollector] Use llvm::sys::fs::real_pat...
2019-01-30 James Y KnightCleanup: replace uses of CallSite with CallBase.
2019-01-30 Richard SmithSimplify and modernize this code a little.
2019-01-30 George Karpenkov[analyzer] [RetainCountChecker] Bugfix for tracking...
2019-01-30 Petr Hosek[CMake][Fuchsia] Re-enable iOS runtimes for Fuchsia...
2019-01-30 Petr Hosek[CMake][Fuchsia] Enable hermetic static libunwind for...
2019-01-30 Aaron PuchertFix thread safety tests after r352549
2019-01-30 Artem Dergachev[analyzer] NFC: GenericTaintChecker: Revise rule specif...
2019-01-29 Stephen KellyNFC: Move GenericSelectionExpr dump to NodeDumper
2019-01-29 Stephen KellyNFC: Implement GenericSelectionExpr::Association dump...
2019-01-29 Aaron PuchertThread safety analysis: Improve diagnostics for double...
2019-01-29 Matt ArsenaultOpenCL: Try to fix bot test failure
2019-01-29 Alexey Bataev[OPENMP]Fix PR40513: lastprivate taskloop counter.
2019-01-29 Paul Robinson[cc1as] Test that -g of empty .s file does something...
2019-01-29 Matt ArsenaultOpenCL: Use length modifier for warning on vector print...
2019-01-29 Matt ArsenaultRevert "OpenCL: Extend argument promotion rules to...
2019-01-29 Steven WuFix the tests from r350970
2019-01-29 James Y KnightFix the behavior of clang's -w flag.
2019-01-29 George Karpenkov[analyzer] [RetainCountChecker] Track input parameters...
2019-01-29 George Karpenkov[analyzer] [RetainSummaryManager] [NFC] Split one funct...
2019-01-29 George Karpenkov[analyzer] [ARCMT] [NFC] Unify entry point into RetainS...
2019-01-29 George KarpenkovExtend AnyCall to handle callable declarations without...
2019-01-29 George Karpenkov[analyzer] [RetainCountChecker] Support 'taggedRetain...
2019-01-29 Alexey Bataev[OPENMP]Make the loop with unsigned counter countable.
2019-01-29 Sterling AugustineRollback unwindlib patch.
2019-01-29 James Y KnightAdjust documentation for git migration.
2019-01-29 Eric Liu[Tooling] Handle #pragma once header guard in include...
2019-01-29 Yaxun Liu[CUDA][HIP] Do not diagnose use of _Float16
2019-01-29 Bruno RicciRe-commit "[AST] Introduce GenericSelectionExpr::Associ...
2019-01-29 Gabor Horvath[analyzer] Toning down invalidation a bit
2019-01-29 Gabor Horvath[analyzer] Added a checklist to help checker authors...
2019-01-29 Gabor Horvath[analyzer] Fix a typo in docs
2019-01-29 Sam Parker[AArch64] Update int64_t ACLE builtin arguments
2019-01-29 Mikael HolmenRemove unused variable to silence compiler warning
2019-01-29 Petr Hosek[CMake][Fuchsia] Temporarily disable modules for second...
2019-01-28 Matt ArsenaultAMDGPU: Add ds append/consume builtins
2019-01-28 Shafik Yaghmour[ASTImporter] Fix handling of overriden methods during...
2019-01-28 Alexey Bataev[OPENMP][NVPTX]Emit service debug variable for NVPTX.
2019-01-28 Sterling AugustineCorrect help text for --unwindlib options.
next