index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
return.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Diagnostics] Try to improve warning message for -Wreturn-type
Dávid Bolvanský
2019-11-09
1
-22
/
+22
*
[CFG] Fix CFG for statement-expressions in return values.
Artem Dergachev
2019-08-29
1
-0
/
+11
*
Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to ...
Nico Weber
2018-02-13
1
-0
/
+12
*
Fix recent regressions in -Wreturn-type caused by heuristics to -Wunreachable...
Ted Kremenek
2014-03-07
1
-1
/
+35
*
CFG: Also apply the filter to the first block in a FilteredCFGBlockIterator.
Benjamin Kramer
2014-02-28
1
-0
/
+7
*
Forbid driver use in Sema tests
Alp Toker
2014-01-16
1
-1
/
+1
*
Remove setjmp.h header file from Sema/return.c test and include necessary
Jyotsna Verma
2013-04-16
1
-3
/
+7
*
Exclude test30 of Sema/return.c for Hexagon since setjmp.h include file
Jyotsna Verma
2013-04-11
1
-0
/
+2
*
For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a
Richard Smith
2013-03-28
1
-0
/
+5
*
Change the binary operator data recursive evaluator to not stop at the first
Richard Trieu
2012-03-21
1
-0
/
+9
*
[frontend] Don't allow a mapping to a warning override an error/fatal mapping.
Chad Rosier
2012-02-03
1
-1
/
+1
*
Fix the behavior of -Wignored-qualifiers on return type qualifiers in
Chandler Carruth
2011-02-23
1
-1
/
+1
*
test/Sema/return.c: Cygwin does not have _longjmp().
NAKAMURA Takumi
2010-10-19
1
-1
/
+1
*
Enhance -Wreturn-type to not warn when control-flow is most likely limited by...
Ted Kremenek
2010-09-09
1
-0
/
+13
*
Get rid of the "functions declared 'noreturn' should have a 'void' result typ...
Anders Carlsson
2010-09-03
1
-1
/
+1
*
Add warning for functions/blocks that have attribute 'noreturn' but return a ...
Ted Kremenek
2010-08-19
1
-1
/
+1
*
Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.
Chandler Carruth
2010-07-14
1
-1
/
+4
*
fix PR7280 by making the warning on code like this:
Chris Lattner
2010-07-11
1
-1
/
+1
*
Update test case.
Ted Kremenek
2010-04-08
1
-1
/
+1
*
For forward-declared static inline functions, delay CFG-based warnings until we
Ted Kremenek
2010-03-23
1
-0
/
+3
*
Only perform CFG-based warnings on 'static inline' functions that
Ted Kremenek
2010-03-23
1
-0
/
+14
*
Improve the unused-value check to look into comma expressions and filter out
John McCall
2010-03-12
1
-1
/
+1
*
Insulate these from changes to the default for -Wunreachable-code.
Mike Stump
2010-01-23
1
-1
/
+1
*
Revert r91073.
Mike Stump
2009-12-17
1
-4
/
+0
*
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Don't complain about falling off the end of a function with an asm
Mike Stump
2009-12-10
1
-0
/
+4
*
Use clang to run tests which include headers from the system.
Daniel Dunbar
2009-11-17
1
-1
/
+1
*
Fix some Window-isms to get these tests to pass on Windows.
John Thompson
2009-10-29
1
-0
/
+4
*
Be sure to turn on -fblocks.
Mike Stump
2009-07-29
1
-1
/
+1
*
Add support for -Wmissing-noreturn.
Mike Stump
2009-07-28
1
-0
/
+10
*
Ensure we can work through typedefs.
Mike Stump
2009-07-27
1
-0
/
+3
*
Add knowledge about _longjmp being noreturn.
Mike Stump
2009-07-27
1
-1
/
+4
*
Add builtin knowledge about longjmp being noreturn. Add printing for
Mike Stump
2009-07-27
1
-0
/
+6
*
Add noreturn for exit.
Mike Stump
2009-07-27
1
-0
/
+5
*
add bugzilla #
Chris Lattner
2009-07-27
1
-0
/
+1
*
Fix PR4624.
Mike Stump
2009-07-27
1
-0
/
+3
*
Add noreturn as a type attribute, handle printing for them and handle
Mike Stump
2009-07-25
1
-0
/
+4
*
Add warning for falling off the end of a function that should return a
Mike Stump
2009-07-22
1
-0
/
+173
*
Name the "return-type" DiagGroup and reference it in a few places.
Steve Naroff
2009-04-30
1
-0
/
+3
*
Warn about invalid return statements by default.
Steve Naroff
2009-04-30
1
-0
/
+9