]> granicus.if.org Git - clang/shortlog
clang
2018-08-06 Simon Marchi[VirtualFileSystem] InMemoryFileSystem::status: Return...
2018-08-06 Martin Storsjo[MinGW] Predefine UNICODE if -municode is specified...
2018-08-06 Leonard ChanFix for broken build on clang-hexagon-elf for ambiguous...
2018-08-06 Erich Keane[NFC] Remove TODO comment that no longer applies (Parse...
2018-08-06 Leonard ChanRemoved the OverflowConversionsToFract tests for now...
2018-08-06 Leonard ChanFix for failing test from sanitizer-x86_64-linux-fast...
2018-08-06 David GreeneForce test/Driver/fuchsia.c(pp) to use lld
2018-08-06 Benjamin Kramer[Fixed Point Arithmetic] Remove unused include.
2018-08-06 Bruno Ricci[AST] Remove unnecessary indirections in DeclarationNam...
2018-08-06 Leonard Chan[Fixed Point Arithmetic] Fixed Point Constant
2018-08-06 Leonard Chan[Fixed Point Arithmetic] Fix for FixedPointValueToString
2018-08-06 Bruno Ricci[AST] Add individual size info for Types in -print...
2018-08-06 Gabor Marton[ASTmporter] SourceRange-free function parameter checki...
2018-08-06 Bruno Ricci[AST] Move the enum in ObjCMethodDeclBitfields
2018-08-06 Louis Dionne[clang] Fix broken include_next in float.h
2018-08-06 Hans Wennborgclang-cl: Parse the new /JMC flag
2018-08-06 Jonas Toth[clang-rename] make clang-rename.py vim integration...
2018-08-06 Hsiangkai WangRevert "[DebugInfo] Generate debug information for...
2018-08-06 Hsiangkai Wang[DebugInfo] Generate debug information for labels....
2018-08-06 Hsiangkai Wang[DebugInfo] Use DbgVariableIntrinsic as the base class...
2018-08-06 Chandler Carruth[docs] Don't use the `asm` syntax highlighting (which...
2018-08-05 David BolvanskyFix tests for changed opt remarks format
2018-08-05 Bruno Ricci[AST][NFC] Remove unneeded forward declarations in...
2018-08-05 George Burgess IVUse Optional instead of unique_ptr; NFC
2018-08-04 Matt Morehouse[clang-fuzzer] Remove unused typedef.
2018-08-04 Richard SmithAvoid creating conditional cleanup blocks that contain...
2018-08-04 Emmett NeymanLLVM Proto Fuzzer - Run Functions on Suite of Inputs
2018-08-04 Richard Smith[www] Update cxx_status and cxx_dr_status now that...
2018-08-04 Richard Smith[constexpr] Support for constant evaluation of __builti...
2018-08-03 George Karpenkov[analyzer] Do not crash in NoStoreFuncVisitor notes...
2018-08-03 Volodymyr Sapsai[Preprocessor] Allow libc++ to detect when aligned...
2018-08-03 Eli FriedmanDiagnose invalid cv-qualifiers for friend decls.
2018-08-03 Reka Kovacs[analyzer] Add test for a crash fixed in r338775.
2018-08-03 Sergey Dmitriev[OpenMP] Encode offload target triples into comdat...
2018-08-03 Aaron BallmanProperly add shared locks to the initial list of locks...
2018-08-03 Erich Keane[NFC] Initialize a variable to prevent future invalid...
2018-08-03 Vlad TsyrklevichRevert "[OpenCL] Always emit alloca in entry block...
2018-08-03 Scott Linder[OpenCL] Always emit alloca in entry block for enqueue_...
2018-08-03 Graham YiuFix asm label testcase flaw
2018-08-03 Erich Keanerevert r338831 - Fix unused variable warning in tablege...
2018-08-03 Martin Probstclang-format: [JS] don't break comments before any '{'
2018-08-03 Erich Keane[NFCI] My attempt to fix a warning in r338886 broke...
2018-08-03 Bruno Ricci[AST][NFC] Add missing doc for ObjCMethodDecl and ObjCC...
2018-08-03 Bruno Ricci[AST][NFC] Small doc update for DeclContext
2018-08-03 Erich Keane[NFC] Fix unused expression warning introduced in r338884
2018-08-03 Bruno RicciTest commit
2018-08-03 Erich Keane[NFC] Silence unused variable warning in Attr.td/AttrPa...
2018-08-03 Tim NorthoverRevert "clang-format: [JS] don't break comments before...
2018-08-03 Krasimir Georgievclang-format-diff: Make it work with python3 too
2018-08-03 Martin Probstclang-format: [JS] don't break comments before any '{'
2018-08-03 Eric LiuFully qualify the renamed symbol if the shortened name...
2018-08-03 Karl-Johan... Fix unused variable warning in tablegen generated code
2018-08-03 Michael Wu[libclang 8/8] Add support for the flag_enum attribute
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...
next