]> granicus.if.org Git - clang/shortlog
clang
2018-10-31 Gabor Marton[ASTImporter][Structural Eq] Check for isBeingDefined
2018-10-31 Krasimir Georgiev[clang-format] tweaked another case of lambda formatting
2018-10-31 Reid KlecknerRe-land r345676 "[Win64] Handle passing i128 by value"
2018-10-31 George Karpenkov[analyzer] Re-add custom OSIterator rule for RetainCoun...
2018-10-31 George Karpenkov[analyzer] RetainCountChecker: for now, do not trust...
2018-10-31 George Karpenkov[analyzer] Enable retain count checking for OSObject...
2018-10-31 Kristof Umann[Lex] Make MacroDirective::findDirectiveAtLoc take...
2018-10-31 Jonas Toth[clang] try-fix broken documentation builder
2018-10-31 Kristof Umann[analyzer][PlistMacroExpansion] Part 1.: New expand...
2018-10-31 Hans WennborgFollow-up to r345699: Call CheckStaticLocalForDllExport...
2018-10-31 Hans Wennborg[clang-cl] Inherit dllexport to static locals also...
2018-10-31 Bill WendlingChange "struct" to "class" to avoid warnings
2018-10-31 Bill WendlingCreate ConstantExpr class
2018-10-31 Richard TrieuRevert r345676 due to test failure.
2018-10-30 Reid Kleckner[Win64] Handle passing i128 by value
2018-10-30 Richard TrieuSilence unused variable warnings. NFC
2018-10-30 Roman Lebedev[clang][ubsan] Implicit Conversion Sanitizer - integer...
2018-10-30 Aaron BallmanChanging the command line parameters sent to diff for...
2018-10-30 Erik PilkingtonNFC: Merge KEYOBJC and KEYARC
2018-10-30 Davide ItalianoRevert "[ASTImporter] Reorder fields after structure...
2018-10-30 Erik PilkingtonNFC: Remove the ObjC1/ObjC2 distinction from clang...
2018-10-30 Aaron BallmanSpeculatively attempt to fix a failing testbot.
2018-10-30 Aaron BallmanSilencing a -Wunused-variable warning; NFC.
2018-10-30 Aaron BallmanFixing some build bot failures from r345628; NFC intended.
2018-10-30 Aaron BallmanAdd the ability to output static analysis results to...
2018-10-30 Alexey Bataev[OPENMP] Support for mapping of the lambdas in target...
2018-10-30 Bruno Ricci[AST] Only store data for the NRVO candidate in ReturnS...
2018-10-30 Bruno Ricci[AST] Only store the needed data in WhileStmt
2018-10-30 Roman Lebedev[clang] Move two utility functions into SourceManager
2018-10-30 Francis Visoiu... [CodeGen] Disable the machine verifier on a ThinLTO...
2018-10-30 Takuto IkutaRemove trailing space from clang/Basic/LangOptions.h
2018-10-30 Bjorn Pettersson[OPENMP] Fix for "error: unused variable 'CED'"
2018-10-30 Richard SmithPR23833, DR2140: an lvalue-to-rvalue conversion on...
2018-10-30 Alexander Shaposhnikov[analyzer] Allow padding checker to traverse simple...
2018-10-29 Petr Hosek[CMake][Fuchsia] Drop the LIBCXX_HIDE_FROM_ABI_PER_TU_B...
2018-10-29 Aleksei Sidorin[ASTImporter] Reorder fields after structure import...
2018-10-29 Petr Hosek[Driver] Include missing touch files for sanitized...
2018-10-29 Petr Hosek[Driver] Support sanitized libraries on Fuchsia
2018-10-29 John McCallIn swiftcall, don't merge FP/vector types within a...
2018-10-29 Alexey Bataev[OPENMP]Fix PR39372: Does not complain about loop bound...
2018-10-29 Kristof Umann[analyzer][NFC] Refactor PlistDiagnostics to use a...
2018-10-29 Gheorghe-Teodor... [OpenMP] Fix condition.
2018-10-29 Erik PilkingtonRevert "Revert "Support for groups of attributes in...
2018-10-29 Bruno Ricci[AST] Only store the needed data in SwitchStmt
2018-10-29 Gheorghe-Teodor... [OpenMP][NVPTX] Use single loops when generating code...
2018-10-29 Gheorghe-Teodor... [OpenMP][NVPTX] Enable default scheduling for parallel...
2018-10-29 Bruno Ricci[AST] Check that GNU range case statements are correctl...
2018-10-29 Alexey Bataev[OPENMP] Do not capture private loop counters.
2018-10-29 Aaron BallmanAdd the isStaticLocal() AST matcher for matching on...
2018-10-29 Andrew Savonichev[OpenCL] Fix serialization of OpenCLExtensionDecls
2018-10-29 Gabor Marton[ASTImporter] Import overrides before importing the...
2018-10-29 Erik PilkingtonRevert "Support for groups of attributes in #pragma...
2018-10-29 Erik PilkingtonSupport for groups of attributes in #pragma clang attribute
2018-10-28 Saleem AbdulrasoolAST: extend MS decoration handling for extended vectors
2018-10-28 Bruno Ricci[AST] Fix an use-of-uninitialized bug introduced in...
2018-10-28 Bruno Ricci[AST] Don't store data for GNU range case statement...
2018-10-28 Brad SmithReapply Pass the nopie flag to the linker when linking...
2018-10-27 Bruno Ricci[AST] Only store the needed data in IfStmt
2018-10-27 Bruno Ricci[AST] Refactor PredefinedExpr
2018-10-27 Bruno Ricci[AST] Widen the bit-fields of Stmt to 8 bytes.
2018-10-27 Saleem AbdulrasoolAST: fix a typo in a comment (NFC)
2018-10-27 Alina SbirleaRevert r345170 [along with its llvm counterpart r345169...
2018-10-27 Brad SmithRevert "Pass the nopie flag to the linker when linking...
2018-10-27 Brad SmithUpdate the other test.
2018-10-27 Brad SmithPass the nopie flag to the linker when linking with...
2018-10-26 Leonard ChanRevert "[PassManager/Sanitizer] Enable usage of ported...
2018-10-26 Volodymyr Sapsai[VFS] Add property 'fallthrough' that controls fallback...
2018-10-26 Richard SmithFix test expectation to match reality.
2018-10-26 Richard SmithFix typo.
2018-10-26 Richard SmithPR26547: alignof should return ABI alignment, not prefe...
2018-10-26 Gheorghe-Teodor... [NFC][OpenMP] Add new test for parallel for code genera...
2018-10-26 Bjorn Pettersson[Fixed Point Arithmetic] Refactor fixed point casts
2018-10-26 Hans WennborgRevert r345330 "Add MS ABI mangling for operator<=>."
2018-10-26 Martin StorsjoRevert "Reapply: [Driver] Use forward slashes in most...
2018-10-26 Sylvestre LedruUpdate the example of BS_Stroustrup to match what is...
2018-10-26 Martin StorsjoReapply: [Driver] Use forward slashes in most linker...
2018-10-26 Richard SmithPR31978: Don't crash if CodeGen sees a top-level Bindin...
2018-10-26 Saleem AbdulrasoolCodeGen: correct the case for swift 4.2, 5.0
2018-10-26 Eli Friedman[AArch64] Support Windows stack probe command-line...
2018-10-25 Bryan Chan[AArch64] Implement FP16FML intrinsics
2018-10-25 George Karpenkov[analyzer] Fix a bug in "collapsed" graph viewer
2018-10-25 George Karpenkov[analyzer] [RetainCountChecker] Do not invalidate refer...
2018-10-25 George Karpenkov[analyzer] Remove custom rule for OSIterator in RetainC...
2018-10-25 George Karpenkov[analyzer] Correct modelling of OSDynamicCast: eagerly...
2018-10-25 Richard SmithAdd MS ABI mangling for operator<=>.
2018-10-25 Reid KlecknerAvoid std::map&vector in hexagon builtin code to save...
2018-10-25 Richard SmithAvoid STMT_ and DECL_ bitcodes overlapping.
2018-10-25 Nicolas Lesser[C++17] Reject shadowing of capture by parameter in...
2018-10-25 Eric FiselierRevert "[SemaCXX] Unconfuse Clang when std::align_val_t...
2018-10-25 Nicolas LesserRebase defect report list.
2018-10-25 Erich KeaneChange keep-static-consts to work on static storage...
2018-10-25 Thomas Lively[WebAssembly] Bitselect and min/max builtins
2018-10-25 Thomas Lively[WebAssembly] Lower to target-independent saturating add
2018-10-25 Erich KeaneImplement Function Multiversioning for Non-ELF Systems.
2018-10-25 Eric Fiselier[SemaCXX] Unconfuse Clang when std::align_val_t is...
2018-10-25 Saleem AbdulrasoolCodeGen: alter CFConstantString class name for swift 5.0
2018-10-25 Mikhail R.... [analyzer] Move canReasonAbout from Z3ConstraintManager...
2018-10-25 Mikhail R.... [analyzer] Fixed bitvector from model always being...
2018-10-25 Alexey Bataev[OPENMP]Fix PR39422: variables are not firstprivatized...
2018-10-25 Luke Cheeseman[AArch64] Branch Protection and Return Address Signing...
next