1. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  2. 76b5dd4 [analyzer] Fix FP warnings when binding a temporary to a local static variable by Pavel Labath · 11 years ago
  3. 112344a Re-apply "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 11 years ago
  4. 7e6b564 Revert "[analyzer] Model casts to bool differently from other numbers." by Jordan Rose · 11 years ago
  5. 5e6c06b [analyzer] Model casts to bool differently from other numbers. by Jordan Rose · 11 years ago
  6. 5e5440b [analyzer] Make sure a materialized temporary matches its bindings. by Jordan Rose · 12 years ago
  7. f08740b Fix regression in modeling assignments of an address of a variable to itself. Fixes <rdar://problem/13226577>. by Ted Kremenek · 12 years ago
  8. 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 12 years ago
  9. 8be9e77 Warn about self-initialization of references. by Hans Wennborg · 12 years ago
  10. e720ce7 When going through references to check if the function returns the address by Argyrios Kyrtzidis · 12 years ago
  11. 6a835dd Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling in ExprEngine. Fixes <rdar://problem/10201666>. by Ted Kremenek · 13 years ago
  12. 782f63e Handle CXXTempObjectRegion in StackAddrEscapeChecker. by Jeffrey Yasskin · 13 years ago
  13. 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 14 years ago
  14. d976ca4 Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host. by Argyrios Kyrtzidis · 14 years ago
  15. 8b2f01b Emit warnings if we are returning a reference to a local temporary. by Argyrios Kyrtzidis · 14 years ago
  16. 68957a9 Teach SemaChecking::CheckReturnStackAddr about ImplicitCastExprs that convert values to an lvalue. This allows us to warn (again) about returning references to stack variables. (fixes PR 7812). by Ted Kremenek · 14 years ago