]> granicus.if.org Git - clang/shortlog
clang
2019-07-03 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-07-03 Fangrui SongChange std::{lower,upper}_bound to llvm::{lower,upper...
2019-07-03 Kadir Cetinkaya[clang][HeaderSearch] Shorten paths for includes in...
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement bug nodes...
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: NFC: Add more comments.
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: Collapse very long...
2019-07-03 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement checker...
2019-07-02 Erik Pilkington[C++2a] Add __builtin_bit_cast, used to implement std...
2019-07-02 Sam McCallclang-format: Add new style option AlignConsecutiveMacros
2019-07-02 Yitzhak Mandelbaum[LibTooling] Extend `RewriteRule` with support for...
2019-07-02 Kadir Cetinkaya[clang][ArgumentAdjusters] Do not add fsyntax-only...
2019-07-02 Nico Weberclang-cl: Make /d1reportAllClassLayout actually work...
2019-07-02 Alexandros... [clang][Driver][ARM] NFC: Remove unused function parameter
2019-07-02 Benjamin Kramer[ASTImporter] Make headers self-contained
2019-07-02 Gabor Marton[ASTImporter] Structural eq: handle DependentScopeDeclR...
2019-07-02 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement a dark...
2019-07-02 Artem Dergachev[analyzer] exploded-graph-rewriter: Improve program...
2019-07-02 Artem Dergachev[analyzer] exploded-graph-rewriter: Add support for...
2019-07-01 Nathan Huckleberry[analyzer] Support kfree in MallocChecker
2019-07-01 Artem Dergachev[analyzer] exploded-graph-rewriter: NFC: Add a forgotte...
2019-07-01 Artem Dergachev[analyzer] Fix invalidation when returning into a ctor...
2019-07-01 Artem Dergachev[analyzer] NonnullGlobalConstants: Don't be confused...
2019-07-01 Artem Dergachev[analyzer] CStringChecker: Modernize to use CallDescrip...
2019-07-01 Artem Dergachev[analyzer] NFC: CallDescription: Implement describing...
2019-07-01 Artem Dergachev[analyzer] NFC: Add a convenient CallDescriptionMap...
2019-07-01 Artem Dergachev[analyzer] exploded-graph-rewriter: Add support for...
2019-07-01 Artem Dergachev[analyzer] exploded-graph-rewriter: Implement program...
2019-07-01 JF BastienFix breakage introduced by D60974
2019-07-01 Alexander KornienkoFixed two issues in clang-tidy -help.
2019-07-01 Alexey Bataev[OPENMP]Fix handling of lambda captures in target regions.
2019-07-01 Gabor Marton[ASTImporter] Mark erroneous nodes in shared st
2019-07-01 Sam Elliott[RISCV] Avoid save-restore target feature warning
2019-07-01 Benjamin Kramer[ASTImporter] Silence unused variable warning in Releas...
2019-07-01 Gabor Marton[ASTImporter] Mark erroneous nodes in from ctx
2019-07-01 Gabor Marton[ASTImporter] Propagate error from ImportDeclContext
2019-06-30 Mike SpertusVarious tweaks to MSVC natvis visualizers
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-06-29 Fangrui Song[Driver] Fix style issues of --print-supported-cpus...
2019-06-29 Leonard ChanRevert "[clang][NewPM] Fix broken profile test"
2019-06-28 Jan Korous[clang][test][NFC] Explicitly specify clang ABI in...
2019-06-28 Alexey Bataev[OPENMP]Improve analysis of implicit captures.
2019-06-28 Brad SmithRevert enabling frame pointer elimination on OpenBSD...
2019-06-28 Volodymyr Sapsai[ODRHash] Fix null pointer dereference for ObjC selecto...
2019-06-28 Alexey Bataev[OPENMP]Fix top DSA for static members.
2019-06-28 Alexey Bataev[OPENMP]Fix DSA for loop iteration variables in simd...
2019-06-28 Krzysztof Parzyszek[Hexagon] driver uses out-of-date option name and binar...
2019-06-28 Alexey Bataev[OPENMP]Fix checks for DSA in simd constructs.
2019-06-28 Gabor Marton[CTU] Add missing statistics
2019-06-27 Nathan Huckleberry[analyzer] Fix clang-tidy crash on GCCAsmStmt
2019-06-27 Akira HatanakaPattern match struct types in test case.
2019-06-27 Alexey Bataev[OPENMP]Generate correctly implicit flags for mapped...
2019-06-27 Djordje Todorovic[clang] Add DISuprogram and DIE for a func decl
2019-06-27 Vitaly Buka[NFC] Return early for types with size zero
2019-06-27 Vitaly Buka[NFC] Remove unneeded local variables
2019-06-26 Erik Pilkington[ObjC] Improve error message for a malformed objc-type...
2019-06-26 Aaron PuchertFix formatting after r364479
2019-06-26 Aaron Puchert[Clang] Remove unused -split-dwarf and obsolete -enable...
2019-06-26 Reid KlecknerRevert r363191 "[MS] Pretend constexpr variable templat...
2019-06-26 Alex Lorenz[clang-scan-deps] Introduce the DependencyScanning...
2019-06-26 Guanzhong Chen[WebAssembly] Implement Address Sanitizer for Emscripten
2019-06-26 JF BastienBitStream reader: propagate errors
2019-06-26 Xing XuePrint NULL as "(null)" in diagnostic message
2019-06-26 Nico WeberMake AddLastArg() variadic and use it more. No behavior...
2019-06-26 Michael LiaoMake CodeGen depend on ASTMatchers
2019-06-26 Djordje Todorovic[clang/DIVar] Emit the flag for params that have unmodi...
2019-06-26 Sven van Haastregt[OpenCL] Improve diagnostic for placement new
2019-06-26 Djordje Todorovic[clang] Fix test failures after the rL364399
2019-06-26 Djordje Todorovic[CC1Option] Add the option to enable the debug entry...
2019-06-26 Kadir Cetinkaya[clang][Tooling] Fix windows build-bots after rL364386
2019-06-26 Kadir Cetinkaya[clang][Tooling] Infer target and mode from argv[0...
2019-06-26 Yaxun Liu[HIP] Support attribute hip_pinned_shadow
2019-06-26 Yaxun LiuFix build failure due to missing break
2019-06-26 Artem Dergachev[analyzer] exploded-graph-rewriter: Prettier location...
2019-06-25 Ziang Wanprint-supported-cpus quality of life patch.
2019-06-25 Rumeet DhindsaRevert Devirtualize destructor of final class.
2019-06-25 Saleem Abdulrasoolandroid: enable double-word CAS on x64
2019-06-25 Richard SmithRemove redundant expression evaluation context when...
2019-06-25 Richard SmithAdd regression test for PR41576 (which is already fixed...
2019-06-25 Simon Tatham[ARM] Support inline assembler constraints for MVE.
2019-06-25 Alexey Bataev[OPENMP]Fix PR41966: type mismatch in runtime functions.
2019-06-25 Haojian Wu[clangd] Narrow rename to local symbols.
2019-06-25 Gabor Marton[ASTImporter] Store import errors for Decls
2019-06-25 Csaba Dabis[analyzer] print() JSONify: Create pointers
2019-06-25 Csaba Dabis[analyzer] JsonSupport: Escape escapes
2019-06-25 Artem Dergachev[analyzer] exploded-graph-rewriter: Fix escaping for...
2019-06-25 Artem Dergachev[analyzer] exploded-graph-rewriter: Add support for...
2019-06-25 Artem Dergachev[analyzer] NFC: exploded-graph-rewriter: Extract some...
2019-06-25 Artem Dergachev[analyzer] Add more timers for performance profiling.
2019-06-25 Richard Smith[cxx2a] P1236R1: the validity of a left shift does...
2019-06-25 Csaba Dabis[analyzer] ExprEngine: Escape pointers in bitwise opera...
2019-06-24 Matt ArsenaultAMDGPU: Fix missing declaration for mbcnt builtins
2019-06-24 Douglas YungFix test cl-response-file.c to work on all platforms...
2019-06-24 Ilya Biryukov[Syntax] Do not glue multiple empty PP expansions to...
2019-06-24 Aaron BallmanAugment location information when dumping the AST to...
2019-06-24 Leonard Chan[clang][NewPM] Add RUNS for tests that produce slightly...
2019-06-24 Leonard Chan[clang][NewPM] Remove exception handling before loading...
2019-06-24 Csaba Dabis[analyzer] print() JSONify: ProgramPoint revision
2019-06-24 Csaba Dabis[analyzer] Fix JSON dumps for ExplodedNodes
2019-06-24 Alexey Bataev[OPENMP]Relax the test checks to pacify 32bit buildbots...
2019-06-24 Konstantin... [CUDA][HIP] Don't set comdat attribute for CUDA device...
next