1. a36ce71 Fix a nasty C99 scope issue that Neil pointed out (for ifs) by Chris Lattner · 17 years ago
  2. 2f9d5fe add a testcase I forgot to check in long ago by Chris Lattner · 17 years ago
  3. 2b8bac5 we now correctly emit: by Chris Lattner · 17 years ago
  4. 7016a70 Fix array->pointer decay. This unbreaks test/CodeGen/array.c by Chris Lattner · 17 years ago
  5. f8f9517 Added test cases for the return-stack-address checker to test support by Ted Kremenek · 17 years ago
  6. 4774b4d Added extra test case to check proper handling of archaic array indexing: 4[A] by Ted Kremenek · 17 years ago
  7. 71993dd Add initial support for constant CFStrings. by Anders Carlsson · 17 years ago
  8. e77fd3c by Steve Naroff · 17 years ago
  9. 71895b9 Added support for additional format string checking for the printf by Ted Kremenek · 17 years ago
  10. 954698c xfail this for now. by Chris Lattner · 17 years ago
  11. c301815 add support for a top-level __extension__ marker, implementing a todo. by Chris Lattner · 17 years ago
  12. 59907c4 initial support for checking format strings, patch by Ted Kremenek: by Chris Lattner · 17 years ago
  13. 009e9f7 Build ASTs before relexing the file. This avoids having comment finding mutate the by Chris Lattner · 17 years ago
  14. cff944b fix this test to pass. by Chris Lattner · 17 years ago
  15. 12b2be2 make this harder by Chris Lattner · 17 years ago
  16. 13b7c5f Finish implementing __builtin_classify_type()... by Steve Naroff · 17 years ago
  17. 69625f4 by Steve Naroff · 17 years ago
  18. 345dc62 the sse intrinsics are missing, leading to errors. by Chris Lattner · 17 years ago
  19. 52e3de5 fix hang in testsuite by Chris Lattner · 17 years ago
  20. 608e0ee Restrict vector component access (using "." and "[]") to variables. by Steve Naroff · 17 years ago
  21. d04fdd5 by Steve Naroff · 17 years ago
  22. 441995e by Steve Naroff · 17 years ago
  23. 90997ac testcase for vector element access stuff. 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. 8d1a3b8 by Steve Naroff · 17 years ago
  28. 2cb64ec by Steve Naroff · 17 years ago
  29. d1861fd by Steve Naroff · 17 years ago
  30. fec0b49 Finish up semantic analysis for vector components. by Steve Naroff · 17 years ago
  31. e1b31fe Implement syntax/semantic analysis for OCU Vector Components. by Steve Naroff · 17 years ago
  32. eca9967 don't expect to be able to reparse arbitrary system headers. by Chris Lattner · 17 years ago
  33. e80a59c Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago
  34. 700204c by Steve Naroff · 17 years ago
  35. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  36. 8a87e57 correctly verify that default and case are in a switchstmt, by Chris Lattner · 17 years ago
  37. 706ab50 implement a missing feature in the #include handler, where by Chris Lattner · 17 years ago
  38. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  39. 95cfb85 Catch goto's with a missing identifier, patch by Neil Booth. by Chris Lattner · 17 years ago
  40. 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 17 years ago
  41. 4fc37c5 testcase from neil by Chris Lattner · 17 years ago
  42. d472b31 Fix off-by-one error when emitting diagnostics. Also, make diagnostic by Chris Lattner · 17 years ago
  43. 0fa152e Two fixes: by Chris Lattner · 17 years ago
  44. 2b64fdc Fix a stringizing bug that Neil noticed. We should preprocess this: by Chris Lattner · 17 years ago
  45. 4aa88f8 by Steve Naroff · 17 years ago
  46. 5265af5 Fix a crasher that Neil reported: Sema::GetTypeForDeclarator should never by Chris Lattner · 17 years ago
  47. 0ea793e Correctly respect C99 5.1.1.2p4 when searching for the first '(' of by Chris Lattner · 17 years ago
  48. 9697a5c I forgot to check this in earlier by Chris Lattner · 17 years ago
  49. 08ad47c Fix references: by Bill Wendling · 17 years ago
  50. 16beff8 by Steve Naroff · 17 years ago
  51. 136f93a Make octal constant lexing use AdvanceToTokenCharacter to give more by Chris Lattner · 17 years ago
  52. 1467e03 add required directories to the path automatically, so the user doesn't need to worry about it. by Chris Lattner · 17 years ago
  53. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  54. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  55. d5e0d98 add FIXME and un-XFAIL test by Gabor Greif · 17 years ago
  56. 11f2dfe Add missing directory by Bill Wendling · 17 years ago
  57. 8bf9f07 Improve char literal pretty printing, patch by Keith Bauer! by Chris Lattner · 17 years ago
  58. b02d4b4 fix type of main, use != by Gabor Greif · 17 years ago
  59. 4db18f2 implement _Complex * == and != by Gabor Greif · 17 years ago
  60. bacfa02 a simple _Complex testcase by Gabor Greif · 17 years ago
  61. 7a543ad Unspecified type specs default to int. This fixes a crash by Chris Lattner · 17 years ago
  62. 8da1cb6 Check in these testcases. by Chris Lattner · 17 years ago
  63. a63ff14 new testcase that crashes the cfe due to implicit conversion fun by Chris Lattner · 17 years ago
  64. fa7c645 "Someone typed "PtrToInt" where they meant "IntToPtr". by Chris Lattner · 17 years ago
  65. a7fa381 update tests by Chris Lattner · 17 years ago
  66. e8fdbba -pedantic no longer defaults to on. by Chris Lattner · 17 years ago
  67. 2b80ec2 update test by Chris Lattner · 17 years ago
  68. 9623feb don't pick up random stuff in .svn directories. by Chris Lattner · 17 years ago
  69. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago