1. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  2. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  3. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  4. 23661d3 Revert various template unreachability code I committed accidentally. by David Blaikie · 13 years ago
  5. a9bb955 More fixes/tests. by David Blaikie · 13 years ago
  6. 25f4c19 Test for the previous commit/crash. by David Blaikie · 13 years ago
  7. 36b7c63 Simple hack to do unreachable code analysis on template patterns. by David Blaikie · 13 years ago
  8. 75df4ee Further tweak -Wurneachable-code and templates by allowing the warning to run on by Ted Kremenek · 13 years ago
  9. 5dfee06 Don't run -Wunreachable-code on template instantiations. Different instantiations may produce different unreachable code results, and it is very difficult for us to prove that ALL instantiations of a template have specific unreachable code. If we come up with a better solution, then we can revisit this, but this approach will at least greatly reduce the noise of this warning for code that makes use of templates. by Ted Kremenek · 13 years ago
  10. 0c8e5a0 Reduce -Wuninitialized time by 22% (on sqlite) by removing the recursive AST crawl. by Ted Kremenek · 13 years ago
  11. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 14 years ago
  12. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  13. 7dd3c73 Tweak location of diagnostic for -Wunreachable-code by Ted Kremenek · 14 years ago
  14. 5d1d7ae Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. by Anders Carlsson · 14 years ago
  15. 58f281f Add warning for functions/blocks that have attribute 'noreturn' but return a non-void result. (<rdar://problem/7562925>) by Ted Kremenek · 14 years ago
  16. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  17. 9107166 Always add CallExpr as block-level expression. Inline-based interprocedural by Zhongxing Xu · 15 years ago
  18. b5c7755 Improve unreachable code warnings with respect to dead member and by Mike Stump · 15 years ago
  19. 2d6ceab Improve unreachable code warnings for with respect to dead functional casts in C++. by Mike Stump · 15 years ago
  20. e5fba70 Improve unreachable code warnings for with respect to ? :. by Mike Stump · 15 years ago
  21. 55f988e Improve unreachable code warnings with respect to dead binary and by Mike Stump · 15 years ago
  22. 4c45aa1 Speed up compilation by avoiding generating exceptional edges from by Mike Stump · 15 years ago