summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/attr-noreturn.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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