1. 699e9fb Added support to StmtIterator to traverse the size expression of a VLA type by Ted Kremenek · 17 years ago
  2. 2929cfa Simplify the vector code. Add more shift intrinsics. by Anders Carlsson · 17 years ago
  3. a675133 IE Menu Problem... by Kevin · 17 years ago
  4. 9b73b39 Array subscription in aggregate expression by Seo Sanghyeon · 17 years ago
  5. 7777bb2 Implement dereference operator in aggregate expression by Seo Sanghyeon · 17 years ago
  6. a651e0e CFG bug fix: for sizeof(expressions), don't expand the control-flow by Ted Kremenek · 17 years ago
  7. 06cef25 Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType by Fariborz Jahanian · 17 years ago
  8. 4d83220 by Steve Naroff · 17 years ago
  9. db9c229 Add hack to SourceManager to support missing source files during by Ted Kremenek · 17 years ago
  10. fe4e015 Add check in the driver to see if a serialized AST file has been successfully by Ted Kremenek · 17 years ago
  11. cc92709 Changed set of top-level decls from a list to a vector. by Ted Kremenek · 17 years ago
  12. 3821d40 Changed -serialize-ast to not create a temporary directory, but instead by Ted Kremenek · 17 years ago
  13. 0404cd8 Set target data layout info in module. by Chris Lattner · 17 years ago
  14. b62f651 typo by Chris Lattner · 17 years ago
  15. 2fbb049 debug info too. by Chris Lattner · 17 years ago
  16. 3cbe428 Minor spelling; punctuation correction. by Ted Kremenek · 17 years ago
  17. 05faa37 Grammar fix: correct ' usage. by Bill Wendling · 17 years ago
  18. 0502613 minor cleanups by Chris Lattner · 17 years ago
  19. 99852af add some builtins. by Chris Lattner · 17 years ago
  20. 1feedd8 simplify some code. by Chris Lattner · 17 years ago
  21. 1dcf2c8 Don't do integer promotions of LHS for compound shift assignment. The LHS has to be a modifiable lvalue. by Chris Lattner · 17 years ago
  22. e0cbae4 remove some dead styles. by Chris Lattner · 17 years ago
  23. 6c9f975 nuke hte status page. by Chris Lattner · 17 years ago
  24. 36952d9 add a bunch of open projects by Chris Lattner · 17 years ago
  25. 137bd91 Updated serialization of ParmVarDecl to serialize out objcDeclQualifier. by Ted Kremenek · 17 years ago
  26. 623ec62 split get_involved into two pages: get_started and get_involved. by Chris Lattner · 17 years ago
  27. de9a4f5 wrap to 80 cols, many fixes to markup. by Chris Lattner · 17 years ago
  28. 81a56ec For uninitialized values analysis, added special treatment for declarations by Ted Kremenek · 17 years ago
  29. f62aea3 Fix file header. by Chris Lattner · 17 years ago
  30. 8d9ebae Fixed bug in live-variable analysis and uninitialized-values analysis where by Ted Kremenek · 17 years ago
  31. aa715be use new interface. by Chris Lattner · 17 years ago
  32. 53702cd add a helper method. by Chris Lattner · 17 years ago
  33. 5dc043d Add assert to detect incomplete implementation work. by Devang Patel · 17 years ago
  34. de7b4cd Moved ObjcDeclQualifier to ParmVarDecl from VarDecl. by Fariborz Jahanian · 17 years ago
  35. 1426fec builtin id 0 is invalid, don't use a slot for it. by Chris Lattner · 17 years ago
  36. a1fa3a1 Implemented -serialize-ast option for the driver. This is not really tested by Ted Kremenek · 17 years ago
  37. 4319b84 Fixed test to match the new diagnostic text. by Fariborz Jahanian · 17 years ago
  38. 79a99f2 Concatenation of objc strings. by Fariborz Jahanian · 17 years ago
  39. ab6c94c fix off-by-one error. by Chris Lattner · 17 years ago
  40. 20e9748 Implemented prototype mode where the driver can operate on serialized ASTs by Ted Kremenek · 17 years ago
  41. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  42. 5e71124 by Steve Naroff · 17 years ago
  43. 21584fe Removed "NULL" from default construction of FullSourceLoc (compilation errors on by Ted Kremenek · 17 years ago
  44. e0579f0 constified getFullLoc(). by Ted Kremenek · 17 years ago
  45. 1b924fd Changes to FullSourceLoc: by Ted Kremenek · 17 years ago
  46. 2a2da1d Renamed getFullSourceLoc() -> getFullLoc(). by Ted Kremenek · 17 years ago
  47. ea86469 Added method: Preprocessor::getFullSourceLoc. Used by clients of Preprocessor by Ted Kremenek · 17 years ago
  48. e03a2f3 Renamed FullContextSourceLocation to FullSourceLoc. by Ted Kremenek · 17 years ago
  49. b71d5f8 Added utility static method to FullContextSourceLocation by Ted Kremenek · 17 years ago
  50. 0e39105 make it a bit more clear in what way the ivar is consistent. by Chris Lattner · 17 years ago
  51. 5564e07 add an ivar_size() method that never returns -1. by Chris Lattner · 17 years ago
  52. 25bb23a Constified a predicate method. by Ted Kremenek · 17 years ago
  53. a9793ed Added class FullContextSourceLocation: a tuple class that by Ted Kremenek · 17 years ago
  54. 609e4c7 simplify some code, bump j. This fixes the remaining test failures. by Chris Lattner · 17 years ago
  55. bbced58 Moved construction of TargetInfo objects out of the Driver by Ted Kremenek · 17 years ago
  56. 23c3bb7 handle the -1'ness of undefined lists by Chris Lattner · 17 years ago
  57. 4c52509 unbreak the build. I'm still working on test failures. by Chris Lattner · 17 years ago
  58. 33ef259 fix typo by Chris Lattner · 17 years ago
  59. be6df08 more cleanups changing things like getInstanceVariables to iterators. by Chris Lattner · 17 years ago
  60. ab4c4d5 resolve some fixmes and clean up some code by eliminating the get*Vars apis to some classes and use iterators instead. by Chris Lattner · 17 years ago
  61. 0157c51 start cleaning up interfaces for objc bits and pieces by switching to an by Chris Lattner · 17 years ago
  62. 4d39148 split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp by Chris Lattner · 17 years ago
  63. 5399ce2 Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: by Ted Kremenek · 17 years ago
  64. e8b724d move function to a more logical location, add its grammar productions. by Chris Lattner · 17 years ago
  65. fbb9898 remove todo by Chris Lattner · 17 years ago
  66. f155e46 Removed VisitDeclStmt(). The initializers of a DeclStmt are now automatically by Ted Kremenek · 17 years ago
  67. beb6636 Unbreak -stats on cocoa.h by Chris Lattner · 17 years ago
  68. a027b86 add run lines. by Chris Lattner · 17 years ago
  69. 4c88d3a add run line by Chris Lattner · 17 years ago
  70. 5113613 add runline, make this test real. by Chris Lattner · 17 years ago
  71. 32a3999 verify that tests contain RUN lines. by Chris Lattner · 17 years ago
  72. dcc2cbc simplify some code. by Chris Lattner · 17 years ago
  73. ca5eede implement correct semantic analysis for shifts. For: by Chris Lattner · 17 years ago
  74. 6590d21 Simplify some code, don't force the triple to a darwin triple if non-darwin. by Chris Lattner · 17 years ago
  75. aeae19c typo reported by Gabor Greif by Chris Lattner · 17 years ago
  76. a9e6372 Fix a codegen crash on test/CodeGen/cast.c, reported by Keith. by Chris Lattner · 17 years ago
  77. 45918f3 fix typo pointed out by gordon by Chris Lattner · 17 years ago
  78. 4619366 fix expected errors. by Chris Lattner · 17 years ago
  79. 2d6410d Add -pedantic so test passes. by Fariborz Jahanian · 17 years ago
  80. b3a99cd Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 17 years ago
  81. 4ffc541 Implemented type checking for pointer of objects of protocol-qualified types. by Fariborz Jahanian · 17 years ago
  82. 31e703b Moved creation of SourceManager, HeaderSearch, TargetInfo, and LangOptions by Ted Kremenek · 17 years ago
  83. 33b7b06 simplify code now that isConstantExpr really does always return a loc. by Chris Lattner · 17 years ago
  84. 239c15e Fix a case where we'd return "is not a constant expr" without return a location. by Chris Lattner · 17 years ago
  85. 291e04b 80-column please. by Fariborz Jahanian · 17 years ago
  86. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  87. 61477f7 Implemented rewriting of protocol-qualified global variable types. by Fariborz Jahanian · 17 years ago
  88. c26df99 gcc supports more targets. by Chris Lattner · 17 years ago
  89. 0b11baa update pch discussion by Chris Lattner · 17 years ago
  90. 0fcc09e improve title by Chris Lattner · 17 years ago
  91. 03c58a3 add a con of clang vs gcc by Chris Lattner · 17 years ago
  92. fe2419a Match union field type when member expression is u->x by Devang Patel · 17 years ago
  93. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  94. e66894c Refactor Rewritetest::RewriteObjcQualifiedInterfaceTypes in preparation for more by Fariborz Jahanian · 17 years ago
  95. 382c643 Refactor bit-field handling code into a separate method. by Devang Patel · 17 years ago
  96. 0105556 For @optional unimplemented methods do not issue the warning. by Fariborz Jahanian · 17 years ago
  97. f366b4c Fixed a parsing bug whereby @optional/@required keyword is not followed by by Fariborz Jahanian · 17 years ago
  98. c030f00 mention pork by Chris Lattner · 17 years ago
  99. fb344d3 properly namespacify. by Chris Lattner · 17 years ago
  100. 8e7b692 fix a build issue with non-apple-gcc-4.0 compilers. by Chris Lattner · 17 years ago