1. 899b3de New static analyzer check by Nikita Zhuk! by Ted Kremenek · 15 years ago
  2. 0fa9654 Remove period. by Ted Kremenek · 15 years ago
  3. 5d88ff8 Title-case the names of bug types. by Ted Kremenek · 15 years ago
  4. 17a8e07 Adjust wording of bug names. by Ted Kremenek · 16 years ago
  5. 21fe837 Implemented simple check in <rdar://problem/6600344>: When the receiver of a by Ted Kremenek · 16 years ago
  6. faea269 Tidy up bug descriptions. by Ted Kremenek · 16 years ago
  7. cf118d4 Overhaul BugReporter interface and implementation. The new interface cleans up by Ted Kremenek · 16 years ago
  8. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
  9. 159d248 [static analyzer] Extend VLA size checking to look for undefined sizes. by Ted Kremenek · 16 years ago
  10. efd5994 Add checking for zero-sized VLAs. by Ted Kremenek · 16 years ago
  11. 1c0c233 Add out-of-bound memory access warning report code. by Zhongxing Xu · 16 years ago
  12. 5917d78 - Clean up transfer function logic for 'return' statements. by Ted Kremenek · 16 years ago
  13. de8cd19 Enhance return-of-stack-address checker to recognize regions created by alloca(). by Ted Kremenek · 16 years ago
  14. ad51a60 Use llvm::raw_string_ostream instead of std::ostringstream. by Ted Kremenek · 16 years ago
  15. 8aed806 Enhance path-sensitive return-of-stack-address check to print out the line number of a compound literal (whose address is being returned) instead of printing out the hex representation of the pointer address of the CompoundLiteralExpr. by Ted Kremenek · 16 years ago
  16. 1c96b24 This patch did the following renaming. There should be no functional changes. by Zhongxing Xu · 16 years ago
  17. 9e24049 This is a big patch, but the functionality change is small and the rest of the patch consists of deltas due to API changes. by Ted Kremenek · 16 years ago
  18. 2713347 Built-in checks now have a category: "Logic Errors" by Ted Kremenek · 16 years ago
  19. 8c036c7 Add "category" to BugTypes, allowing bugs to be grouped. by Ted Kremenek · 16 years ago
  20. 4adc81e Rename ValueState -> GRState. Rename ValueStateManager -> GRStateManager. by Ted Kremenek · 16 years ago
  21. 22bda88 Enhanced path-sensitive return-of-stack-address check to print out the name of the variable whose address was returned. by Ted Kremenek · 16 years ago
  22. b7714b2 Add range highlighting for path-sensitive return-of-stack-address check. by Ted Kremenek · 16 years ago
  23. 78d4624 Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GRExprEngineInternalChecks.cpp. by Ted Kremenek · 16 years ago