summaryrefslogtreecommitdiff
path: root/test/Sema
Commit message (Expand)AuthorAgeFilesLines
* Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu2019-10-191-0/+22
* New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu2019-10-191-1/+20
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-151-6/+8
* Fix test failure with 374562 on HexagonErich Keane2019-10-111-1/+1
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-111-0/+4
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-101-4/+0
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-101-0/+4
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-1/+1
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-081-0/+48
* [Diagnostics] Silence -Wsizeof-array-div for character buffersJames Clarke2019-10-081-0/+2
* [Diagnostics] Emit better -Wbool-operation's warning message if we known that...David Bolvansky2019-10-071-3/+3
* [Diagnostics] Use Expr::isKnownToHaveBooleanValue() to check bitwise negation...David Bolvansky2019-10-051-0/+2
* [clang] fix a typo from r372531Yuanfang Chen2019-10-041-1/+1
* [Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington2019-10-043-9/+45
* Further improve -Wbool-operation bitwise negation messageSam McCall2019-10-041-3/+3
* [NFCI] Improve the -Wbool-operation's warning messageDavid Bolvansky2019-10-041-2/+4
* [Diagnostics] Bitwise negation of a boolean expr always evaluates to true; wa...David Bolvansky2019-10-031-0/+20
* [Diagnostics] Make -Wenum-compare-conditional off by defaultDavid Bolvansky2019-10-011-4/+0
* [Diagnostics] Move warning into the subgroup (-Wenum-compare-conditional)David Bolvansky2019-10-011-0/+2
* [Diagnostics] Warn if enumeration type mismatch in conditional expressionDavid Bolvansky2019-09-301-0/+39
* [Diagnostics] Handle tautological left shifts in boolean context David Bolvansky2019-09-241-7/+12
* [Diagnostics] Do not diagnose unsigned shifts in boolean context (-Wint-in-bo...David Bolvansky2019-09-241-4/+16
* [Diagnostics] Warn for enum constants in bool context (-Wint-in-bool-context;...David Bolvansky2019-09-231-1/+27
* [Diagnostics] Warn if '<<' in bool context with -Wint-in-bool-context (GCC co...David Bolvansky2019-09-231-0/+31
* [Diagnostics] Avoid -Wsizeof-array-div when dividing the size of a nested arr...David Bolvansky2019-09-231-13/+10
* [X86] Require last argument to LWPINS/LWPVAL builtins to be an ICE. Add ImmAr...Craig Topper2019-09-221-0/+16
* [Diagnostics] Warn if ?: with integer constants always evaluates to trueDavid Bolvansky2019-09-221-0/+32
* [CLANG][BPF] permit any argument type for __builtin_preserve_access_index()Yonghong Song2019-09-221-2/+10
* Merge and improve code that detects same value in comparisons.Richard Trieu2019-09-211-0/+14
* Improve -Wtautological-overlap-compareRichard Trieu2019-09-212-1/+18
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-191-4/+22
* [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington2019-09-181-0/+46
* [Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington2019-09-171-1/+20
* Use 'BOOL' instead of BOOL in diagnostic messagesErik Pilkington2019-09-172-16/+16
* Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith2019-09-171-1/+1
* [Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parensDavid Bolvansky2019-09-141-3/+20
* [Sema][Typo Correction] Fix potential infite loop on ambiguity checksDavid Goldman2019-09-131-0/+29
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-134-4/+4
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-134-4/+4
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-134-4/+4
* [NFC] Added triple to test file to avoid arm buildbots failuresDavid Bolvansky2019-09-111-1/+2
* [Diagnostics] Add -Wsizeof-array-divDavid Bolvansky2019-09-111-0/+28
* Emit -Wmicrosoft-enum-value warning instead of error in MS ABIReid Kleckner2019-09-111-1/+13
* When evaluating a __builtin_constant_p conditional, always enterRichard Smith2019-09-101-0/+3
* [X86] Allow _MM_FROUND_CUR_DIRECTION and _MM_FROUND_NO_EXC to be used togethe...Craig Topper2019-09-091-0/+13
* [NFCI] Unbreak buildbotsDavid Bolvansky2019-09-061-26/+0
* [NFC] Added new tests for r371222David Bolvansky2019-09-061-0/+26
* [Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...David Bolvansky2019-09-061-8/+10
* [ARM] Add support for the s,j,x,N,O inline asm constraintsDavid Candler2019-09-051-0/+305
* [LifetimeAnalysis] Fix some false positivesGabor Horvath2019-09-031-5/+157