1. b23deda warn about long long when in c89 mode. by Chris Lattner · 17 years ago
  2. 1e45efa new testcase by Chris Lattner · 17 years ago
  3. ac60968 compute the required destination type for an enum, emitting various warnings. by Chris Lattner · 17 years ago
  4. ae3b701 now that all the infrastructure is in place, enforce C99 6.8.5p3. by Chris Lattner · 17 years ago
  5. c30ebfb extwarn about decls intermixed with code in c89 mode. by Chris Lattner · 17 years ago
  6. 77878cc by Steve Naroff · 17 years ago
  7. 6e844ad Fix a bug reported by Keith Bauer by Chris Lattner · 17 years ago
  8. 26b8ff4 by Steve Naroff · 17 years ago
  9. ce7f4cc steve's recent changes fixed this bogus warning. by Chris Lattner · 17 years ago
  10. d28f815 Cases like this: char *C; C != ((void*)0); by Chris Lattner · 17 years ago
  11. 0471f5b finish off switch case overlap checking, adding support for by Chris Lattner · 17 years ago
  12. 6efc4d3 detect and diagnose empty case ranges: by Chris Lattner · 17 years ago
  13. f334850 fix a segfault in cases where there are no cases. by Chris Lattner · 17 years ago
  14. b2ec9d6 report duplicate case values. TODO: report duplicate/overlapping ranges. by Chris Lattner · 17 years ago
  15. f4021e7 start checking case values of switch stmts more closely. Emit overflow by Chris Lattner · 17 years ago
  16. d818a71 Test that cocoa parses with -parse-noop. In the future by Chris Lattner · 17 years ago
  17. 2b8bac5 we now correctly emit: by Chris Lattner · 17 years ago
  18. f8f9517 Added test cases for the return-stack-address checker to test support by Ted Kremenek · 17 years ago
  19. 4774b4d Added extra test case to check proper handling of archaic array indexing: 4[A] by Ted Kremenek · 17 years ago
  20. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  21. 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
  22. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  23. 345dc62 the sse intrinsics are missing, leading to errors. by Chris Lattner · 17 years ago
  24. f13ebf0 oops, this is the real fix. by Chris Lattner · 17 years ago
  25. 6f66c26 update test by Chris Lattner · 17 years ago
  26. 281a492 make sure we don't lose the ability to parse carbon.h by Chris Lattner · 17 years ago
  27. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  28. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  29. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  30. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  31. 4fc37c5 testcase from neil by Chris Lattner · 17 years ago
  32. d472b31 Fix off-by-one error when emitting diagnostics. Also, make diagnostic by Chris Lattner · 17 years ago
  33. 0fa152e Two fixes: by Chris Lattner · 17 years ago
  34. 5265af5 Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never by Chris Lattner · 17 years ago
  35. 9697a5c I forgot to check this in earlier by Chris Lattner · 17 years ago
  36. 08ad47c Fix references: by Bill Wendling · 17 years ago
  37. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  38. 7a543ad Unspecified type specs default to int. This fixes a crash by Chris Lattner · 17 years ago
  39. a63ff14 new testcase that crashes the cfe due to implicit conversion fun by Chris Lattner · 17 years ago
  40. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago