]> granicus.if.org Git - clang/shortlog
clang
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...
2019-09-20 Richard SmithFinish building the full-expression for a static_assert...
2019-09-20 Alex Langford[NFCI] Always initialize const members of AttributeComm...
2019-09-19 Nicholas Allegra[Consumed] Treat by-value class arguments as consuming...
2019-09-19 Alex LorenzFix for stringized function-macro args continued across...
2019-09-19 Richard SmithModel converted constant expressions as full-expressions.
2019-09-19 Michael Liao[CUDA][HIP] Re-apply part of r372318.
2019-09-19 Mitch PhillipsRevert "[CUDA][HIP] Fix typo in `BestViableFunction`"
2019-09-19 Aaron BallmanRevert r372325 - Reverting r372323 because it broke...
2019-09-19 Aaron BallmanReverting r372323 because it broke color tests on Linux.
2019-09-19 Aaron BallmanRemove an unsafe member variable that wasn't needed...
2019-09-19 Sven van Haastregt[OpenCL] Add version handling and add vector ld/st...
2019-09-19 Benjamin KramerClean out unused diagnostics. NFC.
2019-09-19 Michael Liao[CUDA][HIP] Fix typo in `BestViableFunction`
2019-09-19 Mark Murray[TestCommit] Trivial change to test commit access.
2019-09-19 Mark Murray[TestCommit] Trivial change to test commit access.
2019-09-19 Fangrui Song[Builtins] Delete setjmp_syscall and qsetjmp
2019-09-19 Yonghong Song[CLANG][BPF] change __builtin_preserve_access_index...
2019-09-19 Serge GueltonInitialize all fields in ABIArgInfo.
2019-09-18 Kristof Umann[analyzer] PR43102: Fix an assertion and an out-of...
2019-09-18 Lubos Lunakfix build, adjust test also for Windows path separator
2019-09-18 Dimitry AndricOn PowerPC, Secure-PLT by default for FreeBSD 13 and...
2019-09-18 Alexey Bataev[OPENMP]Fix for PR43349: Crash for privatized loop...
2019-09-18 Lubos Lunakactually also compile output in tests for -frewrite...
2019-09-18 Paul Hoad[clang-format][PR41899] PointerAlignment: Left leads...
2019-09-18 Lubos Lunakmake -frewrite-includes also rewrite conditions in...
2019-09-18 Erik Pilkington[Sema] Suppress -Wformat diagnostics for bool types...
2019-09-18 Paul Hoad[clang-format][PR41964] Fix crash with SIGFPE when...
2019-09-18 Richard Smith[c++20] P1331R2: Allow transient use of uninitialized...
2019-09-18 Alexey Bataev[OPENMP5.0]Allow multiple context selectors in the...
2019-09-18 Erich KeaneRecommit -r372180
2019-09-18 Hans WennborgRevert r372082 "[Clang] Pragma vectorize_width() implie...
2019-09-18 Simon Atanasyan[mips] Pass "xgot" flag as a subtarget feature
2019-09-18 Simon Pilgrim[AST] CommentLexer - Remove (optional) Invalid paramete...
2019-09-18 Raphael Isemann[lldb] Print better diagnostics for user expressions...
2019-09-18 Craig Topper[X86] Prevent assertion when calling a function that...
2019-09-18 Volodymyr Sapsai[Timers] Fix printing some `-ftime-report` sections...
2019-09-17 Eli Friedman[ARM] Update clang for removal of vfp2d16 and vfp2d16sp
2019-09-17 Erich KeaneRevert "Create UsersManual section entitled 'Controllin...
2019-09-17 Erik Pilkington[Sema] Split of versions of -Wimplicit-{float,int}...
2019-09-17 Erich KeaneCreate UsersManual section entitled 'Controlling Floati...
next