aboutsummaryrefslogtreecommitdiff
path: root/test/Sema
AgeCommit message (Expand)Author
2019-10-19Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu
2019-10-19New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu
2019-10-15Added support for "#pragma clang section relro=<name>"Dmitry Mikulin
2019-10-11Fix test failure with 374562 on HexagonErich Keane
2019-10-11Reland r374450 with Richard Smith's comments and test fixed.Erich Keane
2019-10-10Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber
2019-10-10Fix __builtin_assume_aligned with too large values.Erich Keane
2019-10-10Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner
2019-10-08[BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song
2019-10-08[Diagnostics] Silence -Wsizeof-array-div for character buffersJames Clarke
2019-10-07[Diagnostics] Emit better -Wbool-operation's warning message if we known that...David Bolvansky
2019-10-05[Diagnostics] Use Expr::isKnownToHaveBooleanValue() to check bitwise negation...David Bolvansky
2019-10-04[clang] fix a typo from r372531Yuanfang Chen
2019-10-04[Sema] Split out -Wformat-type-confusion from -Wformat-pedanticErik Pilkington
2019-10-04Further improve -Wbool-operation bitwise negation messageSam McCall
2019-10-04[NFCI] Improve the -Wbool-operation's warning messageDavid Bolvansky
2019-10-03[Diagnostics] Bitwise negation of a boolean expr always evaluates to true; wa...David Bolvansky
2019-10-01[Diagnostics] Make -Wenum-compare-conditional off by defaultDavid Bolvansky
2019-10-01[Diagnostics] Move warning into the subgroup (-Wenum-compare-conditional)David Bolvansky
2019-09-30[Diagnostics] Warn if enumeration type mismatch in conditional expressionDavid Bolvansky
2019-09-24[Diagnostics] Handle tautological left shifts in boolean context David Bolvansky
2019-09-24[Diagnostics] Do not diagnose unsigned shifts in boolean context (-Wint-in-bo...David Bolvansky
2019-09-23[Diagnostics] Warn for enum constants in bool context (-Wint-in-bool-context;...David Bolvansky
2019-09-23[Diagnostics] Warn if '<<' in bool context with -Wint-in-bool-context (GCC co...David Bolvansky
2019-09-23[Diagnostics] Avoid -Wsizeof-array-div when dividing the size of a nested arr...David Bolvansky
2019-09-22[X86] Require last argument to LWPINS/LWPVAL builtins to be an ICE. Add ImmAr...Craig Topper
2019-09-22[Diagnostics] Warn if ?: with integer constants always evaluates to trueDavid Bolvansky
2019-09-22[CLANG][BPF] permit any argument type for __builtin_preserve_access_index()Yonghong Song
2019-09-21Merge and improve code that detects same value in comparisons.Richard Trieu
2019-09-21Improve -Wtautological-overlap-compareRichard Trieu
2019-09-19[CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song
2019-09-18[Sema] Suppress -Wformat diagnostics for bool types when printed using %hhdErik Pilkington
2019-09-17[Sema] Split of versions of -Wimplicit-{float,int}-conversion for Objective-C...Erik Pilkington
2019-09-17Use 'BOOL' instead of BOOL in diagnostic messagesErik Pilkington
2019-09-17Fix reliance on lax vector conversions in tests for x86 intrinsics.Richard Smith
2019-09-14[Diagnostics] Added silence note for -Wsizeof-array-div; suggest extra parensDavid Bolvansky
2019-09-13[Sema][Typo Correction] Fix potential infite loop on ambiguity checksDavid Goldman
2019-09-13For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith
2019-09-13Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere
2019-09-13For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith
2019-09-11[NFC] Added triple to test file to avoid arm buildbots failuresDavid Bolvansky
2019-09-11[Diagnostics] Add -Wsizeof-array-divDavid Bolvansky
2019-09-11Emit -Wmicrosoft-enum-value warning instead of error in MS ABIReid Kleckner
2019-09-10When evaluating a __builtin_constant_p conditional, always enterRichard Smith
2019-09-09[X86] Allow _MM_FROUND_CUR_DIRECTION and _MM_FROUND_NO_EXC to be used togethe...Craig Topper
2019-09-06[NFCI] Unbreak buildbotsDavid Bolvansky
2019-09-06[NFC] Added new tests for r371222David Bolvansky
2019-09-06[Diagnostics] Refactor code for -Wsizeof-pointer-div, catch more cases; also ...David Bolvansky
2019-09-05[ARM] Add support for the s,j,x,N,O inline asm constraintsDavid Candler
2019-09-03[LifetimeAnalysis] Fix some false positivesGabor Horvath