1. 2dd52e3 Reword/rename -Wswitch-unreachable-default. by David Blaikie · 12 years ago
  2. 413c2c9 Rename -Wswitch-enum-redundant-default to -Wswitch-redundant-default. by David Blaikie · 12 years ago
  3. 31ceb61 Add -Wswitch-enum-redundant-default. by David Blaikie · 12 years ago
  4. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  5. 3f224b2 Fix a pretty nasty bug in noreturn destructors that cascaded into lots by Chandler Carruth · 13 years ago
  6. c8cfc74 Enhance the CFG construction to detect no-return destructors for by Chandler Carruth · 13 years ago
  7. a1364be Extend the Stmt AST to make it easier to look through label, default, by Chandler Carruth · 13 years ago
  8. 6e40035 Fix null dereference in CFGBlock::FilterEdge that was reported in PR 9412. by Ted Kremenek · 13 years ago
  9. 9ca957a Add coverage test for CFGImplicitDtor::getDestructorDecl() when handling typedefs. by Ted Kremenek · 13 years ago
  10. c5aff44 Teach CFGImplicitDtor::getDestructorDecl() about arrays of objects with destructors. by Ted Kremenek · 13 years ago
  11. 697d42d Teach CFGImplicitDtor::getDestructorDecl() about reference types. by Ted Kremenek · 13 years ago
  12. c9f8f5a Introduce CFGImplicitDtor::isNoReturn() to query whether a destructor actually returns. Use this for -Wreturn-type to prune false positives reported in PR 6884. by Ted Kremenek · 13 years ago
  13. 8b3b3db Tweak return-noreturn.cpp test to have its original by Ted Kremenek · 13 years ago
  14. f39e6a3 Fix regression in -Wreturn-type caused by not by Ted Kremenek · 13 years ago
  15. eeef924 Remove a kludge from analysis based warnings that used to detect by Chandler Carruth · 13 years ago
  16. 2c1b9c3 Update test case, with comment to later investigate the correct behavior. Now the behavior is at least consistent. by Ted Kremenek · 14 years ago
  17. 00e9cbb Add a hack to silence warnings about failing to return from functions after by Chandler Carruth · 14 years ago