summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang,ARM] Initial ACLE intrinsics for MVE.Simon Tatham2019-10-241-0/+105
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-111-0/+6
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-101-10/+0
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-101-0/+10
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-081-0/+39
* [Diagnostics] Emit better -Wbool-operation's warning message if we known that...David Bolvansky2019-10-071-0/+7
* Sema - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-071-7/+7
* [clang] fix a typo from r372531Yuanfang Chen2019-10-041-1/+1
* [Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington2019-10-041-15/+33
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-1/+1
* Silence static analyzer getAs<VectorType> null dereference warnings. NFCI.Simon Pilgrim2019-10-021-5/+5
* [Diagnostics] Warn if enumeration type mismatch in conditional expressionDavid Bolvansky2019-09-301-0/+28
* [NFC] Strenghten preconditions for warningDavid Bolvansky2019-09-241-1/+2
* [Diagnostics] Handle tautological left shifts in boolean context David Bolvansky2019-09-241-5/+14
* [Diagnostics] Do not diagnose unsigned shifts in boolean context (-Wint-in-bo...David Bolvansky2019-09-241-26/+21
* [Sema] Fix the atomic expr rebuilding order.Michael Liao2019-09-231-25/+65
* [Diagnostics] Warn if '<<' in bool context with -Wint-in-bool-context (GCC co...David Bolvansky2019-09-231-1/+10
* [Diagnostics] Warn if ?: with integer constants always evaluates to trueDavid Bolvansky2019-09-221-0/+41
* [CLANG][BPF] permit any argument type for __builtin_preserve_access_index()Yonghong Song2019-09-221-11/+1
* Ensure AtomicExpr goes through SEMA checking after TreeTransformErich Keane2019-09-201-47/+54
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-191-1/+11
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-181-0/+16
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-171-28/+59
* [X86] Allow _MM_FROUND_CUR_DIRECTION and _MM_FROUND_NO_EXC to be used togethe...Craig Topper2019-09-091-1/+3
* [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...David Bolvansky2019-09-061-1/+1
* [PowerPC][Altivec][Clang] Check compile-time constant for vec_dst*Jinsong Ji2019-09-041-0/+5
* [PowerPC][Altivec] Fix constant argument for vec_dssJinsong Ji2019-09-041-0/+2
* [OpenCL] Fix diagnosing enqueue_kernel call with too few argsSven van Haastregt2019-08-291-1/+3
* [Sema] Don't warn on printf('%hd', [char]) (PR41467)Nathan Huckleberry2019-08-231-2/+6
* [Sema][ObjC] Fix a -Wformat false positive with localizedStringForKeyErik Pilkington2019-08-141-15/+42
* Revert "Fix crash on switch conditions of non-integer types in templates"Dmitri Gribenko2019-08-131-2/+0
* Fix crash on switch conditions of non-integer types in templatesElizabeth Andrews2019-08-131-0/+2
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-08-011-10/+66
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-311-0/+1
* [Sema] add -Walloca to flag uses of `alloca`George Burgess IV2019-07-251-0/+4
* Revert "[Sema] Enable -Wimplicit-float-conversion for integral to floating po...Petr Hosek2019-07-251-49/+0
* [Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...Ziang Wan2019-07-251-0/+49
* Revert [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-171-1/+0
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-171-0/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-121-0/+2
* [ObjC] Add a warning for implicit conversions of a constant non-boolean value...Erik Pilkington2019-07-091-0/+28
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-0/+14
* Revert "[BPF] Preserve debuginfo array/union/struct type/access index"Yonghong Song2019-07-091-14/+0
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-0/+14
* [ObjC] Add a -Wtautological-compare warning for BOOLErik Pilkington2019-07-081-6/+30
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-9/+4
* [clang] perform semantic checking in constant contextGauthier Harnisch2019-06-151-68/+110
* [X86] Add checks that immediate for reducesd/ss fits in 8-bits.Craig Topper2019-06-141-0/+2
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-9/+4
OpenPOWER on IntegriCloud