]> granicus.if.org Git - clang/shortlog
clang
2019-09-30 Richard SmithFix crash on value-dependent delete-expressions.
2019-09-30 Erich KeaneMake function static that didn't need linkage.
2019-09-30 Erich KeaneFix failure caused by r373247
2019-09-30 David Bolvansky[NFC] Fix tests, second try
2019-09-30 Alexey Bataev[OPENMP50]Mark declare variant attribute as inheritable.
2019-09-30 David Bolvansky[NFCI] Updated broken test
2019-09-30 David Bolvansky[Diagnostics] Warn if enumeration type mismatch in...
2019-09-30 Erich KeaneTeach CallGraph to look into Generic Lambdas.
2019-09-30 Alexey Bataev[OPENMP50]Do not emit warning for the function with...
2019-09-30 Teresa JohnsonFix buildbot failure from r373217 (don't match metadata...
2019-09-30 Teresa Johnson[Clang] Use -main-file-name for source filename if...
2019-09-30 Aaron BallmanCorrect function declarations; NFC.
2019-09-30 Alexey Bataev[OPENMP] Fix comment, NFC.
2019-09-30 Guillaume Chatelet[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
2019-09-30 Simon PilgrimDeclCXX/ExprCXX - silence static analyzer getAs<> null...
2019-09-30 Guillaume Chatelet[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
2019-09-30 Raphael Isemann[lldb][clang][modern-type-lookup] Use ASTImporterShared...
2019-09-29 Richard SmithDon't crash if a variable with a constexpr destructor...
2019-09-29 Paul Hoad[clang-format] Reference qualifiers in member templates...
2019-09-29 Richard Smith[cxx_status] Mark P0784R7 as partially complete.
2019-09-29 Richard SmithFor now, disallow lifetime-extended temporaries with...
2019-09-29 Richard SmithFix checking for permitted results of constant expressions.
2019-09-29 Richard SmithFor P0784R7: compute whether a variable has constant...
2019-09-28 Simon PilgrimSemaExpr - silence static analyzer getAs<> null derefer...
2019-09-28 Aaron PuchertDon't install example analyzer plugins
2019-09-28 Serge PavlovDriver tests: set `--sysroot=""` to support clang with...
2019-09-28 Anton Afanasyev[TimeProfiler] Fix "OptModule" section and add new...
2019-09-27 Richard SmithFor P0784R7: add support for explicit destructor calls and
2019-09-27 Sergey Dmitriev[Clang][OpenMP Offload] Create start/end symbols for...
2019-09-27 Yitzhak Mandelbaum[libTooling] Transformer: refine `SourceLocation` speci...
2019-09-27 Sven van Haastregt[OpenCL] Pass LangOptions as const ref
2019-09-27 Martin Storsjo[clang] [AST] Treat "inline gnu_inline" the same way...
2019-09-27 Ilya BiryukovRevert r373056: [clang-format] Reference qualifiers...
2019-09-27 Ilya Biryukov[clang-format] Reference qualifiers in member templates...
2019-09-27 Hans WennborgFix the 'directory' field in DumpCompilationDatabase...
2019-09-27 Fangrui Song[test] Use %clang_cc1 instead of %clang -cc1
2019-09-27 Richard SmithFix use-after-free found in Clang's testsuite.
2019-09-27 Nicholas AllegraRevert r373034
2019-09-27 Richard SmithFor P0784R7: add support for new (std::nothrow).
2019-09-27 Richard SmithFor P0784R7: Add support for dynamic allocation with...
2019-09-26 Nicholas Allegra[Consumed][NFC] Refactor handleCall to take function...
2019-09-26 Michael Kruse[OpenMP 5.0] Fix user-defined mapper lookup in sema
2019-09-26 Richard SmithAlways rebuild a DeclRefExpr if its FoundDecl would...
2019-09-26 Alexey Bataev[OPENMP50]Emit warnings if the functions was defined...
2019-09-26 Alex Lorenz[clang-scan-deps] Allow continuation line backslashes...
2019-09-26 Artem DergachevRevert "[analyzer] A speculative attempt to avoid gcc...
2019-09-26 Reid KlecknerOnly pass -coverage-notes-file when emitting coverage
2019-09-26 Reid KlecknerMove normalization of `\` in #includes from -fms-compat...
2019-09-26 Reid KlecknerUn-XFAIL coverage_no_integrated_as.c test on Windows
2019-09-26 Sven van Haastregt[OpenCL] Add -Wconversion to fdeclare-opencl-builtins...
2019-09-26 David Zarzycki[Testing] Workaround libcxx bug when OS is "none"
2019-09-26 Artem Dergachev[analyzer] A speculative attempt to avoid gcc-7 crashes...
2019-09-26 Mikael Holmen[SortIncludesTest] Add SortPriority fields to fix ...
2019-09-26 Artem Dergachev[analyzer] Avoid small vectors of non-default-construct...
2019-09-26 Fangrui Song[clang-format] Add SortPriority fields to fix -Wmissing...
2019-09-26 Yitzhak Mandelbaum[libTooling] Add `run` combinator to Stencils.
2019-09-25 Reid KlecknerSimplify -fms-compatibility include lookup logic, NFC
2019-09-25 Evgeniy StepanovFix memory leak in DeclTest.
2019-09-25 Paul Hoad[clang-format] Modified SortIncludes and IncludeCategor...
2019-09-25 Yitzhak Mandelbaum[libTooling][NFC] Switch StencilTest.cpp to use EXPECT_...
2019-09-25 Alexey Bataev[OPENMP50]Parsing/sema support for 'implementation...
2019-09-25 Vedant Kumar[Mangle] Add flag to asm labels to disable '\01' prefixing
2019-09-25 Michael Liao[CUDA][HIP] Enable kernel function return type deduction.
2019-09-25 Ilya BiryukovRe-land r372863: [AST] Extract Decl::printNestedNameSpe...
2019-09-25 Yitzhak Mandelbaum[NFC] Fix typo in `getPreviousDecl` comment.
2019-09-25 Ilya BiryukovRevert r372863: [AST] Extract Decl::printNestedNameSpec...
2019-09-25 Yitzhak Mandelbaum[libTooling] Introduce the MatchConsumer abstraction
2019-09-25 Ilya Biryukov[AST] Extract Decl::printNestedNameSpecifier helper...
2019-09-25 Hans WennborgAdd a release note for r372844
2019-09-25 Hans WennborgRevert r370850 "Re-commit r363191 "[MS] Pretend constex...
2019-09-25 Sven van Haastregt[OpenCL] Add image query builtin functions
2019-09-25 Fangrui Song[Driver] Always use -z separate-loadable-segments with...
2019-09-25 Pengfei Wang [x86] Adding support for some missing intrinsics:...
2019-09-24 David Bolvansky[NFC] Strenghten preconditions for warning
2019-09-24 Yaxun Liu[HIP] Support new kernel launching API
2019-09-24 Paul Hoad[clang-format] [PR36858] Add missing .hh and .cs extens...
2019-09-24 David Bolvansky[Diagnostics] Handle tautological left shifts in boolea...
2019-09-24 David Bolvansky[NFC] Update test after r372708
2019-09-24 David Bolvansky[Diagnostics] Do not diagnose unsigned shifts in boolea...
2019-09-24 Gabor Marton[ASTImporter] 4th attempt to fix Windows buildbot test...
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
next