]> granicus.if.org Git - clang/shortlog
clang
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
2019-08-27 Aaron BallmanReplace some custom C11 extension warnings with the...
2019-08-27 Joe RanieriFix a SARIF exporter crash with macro expansions
2019-08-27 Joe RanieriFix text range end columns in SARIF to be exclusive
2019-08-27 Aaron BallmanQuote the token being diagnosed for C11 extensions.
2019-08-27 Aaron BallmanSpeculatively fix the build bots after r370052.
2019-08-27 Aaron BallmanImplement codegen for MSVC unions with reference members.
2019-08-27 Joe RanieriTesting commit access; NFC
2019-08-27 Gabor Marton[ASTImporter] Fix name conflict handling with different...
2019-08-27 Bruno Ricci[clang] Ensure that statements, expressions and types...
2019-08-27 Bruno Ricci[clang] Ensure that comment classes are trivially destr...
2019-08-27 David Carlier[ReleaseNotes] MemorySanitizer support of ASLR on FreeBSD
2019-08-27 Ilya Biryukov[Driver] Add an option for createInvocationFromCommandL...
2019-08-27 Richard SmithRevert "[clang-scan-deps] Minimizer: Correctly handle...
2019-08-27 Richard SmithDon't lose the FoundDecl and template arguments for...
2019-08-27 Alex LorenzUse FileEntryRef for PPCallbacks::FileSkipped
2019-08-27 Alexandre Ganea[clang-scan-deps] Skip UTF-8 BOM in source minimizer
2019-08-27 Vitaly BukaNFC: Make test work with or without assertions
2019-08-26 Alexandre Ganea[clang-scan-deps] Minimizer: Correctly skip over double...
2019-08-26 Alexandre Ganea[clang-scan-deps] Minimizer: Correctly handle multi...
2019-08-26 Richard SmithPR42587: diagnose unexpanded uses of a pack parameter...
2019-08-26 Vitaly Bukahwasan, codegen: Keep more lifetime markers used for...
2019-08-26 Vitaly Bukamsan, codegen, instcombine: Keep more lifetime markers...
2019-08-26 Vitaly BukaRevert r369843 "[Testing] Unbreak r369830"
2019-08-26 Aaron BallmanUpdating a test case that was missed in r369957.
2019-08-26 Benjamin KramerRemove unused variables.
2019-08-26 Vedant Kumar[DebugInfo] Add debug-entry-values test coverage, NFC
2019-08-26 Aaron BallmanFixing a weird copy-pasta to get bots back to green.
2019-08-26 Duncan P. N... ContentCache: Drop getBuffer's dependency on SourceManager
2019-08-26 Aaron BallmanReword the C11 extension diagnostic.
2019-08-26 Alex LorenzFix gen-cdb-fragment test for Windows
2019-08-26 Sergey Dmitriev[Clang][Bundler] Use llvm-objcopy for creating fat...
2019-08-26 Aaron BallmanDiagnose use of _Thread_local as an extension when...
2019-08-26 Alexey Bataev[OPENMP][NVPTX]Fix critical region codegen.
2019-08-26 Richard Smith[msvc] Add necessary #include to make compiler intrinsi...
2019-08-26 Duncan P. N... FileManager: Use llvm::Expected in new getFileRef API
next