summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/switch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor places which perform contextual implicit conversions to go through aRichard Smith2013-05-211-0/+15
* Reject continue/break statements within members of local functions nested withinRichard Smith2012-02-171-1/+22
* Move -Wswitch-enum to -WswitchDavid Blaikie2012-01-221-1/+1
* Expand the coverage of the warning for constants on the RHS of logical operands:Chandler Carruth2011-05-311-1/+1
* compute the integer width, not the memory width here. We want to know thatChris Lattner2011-02-241-0/+7
* turn down the logical bitwise confusion warning to not warn Chris Lattner2010-07-241-2/+1
* Add a warning to catch a bug recently caught by code review, like this:Chris Lattner2010-07-131-1/+2
* If a switch condition is constant, don't warn about missing enum cases.John McCall2010-05-181-1/+18
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Require a class type to be complete before probing its conversionDouglas Gregor2009-11-231-0/+7
* Implement conversion from a switch condition with class type to anDouglas Gregor2009-11-231-0/+20
* Fix for PR5190, Credit to Zhanyong Wan.Edward O'Callaghan2009-10-171-0/+15
OpenPOWER on IntegriCloud