]> granicus.if.org Git - clang/shortlog
clang
2019-10-09 Richard Smith[c++20] Implement most of P1152R4.
2019-10-08 Richard Smith[cxx_status] Note that Clang has supported std::source_...
2019-10-08 Richard SmithFactor out some duplication. NFC.
2019-10-08 Alex Lorenz[clang-scan-deps] Improve string/character literal...
2019-10-08 Francis Visoiu... [IRGen] Emit lifetime markers for temporary struct...
2019-10-08 Richard SmithFix crash or wrong code bug if a lifetime-extended...
2019-10-08 Vitaly Buka[clang] enable_trivial_var_init_zero should not be...
2019-10-08 Vitaly Buka[clang] Add llvm-ifs in test deps
2019-10-08 Alexey Bataev[OPENMP50]Multiple vendors in vendor context must be...
2019-10-08 Nico WeberTry to get ubsan-blacklist-vfs.c pass more on Windows
2019-10-08 Yonghong Song[BPF] do compile-once run-everywhere relocation for...
2019-10-08 Jan Korous[NFC] Attempt to make ubsan-blacklist-vfs test pass...
2019-10-08 Michael Liao[driver][hip] Skip bundler if host action is nothing.
2019-10-08 Alexey Bataev[OPENMP50]Do not allow multiple same context traits...
2019-10-08 Alexey Bataev[OPENMP50]Prohibit multiple context selector sets in...
2019-10-08 Puyan Lotfi[clang][ifs] Clang Interface Stubs ToolChain plumbing.
2019-10-08 Alexey Bataev[OPENMP50]Allow functions in declare variant directive...
2019-10-08 Graham Hunter[SVE][IR] Scalable Vector size queries and IR instructi...
2019-10-08 James Clarke[Diagnostics] Silence -Wsizeof-array-div for character...
2019-10-08 Sylvestre LedruRemove an useless allocation (from by clang-analyzer...
2019-10-08 James Clarke[ItaniumMangle] Fix mangling of GNU __null in an expres...
2019-10-08 Jan Korous[NFC] Fix ubsan-blacklist test
2019-10-08 Jan KorousReland 'Add VFS support for sanitizers' blacklist'
2019-10-08 Jan KorousRevert "Add VFS support for sanitizers' blacklist"
2019-10-07 Vitaly Buka[clang] Accept -ftrivial-auto-var-init in clang-cl
2019-10-07 Jan KorousAdd VFS support for sanitizers' blacklist
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...
next