summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/return.c
Commit message (Expand)AuthorAgeFilesLines
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-091-22/+22
* [CFG] Fix CFG for statement-expressions in return values.Artem Dergachev2019-08-291-0/+11
* Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...Nico Weber2018-02-131-0/+12
* Fix recent regressions in -Wreturn-type caused by heuristics to -Wunreachable...Ted Kremenek2014-03-071-1/+35
* CFG: Also apply the filter to the first block in a FilteredCFGBlockIterator.Benjamin Kramer2014-02-281-0/+7
* Forbid driver use in Sema testsAlp Toker2014-01-161-1/+1
* Remove setjmp.h header file from Sema/return.c test and include necessaryJyotsna Verma2013-04-161-3/+7
* Exclude test30 of Sema/return.c for Hexagon since setjmp.h include fileJyotsna Verma2013-04-111-0/+2
* For -Wignored-qualifiers, don't warn on qualifiers which we acquire via aRichard Smith2013-03-281-0/+5
* Change the binary operator data recursive evaluator to not stop at the firstRichard Trieu2012-03-211-0/+9
* [frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier2012-02-031-1/+1
* Fix the behavior of -Wignored-qualifiers on return type qualifiers inChandler Carruth2011-02-231-1/+1
* test/Sema/return.c: Cygwin does not have _longjmp().NAKAMURA Takumi2010-10-191-1/+1
* Enhance -Wreturn-type to not warn when control-flow is most likely limited by...Ted Kremenek2010-09-091-0/+13
* Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson2010-09-031-1/+1
* Add warning for functions/blocks that have attribute 'noreturn' but return a ...Ted Kremenek2010-08-191-1/+1
* Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.Chandler Carruth2010-07-141-1/+4
* fix PR7280 by making the warning on code like this:Chris Lattner2010-07-111-1/+1
* Update test case.Ted Kremenek2010-04-081-1/+1
* For forward-declared static inline functions, delay CFG-based warnings until weTed Kremenek2010-03-231-0/+3
* Only perform CFG-based warnings on 'static inline' functions thatTed Kremenek2010-03-231-0/+14
* Improve the unused-value check to look into comma expressions and filter outJohn McCall2010-03-121-1/+1
* Insulate these from changes to the default for -Wunreachable-code.Mike Stump2010-01-231-1/+1
* Revert r91073.Mike Stump2009-12-171-4/+0
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Don't complain about falling off the end of a function with an asmMike Stump2009-12-101-0/+4
* Use clang to run tests which include headers from the system.Daniel Dunbar2009-11-171-1/+1
* Fix some Window-isms to get these tests to pass on Windows.John Thompson2009-10-291-0/+4
* Be sure to turn on -fblocks.Mike Stump2009-07-291-1/+1
* Add support for -Wmissing-noreturn.Mike Stump2009-07-281-0/+10
* Ensure we can work through typedefs.Mike Stump2009-07-271-0/+3
* Add knowledge about _longjmp being noreturn.Mike Stump2009-07-271-1/+4
* Add builtin knowledge about longjmp being noreturn. Add printing forMike Stump2009-07-271-0/+6
* Add noreturn for exit.Mike Stump2009-07-271-0/+5
* add bugzilla #Chris Lattner2009-07-271-0/+1
* Fix PR4624.Mike Stump2009-07-271-0/+3
* Add noreturn as a type attribute, handle printing for them and handleMike Stump2009-07-251-0/+4
* Add warning for falling off the end of a function that should return aMike Stump2009-07-221-0/+173
* Name the "return-type" DiagGroup and reference it in a few places.Steve Naroff2009-04-301-0/+3
* Warn about invalid return statements by default.Steve Naroff2009-04-301-0/+9
OpenPOWER on IntegriCloud