]> granicus.if.org Git - clang/shortlog
clang
2018-08-03 Michael Wu[libclang 7/8] Add support for getting property setter...
2018-08-03 Michael Wu[libclang 6/8] Add support for reading implicit attributes
2018-08-03 Michael Wu[libclang 5/8] Add support for ObjC attributes without...
2018-08-03 Michael Kruse[CodeGen] Emit parallel_loop_access for each loop in...
2018-08-03 Michael Wu[libclang 4/8] Add the clang_Type_getNullability() API
2018-08-03 Michael Wu[libclang 3/8] Add support for AttributedType
2018-08-03 Michael Wu[libclang 2/8] Add support for ObjCTypeParam
2018-08-03 Yaxun LiuSema: Fix explicit address space cast involving void...
2018-08-03 Michael Wu[libclang 1/8] Add support for ObjCObjectType
2018-08-03 Nicolas LesserFold two cast plus a cast in a loop into a variable.
2018-08-03 Michael KruseAppend new attributes to the end of an AttributeList.
2018-08-03 Richard Smith[modules] Defer merging deduced return types.
2018-08-02 Reka Kovacs[analyzer] Detect pointers escaped after ReturnStmt...
2018-08-02 Reka Kovacs[analyzer] Obtain a ReturnStmt from a CFGAutomaticObjDtor.
2018-08-02 Reka Kovacs[analyzer] Add a safety check to InnerPointerChecker.
2018-08-02 Heejin Ahn[WebAssembly] Support for atomic.wait / atomic.wake...
2018-08-02 Richard SmithFix assertion failure when emitting code for a merged...
2018-08-02 George Karpenkov[analyzer] Fix tests.
2018-08-02 Matt ArsenaultAMDGPU: Fix missing declaration of queue ptr builtin
2018-08-02 George Karpenkov[analyzer] Forward arguments in registerChecker to...
2018-08-02 Martin StorsjoWork around more GCC miscompiles exposed by r338464.
2018-08-02 JF Bastien__c11_atomic_load's _Atomic can be const
2018-08-02 Volodymyr Sapsai[c-index-test] Use correct executable path to discover...
2018-08-02 Fangrui Song[analyzer] Make RegionVector use const reference
2018-08-02 Matt ArsenaultTry to make builtin address space declarations not...
2018-08-02 Martin Probstclang-format: fix a crash in comment wraps.
2018-08-02 Michael WuTest commit access
2018-08-02 George Karpenkov[analyzer] Extend NoStoreFuncVisitor to follow fields.
2018-08-02 Akira HatanakaPass triple to RUN line to fix failing bots.
2018-08-01 Akira HatanakaSerialize DoesNotEscape.
2018-08-01 Vlad Tsyrklevich[AST] Remove the static_assert check in ObjCMethodDecl...
2018-08-01 Reid KlecknerFix -Wcovered-switch-default uncovered after r338630
2018-08-01 Erich Keane[AST][4/4] Move the bit-fields from ObjCMethodDecl...
2018-08-01 Roman Lebedev[NFC][CodeGenCXX] Use -emit-llvm-only instead of -emit...
2018-08-01 Erich Keane[AST][3/4] Move the bit-fields from BlockDecl, LinkageS...
2018-08-01 Erich Keane[AST][2/4] Move the bit-fields from FunctionDecl and...
2018-08-01 Erich Keane[AST][1/4] Move the bit-fields from TagDecl, EnumDecl...
2018-08-01 Michal Gorny[test] Fix %hmaptool path for standalone builds
2018-08-01 Pirama Arumuga... [Android] Increase default new alignment for Android
2018-08-01 Hans WennborgRevert r338455 "[constexpr] Support for constant evalua...
2018-08-01 Ilya Biryukov[Format] Fix for bug 35641
2018-08-01 David Green[UnrollAndJam] Add unroll_and_jam pragma handling
2018-08-01 Hans WennborgUpdate docs version and clear release notes after 8...
2018-08-01 Filipe CabecinhasUse a dummy target so the test passes when default...
2018-08-01 Filipe CabecinhasAdd REQUIRES: native to a test that assumes it
2018-08-01 Andrei Elovikov[NFC] Silence warning about ptr-to-func to ptr-to-obj...
2018-08-01 Hans WennborgMake test/Frontend/clang-abi-compat.cpp pass when the...
2018-08-01 Hans WennborgUserManual: Update with the latest clang-cl flags
2018-08-01 Sjoerd Meijer[AArch64][ARM] Add Armv8.4-A tests
2018-08-01 Krasimir Georgiev[clang-format] Add some text proto functions to Google...
2018-08-01 Nico Weberwrap to 80 cols, no behavior change
2018-08-01 Krasimir Georgiev[clang-format] Add @private to the list of jsdoc annota...
2018-08-01 Simon PilgrimAdd missing semicolon.
2018-08-01 Simon PilgrimReplace 'FALL-THROUGH' comment with LLVM_FALLTHROUGH...
2018-08-01 Yuka Takahashi[Modules] Do not emit relocation error when -fno-valida...
2018-08-01 Simon PilgrimFix "not all control paths return a value" MSVC warning.
2018-08-01 Roman Lebedev[AST] CastExpr: BasePathSize is not large enough.
2018-08-01 Petr Hosek[OpenEmbedded] Explicitly specify -rtlib in tests
2018-08-01 Richard SmithWork around GCC miscompile exposed by r338464.
2018-08-01 Artem Dergachev[analyzer] CallEvent: Add helper methods for obtaining...
2018-08-01 Richard SmithSpeculative fix for buildbot failures after r338464.
2018-08-01 Konstantin... AMDGPU: Add clamp bit to dot builtins
2018-08-01 Richard SmithAvoid exposing name for range-based for '__range' varia...
2018-08-01 Richard Smith[P0936R0] add [[clang::lifetimebound]] attribute
2018-07-31 Richard Smith[constexpr] Support for constant evaluation of __builti...
2018-07-31 Reid KlecknerRevert r337635 "[Driver] Sanitizer support based on...
2018-07-31 Artem Dergachev[analyzer] Fix eliding the same destructor twice due...
2018-07-31 Artem Dergachev[CFG] [analyzer] NFC: Enumerate construction context...
2018-07-31 Richard Smith[serialization] PR34728: Don't assume that only a suffi...
2018-07-31 Artem Dergachev[CFG] [analyzer] Implement function argument constructi...
2018-07-31 Reka Kovacs[analyzer] Move InnerPointerChecker out of alpha.
2018-07-31 Alexey Sotkin[OpenCL] Forbid size dependent types used as kernel...
2018-07-31 Alexey Sotkin[OpenCL] Check for invalid kernel arguments in array...
2018-07-31 Artem Dergachev[CFG] [analyzer] Add construction contexts for returnin...
2018-07-31 Artem Dergachev[CFG] [analyzer] Add stubs for constructor and message...
2018-07-31 Artem Dergachev[analyzer] Reuse some code in simplifySVal().
2018-07-31 Artem Dergachev[analyzer] Don't try to simplify mixed Loc/NonLoc expre...
2018-07-31 Jonas HahnfeldFix riscv32-toolchain.c with CLANG_DEFAULT_CXX_STDLIB
2018-07-31 Alexey Bataev[OPENMP] Change linkage of offloading symbols to suppor...
2018-07-31 Mandeep Singh... [COFF, ARM64] Enable SEH for ARM64 Windows
2018-07-31 Alexey Bataev[OPENMP] Prevent problems with linking of the static...
2018-07-31 David Bolvansky[RISCV] Add driver for riscv32-unknown-elf baremetal...
2018-07-31 Hans Wennborgclang-format: try to make the doc for ConstructorInitia...
2018-07-31 Jonas HahnfeldFix linux-header-search.cpp with CLANG_DEFAULT_CXX_STDLIB
2018-07-31 Aleksandr UrakovImprove support of PDB as an external layout source
2018-07-31 Richard Smith[coroutines] Fix handling of dependent co_await in...
2018-07-31 Artem Dergachev[analyzer] Rename test: cxx17-mandatory-elision.cpp...
2018-07-31 Erik Pilkington[Sema] Relax a failing assert in TemplateArgumentLoc
2018-07-30 Artem Dergachev[analyzer] CStringChecker: Remember to highlight the...
2018-07-30 Eric ChristopherRevert "Add a definition for FieldSize that seems to...
2018-07-30 Eric ChristopherAdd a definition for FieldSize that seems to make sense...
2018-07-30 George Karpenkov[analyzer] [tests] Add an option for showing statistics...
2018-07-30 George Karpenkov[analyzer] [tests] Style fixes for testing harness.
2018-07-30 Scott LinderFix use of uninitialized variable in r338299
2018-07-30 George Karpenkov[analyzer] [NFC] Simplify some visitors by giving a...
2018-07-30 George Karpenkov[analyzer] Bugfix for autorelease + main run loop leak...
2018-07-30 George Karpenkov[analyzer] Fix crash in RunLoopAutoreleaseChecker on...
2018-07-30 Roman Lebedev[docs] UndefinedBehaviorSanitizer.rst: {,un}signed...
2018-07-30 Stephen KellyAvoid returning an invalid end source loc
2018-07-30 Scott Linder[DebugInfo][OpenCL] Generate correct block literal...
next