index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
return-noreturn.cpp
Age
Commit message (
Expand
)
Author
2012-01-24
Reword/rename -Wswitch-unreachable-default.
David Blaikie
2012-01-23
Rename -Wswitch-enum-redundant-default to -Wswitch-redundant-default.
David Blaikie
2012-01-21
Add -Wswitch-enum-redundant-default.
David Blaikie
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-09-20
Fix a pretty nasty bug in noreturn destructors that cascaded into lots
Chandler Carruth
2011-09-13
Enhance the CFG construction to detect no-return destructors for
Chandler Carruth
2011-09-10
Extend the Stmt AST to make it easier to look through label, default,
Chandler Carruth
2011-03-07
Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412.
Ted Kremenek
2011-03-03
Add coverage test for CFGImplicitDtor::getDestructorDecl() when handling type...
Ted Kremenek
2011-03-03
Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destr...
Ted Kremenek
2011-03-03
Teach CFGImplicitDtor::getDestructorDecl() about reference types.
Ted Kremenek
2011-03-02
Introduce CFGImplicitDtor::isNoReturn() to query whether a destructor actuall...
Ted Kremenek
2011-01-25
Tweak return-noreturn.cpp test to have its original
Ted Kremenek
2011-01-25
Fix regression in -Wreturn-type caused by not
Ted Kremenek
2011-01-08
Remove a kludge from analysis based warnings that used to detect
Chandler Carruth
2010-08-28
Update test case, with comment to later investigate the correct behavior. No...
Ted Kremenek
2010-05-17
Add a hack to silence warnings about failing to return from functions after
Chandler Carruth