1. 1b9a079 implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
  2. c27c665 simplify some code. by Chris Lattner · 17 years ago
  3. 30ce344 refactor some code that handles sema of direct function calls. by Chris Lattner · 17 years ago
  4. b99a4a3 by Steve Naroff · 17 years ago
  5. 4a33646 Modified format-string checking to not emit a warning when all of the by Ted Kremenek · 17 years ago
  6. 9796915 Format string checker: asprintf does not pass argumnents via va_list. by Ted Kremenek · 17 years ago
  7. b107ce8 Simplified setting up Method's scope before generating AST for its nody. by Fariborz Jahanian · 17 years ago
  8. 3907323 GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. by Anders Carlsson · 17 years ago
  9. 1b500bb Enhanced implementation of -Wfloat-equal to check for comparisons against by Ted Kremenek · 17 years ago
  10. 588e5eb Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
  11. 580b664 Added notion of '*' specified format width/specifiers when checking by Ted Kremenek · 17 years ago
  12. 6eda8c9 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
  13. bef679c Printf argument checking now supports dynamically-passed precision specifiers. by Ted Kremenek · 17 years ago
  14. 6f4b92c Fix 80 col violations. by Chris Lattner · 17 years ago
  15. e8c600f Fixed return-of-stack-address checker to correctly handle stack/global by Ted Kremenek · 17 years ago
  16. 96eabe0 Updated checker for "return of address of stack variable" to look for by Ted Kremenek · 17 years ago
  17. 5e9885d Fix %p format checking, patch by Keith Bauer. by Chris Lattner · 17 years ago
  18. a9e2ea1 For warnings like this: by Chris Lattner · 17 years ago
  19. 459e848 Fix the test/Sema/format-strings.c regression. This code should be refactored. by Chris Lattner · 17 years ago
  20. cc6f65d Fix the regression on test/Sema/cfstring.c by Chris Lattner · 17 years ago
  21. 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
  22. 06de276 Added extra semantic checking to do basic detection of by Ted Kremenek · 17 years ago
  23. 9cdc4d3 Return true in case of error, which is what other functions do. by Anders Carlsson · 17 years ago
  24. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  25. 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
  26. 8207710 Added "id_idx" parameter to CheckPrintfArguments. This will be used by Ted Kremenek · 17 years ago
  27. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago