]> granicus.if.org Git - clang/shortlog
clang
2019-10-07 David Bolvansky[Diagnostics] Emit better -Wbool-operation's warning...
2019-10-07 Alexey Bataev[OPENMP]Fix caonical->canonical, NFC.
2019-10-07 Amy HuangFix for expanding __pragmas in macro arguments
2019-10-07 Alexey Bataev[OPENMP50]Treat range-based for as canonical loop.
2019-10-07 Michal Gorny[clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS...
2019-10-07 Erich KeaneFix Calling Convention through aliases
2019-10-07 Yitzhak Mandelbaum[libTooling][NFC] Fix build break in r373916.
2019-10-07 Paul Hoad[clang-format] [PR27004] omits leading space for noexce...
2019-10-07 Paul Hoad[clang-format] [NFC] Ensure clang-format is itself...
2019-10-07 Simon PilgrimCodegen - silence static analyzer getAs<> null derefere...
2019-10-07 Yitzhak Mandelbaum[libTooling] Add `toString` method to the Stencil class
2019-10-07 Simon PilgrimSema - silence static analyzer getAs<> null dereference...
2019-10-07 Utkarsh Saxena[clang] Add test for FindNextToken in Lexer.
2019-10-07 Simon PilgrimRewriteModernObjC - silence static analyzer getAs<...
2019-10-07 Simon PilgrimAST - silence static analyzer getAs<> null dereference...
2019-10-07 Gabor Marton[ASTImporter][NFC] Enable disabled but passing test
2019-10-07 Gabor Marton[ASTImporter][NFC] Update ASTImporter internals docs
2019-10-07 Gabor Marton[ASTImporter][NFC] Fix typo in user docs
2019-10-07 Hans Wennborgclang-cl: Ignore the new /ZH options
2019-10-07 Richard Smith[c++20] Check for a class-specific operator delete...
2019-10-07 Richard SmithFix behavior of __builtin_bit_cast when the From and...
2019-10-06 Richard SmithImplements CWG 1601 in [over.ics.rank/4.2]
2019-10-06 Richard Smith[Sema] Avoids an assertion failure when an invalid...
2019-10-06 Sanjay Patel[InstCombine] don't assume 'inbounds' for bitcast point...
2019-10-06 Paul Hoad[clang-format][docs] Fix the Google C++ and Chromium...
2019-10-05 Simon PilgrimTry to fix sphinx indentation error
2019-10-05 Simon PilgrimRewriteObjC - silence static analyzer getAs<> null...
2019-10-05 David Bolvansky[Diagnostics] Highlight expr's source range for -Wbool...
2019-10-05 Simon PilgrimSemaTemplate - silence static analyzer getAs<> null...
2019-10-05 Simon PilgrimTreeTransform - silence static analyzer getAs<> null...
2019-10-05 Simon PilgrimRemove redundant !HasDependentValue check. NFCI.
2019-10-05 Simon PilgrimSemaStmt - silence static analyzer getAs<> null derefer...
2019-10-05 Paul Hoad[clang-format] SpacesInSquareBrackets should affect...
2019-10-05 David Bolvansky[NFCI] Slightly improve warning message
2019-10-05 David Bolvansky[Diagnostics] Use Expr::isKnownToHaveBooleanValue(...
2019-10-04 Yuanfang Chen[clang] fix a typo from r372531
2019-10-04 Michal Gorny[clang] [cmake] Use add_clang_tool() to install all...
2019-10-04 Erik Pilkington[Sema] Split out -Wformat-type-confusion from -Wformat...
2019-10-04 Reid KlecknerAdd missing null pointer check in -ftime-trace code
2019-10-04 Jordan Rose[CMake] Clang: Don't use object libraries with Xcode
2019-10-04 Alexey Bataev[OPENMP50]Suppport for multiple vendors in the same...
2019-10-04 Simon PilgrimSemaDeclAttr - silence static analyzer getAs<> null...
2019-10-04 Simon PilgrimCGBlocks - silence static analyzer getAs<> null derefer...
2019-10-04 Paul Hoad[clang-format] C++11 braced lists should respect the...
2019-10-04 Paul Hoad[clang-format] [PR43531] clang-format damages "alternat...
2019-10-04 Sam McCallFurther improve -Wbool-operation bitwise negation message
2019-10-04 Haojian Wu[clang-rename] Fix a crash when renaming a class withou...
2019-10-04 Paul Hoad[clang-format] [PR42417] clang-format inserts a space...
2019-10-04 Simon Tatham[clang] Prevent false positives in arm-mfpu-none codege...
2019-10-04 David Bolvansky[NFCI] Improve the -Wbool-operation's warning message
2019-10-04 Sam McCall[Format] Fix docs after r373439
2019-10-04 Cullen Rhodes[Driver] NFC: Remove duplicate call to getLibGccType
2019-10-04 Raphael Isemann[lldb][modern-type-lookup] No longer import temporary...
2019-10-04 Ilya Biryukov[CodeComplete] Ensure object is the same in compareOver...
2019-10-04 Paul Hoad[clang-format] [PR43338] C# clang format has space...
2019-10-04 Paul Hoad[clang-format] [PR43333] Fix C# breaking before functio...
2019-10-04 Michal Gorny[clang] [cmake] Add distribution install targets for...
2019-10-04 Richard SmithProperly handle instantiation-dependent array bounds.
2019-10-03 Alexey Bataev[OPENMP]Fix the test on Windows, NFC.
2019-10-03 Simon PilgrimASTContext - silence static analyzer getAs<> null deref...
2019-10-03 Simon PilgrimOverloadCandidate::getNumParams - silence static analyz...
2019-10-03 Alexey Bataev[OPENMP50]Codegen support for scores in context selectors.
2019-10-03 Yaxun Liu[HIP] Use option -nogpulib to disable linking device lib
2019-10-03 Richard SmithCheck for qualified function types after substituting...
2019-10-03 Paul Hoad[clang-format] Add ability to wrap braces after multi...
2019-10-03 Richard SmithPR43547: substitute into the type of a non-type templat...
2019-10-03 Michael Liao[HIP] Enable specifying different default gpu arch...
2019-10-03 Simon PilgrimDeclBase/DeclCXX/DeclTemplate - silence static analyzer...
2019-10-03 Alexey Bataev[OPENMP]Fix emission of the declare target variables...
2019-10-03 Alexey Bataev[OPENMP]Improve diagnostics for not found declare targe...
2019-10-03 David Bolvansky[NFC] Added missing changes for rL373614
2019-10-03 David Bolvansky[Diagnostics] Bitwise negation of a boolean expr always...
2019-10-03 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-10-03 Simon PilgrimExprConstant - silence static analyzer getAs<> null...
2019-10-03 Simon PilgrimRemove duplicate P->getAs<PointerType>() call. NFCI.
2019-10-03 Guillaume Chatelet[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
2019-10-03 Yitzhak Mandelbaum[libTooling] Add various Stencil combinators for expres...
2019-10-03 Guillaume Chatelet[Alignment][Clang][NFC] Add CharUnits::getAsAlign
2019-10-03 Simon PilgrimSilence static analyzer getAs<RecordType> null derefere...
2019-10-03 Raphael Isemann[clang][NFC] Fix misspellings in ExternalASTMerger.h
2019-10-03 Serge PavlovFix driver tests when `LLVM_ENABLE_PER_TARGET_RUNTIME_D...
2019-10-03 Yaxun Liu[HIP] Support -emit-llvm for device compilation
2019-10-03 Nico WeberRevert 373538 and follow-ups 373549 and 373552.
2019-10-03 Richard SmithPR43519: don't inject a diagnostic when constant-evaula...
2019-10-03 Puyan LotfiFixing broken builds due to r373538, issues with filepa...
2019-10-03 Puyan LotfiFixing broken builds due to r373538 due to test that...
2019-10-03 Richard SmithMark P0784R7 as complete and start defining its feature...
2019-10-03 Richard SmithFor P0784R7: support placement new-expressions in const...
2019-10-03 Richard SmithFor P0784R7: allow direct calls to operator new / opera...
2019-10-02 Puyan Lotfi[clang][ifs] Clang Interface Stubs ToolChain plumbing.
2019-10-02 Simon PilgrimFix uninitialized variable warning in CodeGenPGO constr...
2019-10-02 Simon PilgrimItaniumCXXABI - silence static analyzer getAs<RecordTyp...
2019-10-02 Sergey Dmitriev[Clang][Driver][NFC] Corrected DeviceActionBuilder...
2019-10-02 Simon PilgrimCGObjCMac - silence static analyzer dyn_cast<>/getAs...
2019-10-02 Benjamin Kramer[Stencil] Hide implementaion detai. NFC.
2019-10-02 Alexey Bataev[OPENMP50]Add parsing/sema analysis for declare variant...
2019-10-02 Simon PilgrimType - silence static analyzer getAs<> null dereference...
2019-10-02 Simon PilgrimSilence static analyzer getAs<VectorType> null derefere...
2019-10-02 Simon PilgrimSemaOverload - silence static analyzer getAs<> null...
2019-10-02 Simon PilgrimSemaInit - silence static analyzer getAs<> null derefer...
next