summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attr-noreturn.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Diagnostics] Try to improve warning message for -Wreturn-typeDávid Bolvanský2019-11-091-1/+1
* [Sema] Use %sub to cleanup overload diagnosticsEric Fiselier2018-05-301-5/+5
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-3/+3
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-5/+5
* Revert r291410 and r291411.Richard Smith2017-01-091-5/+5
* Implement C++ DR1391 (wg21.link/cwg1391)Richard Smith2017-01-091-5/+5
* Testing commit rights. Removing trailing white space from test file.Neil Hickey2016-09-161-1/+1
* Update -Winvalid-noreturn to handle destructors better.Richard Trieu2015-05-281-0/+148
* Fix PR15291: noreturn adjustment in overload resolution for function template...Douglas Gregor2013-04-171-0/+83
* When we substitute into the type of a function based on theDouglas Gregor2012-09-131-0/+26
* Teach CFG building how to deal with CXXMemberCallExprs and BoundMemberTy,John McCall2011-05-111-0/+17
* 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
* allow the noreturn attribute to be used in class methodsNuno Lopes2009-12-231-0/+9
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implemented an implicit conversion from "noreturn" function types (andDouglas Gregor2009-12-091-0/+30
OpenPOWER on IntegriCloud