summaryrefslogtreecommitdiffstats
path: root/test/Sema/constant-conversion.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the spelling of 'bitfield' in diagnostics to be consistently 'bit-field'.Chandler Carruth2016-12-201-12/+12
* Fix indentationDaniel Marjamaki2016-09-231-1/+1
* Fix Wbitfield-constant-conversion false positivesDaniel Marjamaki2016-09-221-2/+8
* Allow -1 to assign max value to unsigned bitfields.Richard Trieu2016-08-051-0/+12
* Exempt char array initializers from -Wconstant-converion.Richard Trieu2016-02-051-0/+2
* Improve -Wconstant-conversionRichard Trieu2016-01-291-0/+31
* Revert r178273 as it broke the Linux bootstrap due to false positivesTimur Iskhodzhanov2013-03-291-41/+1
* Implemented a warning when an input several bitwise operations areSam Panzer2013-03-281-1/+41
* Change the check for constant-conversion with width-1 bitfields so it doesn't...Eli Friedman2012-02-021-0/+6
* Turn off implicit truncation warning for compound assignment to bitfields; it...Eli Friedman2012-01-261-0/+2
* Make the bitfield implicit truncation warning slightly more aggressive, and m...Eli Friedman2012-01-261-2/+12
* Only emit implicit constant conversion truncation warnings in reachable code....Ted Kremenek2011-10-221-0/+7
* Undo a refactor-o and base the bitfield-truncation warning on theJohn McCall2010-11-111-0/+18
* Extend the bitfield-truncation warning to initializations.John McCall2010-11-111-0/+13
* When -Wconversion computes the range of a type, it uses the (bit-)range John McCall2010-11-101-0/+6
* Tweak to bitfield-overflow warning: don't warn about storingJohn McCall2010-11-101-0/+5
* Typo.John McCall2010-11-091-1/+1
* Add a warning for implicit truncation of constant values due toJohn McCall2010-11-091-0/+6
* Split out -Wconversion warnings about constant precision into theirJohn McCall2010-11-091-0/+9