summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] NFC: GenericTaintChecker: Revise rule specification mechanisms.Artem Dergachev2019-01-301-112/+103
* NFC: Move GenericSelectionExpr dump to NodeDumperStephen Kelly2019-01-292-2/+5
* NFC: Implement GenericSelectionExpr::Association dump with VisitorStephen Kelly2019-01-292-15/+24
* Thread safety analysis: Improve diagnostics for double lockingAaron Puchert2019-01-292-18/+22
* [OPENMP]Fix PR40513: lastprivate taskloop counter.Alexey Bataev2019-01-291-4/+1
* OpenCL: Use length modifier for warning on vector printf argumentsMatt Arsenault2019-01-295-21/+64
* Revert "OpenCL: Extend argument promotion rules to vector types"Matt Arsenault2019-01-292-19/+6
* Fix the behavior of clang's -w flag.James Y Knight2019-01-291-6/+11
* [analyzer] [RetainCountChecker] Track input parameters to the top-level functionGeorge Karpenkov2019-01-294-29/+124
* [analyzer] [RetainSummaryManager] [NFC] Split one function into two, as it's ...George Karpenkov2019-01-291-56/+42
* [analyzer] [ARCMT] [NFC] Unify entry point into RetainSummaryManagerGeorge Karpenkov2019-01-293-58/+42
* Extend AnyCall to handle callable declarations without the call expressionsGeorge Karpenkov2019-01-291-1/+1
* [analyzer] [RetainCountChecker] Support 'taggedRetain' and 'taggedRelease'George Karpenkov2019-01-291-2/+2
* [OPENMP]Make the loop with unsigned counter countable.Alexey Bataev2019-01-291-17/+71
* Rollback unwindlib patch.Sterling Augustine2019-01-292-85/+28
* Adjust documentation for git migration.James Y Knight2019-01-291-5/+4
* [Tooling] Handle #pragma once header guard in include insertion.Eric Liu2019-01-291-18/+44
* [CUDA][HIP] Do not diagnose use of _Float16Yaxun Liu2019-01-292-3/+9
* Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-296-32/+40
* [analyzer] Toning down invalidation a bitGabor Horvath2019-01-291-5/+17
* [analyzer] Fix a typo in docsGabor Horvath2019-01-291-1/+1
* Remove unused variable to silence compiler warningMikael Holmen2019-01-291-1/+1
* AMDGPU: Add ds append/consume builtinsMatt Arsenault2019-01-281-0/+8
* [ASTImporter] Fix handling of overriden methods during ASTImportShafik Yaghmour2019-01-281-7/+37
* [OPENMP][NVPTX]Emit service debug variable for NVPTX.Alexey Bataev2019-01-281-0/+14
* Add --unwindlib=[libgcc|compiler-rt] to parallel --rtlib=Sterling Augustine2019-01-282-28/+85
* Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-286-40/+32
* Add -fapply-global-visibility-to-externs for -cc1Scott Linder2019-01-284-3/+11
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-284-0/+6
* [AST] Introduce GenericSelectionExpr::AssociationBruno Ricci2019-01-286-32/+40
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-2818-42/+42
* [X86] Add new variadic avx512 compress/expand intrinsics that use vXi1 types ...Craig Topper2019-01-281-0/+54
* [SemaCXX] Fix ICE with structure bindings to members of templateNicolas Lesser2019-01-271-0/+4
* Remove Expr sugar decorating the CXXUuidofExpr node.Bill Wendling2019-01-271-1/+1
* [analyzer] Add CheckerManager::getChecker, make sure that a registry function...Kristof Umann2019-01-2613-33/+26
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-2613-59/+169
* [analyzer] Fix an bug where statically linked, but not registered checkers we...Kristof Umann2019-01-262-8/+14
* [analyzer][NFC] Keep track of whether enabling a checker was explictly specif...Kristof Umann2019-01-261-67/+77
* [analyzer][NFC] Supply CheckerRegistry with AnalyzerOptionsKristof Umann2019-01-263-21/+22
* [analyzer] Split unix.API up to UnixAPIMisuseChecker and UnixAPIPortabilityCh...Kristof Umann2019-01-261-101/+128
* [analyzer] Supply all checkers with a shouldRegister functionKristof Umann2019-01-2696-42/+499
* [AST] Pack GenericSelectionExprBruno Ricci2019-01-267-56/+97
* [AST][NFC] Various cleanups to GenericSelectionExprBruno Ricci2019-01-263-54/+56
* [X86] Custom codegen 512-bit cvt(u)qq2tops, cvt(u)qqtopd, and cvt(u)dqtops in...Craig Topper2019-01-261-0/+28
* [Sema] Improve a -Warray-bounds diagnosticErik Pilkington2019-01-251-5/+19
* [CodeGen] Implement isTriviallyRecursive with StmtVisitor instead of Recursiv...Reid Kleckner2019-01-251-19/+21
* Remove F16 literal support based on Float16 support.Erich Keane2019-01-251-4/+5
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-255-1/+10
* Allow 'static' storage specifier on an out-of-line member function templateErich Keane2019-01-251-1/+5
* Fix "control reaches end of non-void function" warning. NFCI.Simon Pilgrim2019-01-251-0/+1