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
/
attr-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
*
[Sema] Use %sub to cleanup overload diagnostics
Eric Fiselier
2018-05-30
1
-5
/
+5
*
Print nested name specifiers for typedefs and type aliases
Alex Lorenz
2017-03-10
1
-3
/
+3
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-5
/
+5
*
Revert r291410 and r291411.
Richard Smith
2017-01-09
1
-5
/
+5
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-5
/
+5
*
Testing commit rights. Removing trailing white space from test file.
Neil Hickey
2016-09-16
1
-1
/
+1
*
Update -Winvalid-noreturn to handle destructors better.
Richard Trieu
2015-05-28
1
-0
/
+148
*
Fix PR15291: noreturn adjustment in overload resolution for function template...
Douglas Gregor
2013-04-17
1
-0
/
+83
*
When we substitute into the type of a function based on the
Douglas Gregor
2012-09-13
1
-0
/
+26
*
Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy,
John McCall
2011-05-11
1
-0
/
+17
*
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
*
allow the noreturn attribute to be used in class methods
Nuno Lopes
2009-12-23
1
-0
/
+9
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Implemented an implicit conversion from "noreturn" function types (and
Douglas Gregor
2009-12-09
1
-0
/
+30