]> granicus.if.org Git - clang/shortlog
clang
2019-09-03 Ed Masteclang: default to DWARF 4 for FreeBSD 12.0 and later
2019-09-03 Gabor Horvath[LifetimeAnalysis] Fix some false positives
2019-09-03 Kristof Umann[analyzer] Add a checker option to detect nested dead...
2019-09-03 Sven van Haastregt[OpenCL] Drop spurious semicolon in generated file...
2019-09-03 David BolvanskyFixit for -Wfinal-dtor-non-final-class
2019-09-03 David BolvanskyAdded fixit notes for -Wfinal-dtor-non-final-class
2019-09-03 Diogo N. Sampaio[ARM NEON] Avoid duplicated decarations
2019-09-03 Sam Elliott[RISCV] Correct Logic around ilp32e macros
2019-09-03 Pengfei Wang[x86] Fix bugs of some intrinsic functions in CLANG...
2019-09-02 Richard SmithRename -Wc++20-designator to -Wc++2a-designator for...
2019-09-02 Richard SmithSplit -Wreorder into different warnings for reordering...
2019-09-02 Dmitri Gribenko[Wdocumentation] fixes an assertion failure with typede...
2019-09-02 Sylvestre LedruThinLTO: Document the option BOOTSTRAP_LLVM_ENABLE_LTO
2019-09-02 Roman Lebedev[unittests][AST] CommentParser: don't name variable...
2019-09-02 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-09-02 Balazs Keri[AST] AST structural equivalence to work internally...
2019-09-02 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-02 Balazs Keri[ASTImporter] At import of records re-order indirect...
2019-09-01 Simon PilgrimFix variable HasArrayDesignator set but not used warnin...
2019-08-31 David Bolvansky[clang] Devirtualization for classes with destructors...
2019-08-31 David Bolvansky[NFC] Fix for rL370594
2019-08-31 David Bolvansky[clang] Warning for non-final classes with final destru...
2019-08-31 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-31 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-31 Alex LorenzIntroduce a DirectoryEntryRef that stores both a refere...
2019-08-31 Richard Smith[c++20] Add support for designated direct-list-initiali...
2019-08-31 Thomas Lively[WebAssembly] Add SIMD QFMA/QFMS
2019-08-31 Richard Smith[c++20] Disallow template argument deduction from a...
2019-08-30 Duncan P. N... ASTReader: Bypass overridden files when reading PCHs
2019-08-30 Richard Smith[c++20] Implement semantic restrictions for C++20 desig...
2019-08-30 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-30 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-30 Alex Lorenz[clang-scan-deps] NFC, remove outdated implementation...
2019-08-30 Duncan P. N... FileManager: Remove ShouldCloseOpenFile argument from...
2019-08-30 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-30 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-30 Gabor Marton[ASTImporter] Do not look up lambda classes
2019-08-30 Balazs Keri[ASTImporter] Propagate errors during import of overrid...
2019-08-30 Dmitri Gribenko[Tooling] Migrated APIs that take ownership of objects...
2019-08-30 Alexander Potapenko[CodeGen]: fix error message for "=r" asm constraint
2019-08-30 Alex Lorenz[clang-scan-deps] NFC, refactor the DependencyScanningW...
2019-08-29 Bruno Cardoso... [Modules] Make ReadModuleMapFileBlock errors reliable
2019-08-29 Petr Hosek[CMake][Fuchsia] Enable experimental pass manager by...
2019-08-29 Alex Lorenz[clang-scan-deps] reuse the file manager across invocat...
2019-08-29 Richard SmithFix silent wrong-code bugs and crashes with designated...
2019-08-29 Richard SmithRefactor InitListChecker to check only a single (explic...
2019-08-29 Richard SmithRefactor InitListChecker to make it a bit clearer that...
2019-08-29 Nandor Licker[NFC] Test commit - sorted headers.
2019-08-29 Artem Dergachev[CFG] Fix CFG for statement-expressions in return values.
2019-08-29 Aaron BallmanAvoid crash when dumping NULL Type as JSON.
2019-08-29 Volodymyr SapsaiRemove `FileManager::invalidateCache` as it has no...
2019-08-29 Craig Topper[X86] Remove what little support we had for MPX
2019-08-29 Dmitri GribenkoAdded 'inline' to functions defined in headers to avoid...
2019-08-29 Dmitri GribenkoChanged FrontendActionFactory::create to return a std...
2019-08-29 Dmitri GribenkoRemoved a function declaration that doesn't have a...
2019-08-29 Simon PilgrimFix variable ‘IsInitCapturePack’ set but not used warni...
2019-08-29 Dmitri GribenkoRemoved `AnyFunctionDecl`, it is unused.
2019-08-29 Dmitri GribenkoRemoved two function declarations that don't have defin...
2019-08-29 Dmitri Gribenko[Index] Added a ShouldSkipFunctionBody callback to...
2019-08-29 Dmitri Gribenko[Index] Stopped wrapping FrontendActions in libIndex...
2019-08-29 Dmitri Gribenko[Index] Moved the IndexDataConsumer::finish call into...
2019-08-29 Alexander Potapenko[CodeGen]: don't treat structures returned in registers...
2019-08-29 Dmitri Gribenko[Index] Create PP callbacks in the ASTConsumer
2019-08-29 Sven van Haastregt[OpenCL] Fix diagnosing enqueue_kernel call with too...
2019-08-29 Dmitri Gribenko[Index] Marked a bunch of classes 'final'
2019-08-29 Adam Balogh[Analyzer] Iterator Checkers - Make range errors and...
2019-08-29 Anton Afanasyev[Test][Time profiler] Fix test for python3
2019-08-29 Dmitri GribenkoRemoved dead code from clang/AST/NSAPI.h
2019-08-29 Pengfei Wang[x86] Adding support for some missing intrinsics: _mm51...
2019-08-28 Volodymyr Sapsai[Modules] Fix rebuilding an updated module for each...
2019-08-28 Erik PilkingtonFix a passing XFAIL test
2019-08-28 Artem Dergachev[analyzer] Fix more analyzer warnings on analyzer and...
2019-08-28 Erich KeaneFix always_inline 'target' compatibility check code...
2019-08-28 Artem Dergachev[CFG] Make representation of destructor calls more...
2019-08-28 Artem Dergachev[analyzer] Fix analyzer warnings on analyzer.
2019-08-28 Artem Dergachev[analyzer] pr43036: Fix support for operator 'sizeof...
2019-08-28 Artem Dergachev[analyzer] Trust global initializers when analyzing...
2019-08-28 Alexandre GaneaTry fixing CRLF issues in Git with [clang-scan-deps...
2019-08-28 Alexey Bataev[OPENMP][Analysis] Add analysis of the map clauses.
2019-08-28 Hans WennborgDelete minimize_source_to_dependency_directives_invalid...
2019-08-28 Douglas YungFixup build of clang-interpreter example after change...
2019-08-28 Sergey Dmitriev[Clang][Bundler] Do not require host triple for extract...
2019-08-28 Vlad TsyrklevichRevert "Change the X86 datalayout to add three address...
2019-08-28 Vitaly BukaFix "commas at the end of enumerator lists are a C99...
2019-08-28 Volodymyr Sapsai[ObjC] Fix type checking for qualified id block parameters.
2019-08-28 Alexandre GaneaRe-land [clang-scan-deps] Minimizer: Correctly handle...
2019-08-27 Evgeny Mankov[preprocessor] Add an opportunity to retain excluded...
2019-08-27 Dmitri GribenkoArrayRef'ized CompilerInvocation::CreateFromArgs
2019-08-27 Jan Korous[clang][Index][NFC] Move IndexDataConsumer default...
2019-08-27 Sergey Dmitriev[Clang][Bundler] Fix for a hang when unbundling fat...
2019-08-27 Aaron BallmanDiagnose _Bool as a C99 extension.
2019-08-27 Shafik YaghmourDebug Info: Support for DW_AT_export_symbols for anonym...
2019-08-27 Matt ArsenaultAMDGPU: Always emit amdgpu-flat-work-group-size
2019-08-27 Aaron BallmanDiagnose both _Complex and _Imaginary as C99 extensions.
2019-08-27 Alex Lorenz[driver][xray] fix the macOS support checker by support...
2019-08-27 Reid KlecknerMove EH spec mismatches under -fms-compatibility
2019-08-27 Amy HuangChange the X86 datalayout to add three address spaces...
2019-08-27 Alex LorenzUse FileEntryRef for PPCallbacks::HasInclude
2019-08-27 Sam Elliott[RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWi...
2019-08-27 Joe RanieriUpdate the SARIF exporter to SARIF 2.1
next