- eca9967 don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
- e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
- 700204c by Steve Naroff · 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
- 706ab50 implement a missing feature in the #include handler, where 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
- 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
- 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 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
- 2b64fdc Fix a stringizing bug that Neil noticed. We should preprocess this: by Chris Lattner · 17 years ago
- 4aa88f8 by Steve Naroff · 17 years ago
- 5265af5 Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never by Chris Lattner · 17 years ago
- 0ea793e Correctly respect C99 5.1.1.2p4 when searching for the first '(' of 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
- 16beff8 by Steve Naroff · 17 years ago
- 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
- 1467e03 add required directories to the path automatically, so the user doesn't need to worry about it. by Chris Lattner · 17 years ago
- d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
- 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
- d5e0d98 add FIXME and un-XFAIL test by Gabor Greif · 17 years ago
- 11f2dfe Add missing directory by Bill Wendling · 17 years ago
- 8bf9f07 Improve char literal pretty printing, patch by Keith Bauer! by Chris Lattner · 17 years ago
- b02d4b4 fix type of main, use != by Gabor Greif · 17 years ago
- 4db18f2 implement _Complex * == and != by Gabor Greif · 17 years ago
- bacfa02 a simple _Complex testcase by Gabor Greif · 17 years ago
- 7a543ad Unspecified type specs default to int. This fixes a crash by Chris Lattner · 17 years ago
- 8da1cb6 Check in these testcases. by Chris Lattner · 17 years ago
- a63ff14 new testcase that crashes the cfe due to implicit conversion fun by Chris Lattner · 17 years ago
- fa7c645 "Someone typed "PtrToInt" where they meant "IntToPtr". by Chris Lattner · 17 years ago
- a7fa381 update tests by Chris Lattner · 17 years ago
- e8fdbba -pedantic no longer defaults to on. by Chris Lattner · 17 years ago
- 2b80ec2 update test by Chris Lattner · 17 years ago
- 9623feb don't pick up random stuff in .svn directories. by Chris Lattner · 17 years ago
- 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago