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