]> granicus.if.org Git - clang/shortlog
clang
2018-02-28 Akira Hatanaka[ObjC] Allow declaring __strong pointer fields in struc...
2018-02-28 Richard SmithFix a couple of cases where we would fail to correctly...
2018-02-28 Richard SmithUpdate cxx_status to mark "SVN" items as "Clang 6"...
2018-02-28 George Karpenkov[analyzer] [tests] Write to logfile instead of stdout...
2018-02-28 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-02-28 Konstantin... AMDGPU: Move run and check lines around to match proces...
2018-02-28 Rafael EspindolaInline trivial function. NFC.
2018-02-28 Rafael EspindolaPass a GlobalDecl to setAliasAttributes. NFC.
2018-02-27 Aaron BallmanImprove the way attribute argument printing happens...
2018-02-27 Rafael EspindolaPass a GlobalDecl to setFunctionDefinitionAttributes...
2018-02-27 Artem Dergachev[analyzer] UndefinedAssignmentChecker: Better warning...
2018-02-27 Konstantin... AMDGPU: Define FP_FAST_FMA{F} macros for amdgcn
2018-02-27 Alexey Bataev[OPENMP] Emit warning for non-trivial types in map...
2018-02-27 Artem Dergachev[analyzer] MallocChecker: Suppress false positives...
2018-02-27 Artem Dergachev[analyzer] Fix trivial copy for empty objects.
2018-02-27 Artem Dergachev[analyzer] Track temporaries without construction conte...
2018-02-27 Artem Dergachev[analyzer] Don't crash when dynamic type of a variable...
2018-02-27 Artem Dergachev[analyzer] Disable constructor inlining when lifetime...
2018-02-27 Artem Dergachev[analyzer] Self-debug: Dump dynamic type info and taint...
2018-02-27 Artem Dergachev[CFG] NFC: Refactor ConstructionContext into a finite...
2018-02-27 Artem Dergachev[analyzer] Introduce correct lifetime extension behavio...
2018-02-27 Martin Storsjo[MinGW, CrossWindows] Allow passing -static together...
2018-02-27 George Karpenkov[analyzer] Remove redundant check
2018-02-27 George Karpenkov[analyzer] Only attempt to get the value of locations...
2018-02-27 George Karpenkov[analyzer] Quickfix: don't crash when runtime definitio...
2018-02-27 George Karpenkov[analyzer] Logging test quickfix #2.
2018-02-27 Krasimir Georgiev[clang-format] Format operator key in protos
2018-02-27 Kamil RytarowskiHandle the NetBSD case in ToolChain::getOSLibName()
2018-02-27 Alexey Bataev[OPENMP] Allow multiple mappings for member expressions...
2018-02-27 Ben Hamilton[clang-format] Tidy up new API guessLanguage()
2018-02-27 Roman LebedevRevert "[Tooling] [0/1] Refactor FrontendActionFactory...
2018-02-27 Roman Lebedev[Tooling] [0/1] Refactor FrontendActionFactory::create...
2018-02-27 Hans WennborgAttrDocs.td: fix some bad code-blocks
2018-02-27 Hans WennborgAttrDocs.td: fix bad bullet list
2018-02-27 Hans WennborgAttrDocs.td: fix bad indent and code block
2018-02-27 Francois Ferrandclang-format: use AfterControlStatement to format ObjC...
2018-02-27 Francois Ferrandclang-format: fix formatting of ObjC @synchronized...
2018-02-27 Martin Storsjo[test] Extend the Driver/mingw-msvcrt.c test with a...
2018-02-27 Martin Storsjo[RecordLayout] Don't align to non-power-of-2 sizes...
2018-02-27 Shoaib Meenai[Driver] Fix codeview-column-info on macOS
2018-02-27 Adam NemetAttempt to fix greendragon bot after r326141
2018-02-27 Artem Dergachev[analyzer] Fix an uninitialized field.
2018-02-27 Igor Kudrin[Driver] Allow using a canonical form of '-fuse-ld...
2018-02-27 George Karpenkov[analyzer] Switch the default exploration strategy...
2018-02-27 George Karpenkov[analyzer] Logging test typo quickfix.
2018-02-27 George Karpenkov[analyzer] Logging test quickfix.
2018-02-27 George KarpenkovRevert "Revert "[analyzer] Quickfix: do not overflow...
2018-02-27 Petr Hosek[Driver] Add SafeStack to a map of incompatible sanitizers
2018-02-26 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-02-26 Volodymyr SapsaiFix which Darwin versions have ObjC runtime with full...
2018-02-26 Reid KlecknerFix codeview-column-info.c test with a triple
2018-02-26 Reid KlecknerRe-land "Emit proper CodeView when -gcodeview is passed...
2018-02-26 George Karpenkov[analyzer] Exploration strategy prioritizing unexplored...
2018-02-26 George Karpenkov[analyzer] Do not analyze bison-generated files
2018-02-26 George KarpenkovRevert "[analyzer] Quickfix: do not overflow in calcula...
2018-02-26 George Karpenkov[analyzer] Quickfix: do not overflow in calculating...
2018-02-26 Zachary TurnerRevert "Emit proper CodeView when -gcodeview is passed...
2018-02-26 Zachary TurnerEmit proper CodeView when -gcodeview is passed without...
2018-02-26 David ZarzyckiFix for LLVM r326109
2018-02-26 Adam Nemet[Driver] Forward opt-remark hotness threshold to LTO
2018-02-26 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-26 Scott Linder[CodeGen][DebugInfo] Refactor duplicated code, NFC
2018-02-26 Jonas DevlieghereRe-land: "[Support] Replace HashString with djbHash."
2018-02-26 Hans WennborgRe-commit r324991 "Fix for PR32992. Static const classe...
2018-02-26 Bjorn PetterssonResolve build bot problems in unittests/Format/FormatTe...
2018-02-26 Ilya BiryukovExplicitly initialize ForceEnableInt128 to avoid UB
2018-02-26 Jonas DevlieghereRevert "[Support] Replace HashString with djbHash."
2018-02-26 Jonas Devlieghere[Support] Replace HashString with djbHash.
2018-02-26 Devin Coughlin[www] Update link to analyzer's "Building a Checker...
2018-02-25 Aaron BallmanWhen diagnosing the arguments to alloc_size, report...
2018-02-25 Aaron BallmanFix a failing assertion with the pointer_with_type_tag...
2018-02-25 Aaron BallmanSwitch the default behavior of the Clang<> spelling...
2018-02-25 Aaron BallmanDocument why the consumed attributes (consumable, calla...
2018-02-25 Aaron BallmanAdd a C2x spelling for the external_source_symbol and...
2018-02-25 Aaron BallmanAdd a C++11 and C2x spelling for the type safety attrib...
2018-02-25 Mandeep Singh... [RISCV] Enable __int128_t and __uint128_t through clang...
2018-02-24 Craig Topper[X86] Remove some masked cvt builtins that can be repla...
2018-02-24 Aaron BallmanAdd a C++11 and C2x spelling for the objc_bridge_relate...
2018-02-24 Aaron BallmanAdd a C++11 and C2x spelling for the availability attri...
2018-02-24 Daniel JasperRemove unused variable. We should be warning-free.
2018-02-24 Daniel JasperMake module use diagnostics refer to the top-level...
2018-02-24 Craig Topper[X86] Remove __builtin_ia32_permvarsf256_mask and __bui...
2018-02-24 Artem Dergachev[CFG] Keep speculatively working around an MSVC compile...
2018-02-24 Artem Dergachev[CFG] Provide construction contexts for temporaries...
2018-02-24 Artem Dergachev[CFG] Provide construction contexts for temporaries...
2018-02-24 Artem Dergachev[CFG] Provide construction contexts for functional...
2018-02-24 Artem Dergachev[CFG] Provide construction contexts for lifetime-extend...
2018-02-24 Richard SmithAdd another test for PR36157.
2018-02-23 Volodymyr Sapsai[ExprConstant] Fix crash when initialize an indirect...
2018-02-23 Yonghong Songbpf: Hook target feature "alu32" with LLVM
2018-02-23 Alex Lorenz[Sema][ObjC] Process category attributes before checkin...
2018-02-23 Artem Dergachev[CFG] Try to narrow down MSVC compiler crash via binary...
2018-02-23 George Karpenkov[analyzer] Relax the assert used when traversing the...
2018-02-23 George Karpenkov[analyzer] mark returns of functions where the region...
2018-02-23 George Karpenkov[analyzer] Consider switch- and goto- labels when const...
2018-02-23 Artem Dergachev[CFG] NFC: Speculative attempt to fix MSVC internal...
2018-02-23 Artem Dergachev[CFG] [analyzer] NFC: Allow more complicated constructi...
2018-02-23 Sriraman TallamSet Module Metadata "RtLibUseGOT" when fno-plt is used.
2018-02-23 Petr Hosek[Driver] Make -fno-common default for Fuchsia
2018-02-23 Rafael EspindolaReally fix test on windows.
next