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
/
SemaCXX
/
warn-missing-noreturn.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Diagnostics] Try to improve warning message for -Wreturn-type
Dávid Bolvanský
2019-11-09
1
-1
/
+1
*
Don't suggest 'noreturn' for function template instantiations, because
Douglas Gregor
2011-10-10
1
-6
/
+26
*
Improve the diagnostic text for -Wmissing-noreturn to include the name
Chandler Carruth
2011-08-31
1
-4
/
+4
*
Teach -Wreturn-type that destructors can appear
Ted Kremenek
2011-01-26
1
-0
/
+10
*
Tweak return-noreturn.cpp test to have its original
Ted Kremenek
2011-01-25
1
-1
/
+12
*
Handle base and member destructors in CheckFallThrough.
Anders Carlsson
2011-01-17
1
-0
/
+15
*
Fix a bug where the -Wmissing-noreturn would always treat constructors with b...
Anders Carlsson
2011-01-16
1
-0
/
+17
*
Add test case for <rdar://problem/7880658>.
Ted Kremenek
2010-05-13
1
-0
/
+14
*
An edge from a call expression to the exit block is only an abnormal edge
John McCall
2010-04-30
1
-0
/
+9
*
If a non-noreturn virtual member function is guaranteed not to return,
Douglas Gregor
2010-04-16
1
-0
/
+5
*
Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247.
Anders Carlsson
2010-02-06
1
-0
/
+24