1. e933450 Fix CFG construction bug: by Ted Kremenek · 16 years ago
  2. bfdcae6 Fix a handful of typos (closure->block) to avoid confusion. by Steve Naroff · 16 years ago
  3. 1c7d067 Add type checking for blocks. by Steve Naroff · 16 years ago
  4. 4eb206b Add semantic analysis for "blocks". by Steve Naroff · 16 years ago
  5. e66f4e3 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 16 years ago
  6. 6359792 RecordDecl: by Ted Kremenek · 16 years ago
  7. 6812a73 RecordDecl serialization: by Ted Kremenek · 16 years ago
  8. a39da06 RecordDecl: by Ted Kremenek · 16 years ago
  9. df91eca CXXRecordDecl and RecordDecl: by Ted Kremenek · 16 years ago
  10. b381aac codegen constant data as such. add QualType::isConstant() by Nuno Lopes · 16 years ago
  11. bd4c1ad Add code to create the fast enumeration state type by Anders Carlsson · 16 years ago
  12. 7f8ea5c Add Objective-C property setter support. by Daniel Dunbar · 16 years ago
  13. 296e8d5 Add parser/action support for block literal expressions. by Steve Naroff · 16 years ago
  14. aa1f9f1 Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 16 years ago
  15. 9048891 Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 16 years ago
  16. c56f34a NeXT: Emit mostly-correct property type encoding. by Daniel Dunbar · 16 years ago
  17. 5618bd4 First wave of changes to support "blocks" (an extension to C). by Steve Naroff · 16 years ago
  18. e86d923 Fix "possibly uninitialized" warning. by Daniel Dunbar · 16 years ago
  19. 7b47322 Add addPropertyMethods implementations for by Daniel Dunbar · 16 years ago
  20. 394d33f Add ObjCPropertyDecl::isReadOnly. by Daniel Dunbar · 16 years ago
  21. 3216dcd constify ObjC*::getClassMethod,getInstanceMethod by Daniel Dunbar · 16 years ago
  22. 08a356c Missed a file; part of: by Daniel Dunbar · 16 years ago
  23. 9f0afd4 Rename ObjCPropertyImplDecl::PropertyImplKind (consistency) by Daniel Dunbar · 16 years ago
  24. 5fa6331 Fix return type for setter method. by Daniel Dunbar · 16 years ago
  25. 4d7da2f Synthesize property setter method as we do for getter. by Daniel Dunbar · 16 years ago
  26. 2ea2b5e Handle emitting __builtin_huge_valf as a constant expr. by Anders Carlsson · 16 years ago
  27. b88d45e treat bool literals as constatnt expressions. by Anders Carlsson · 16 years ago
  28. 7267f78 Add CodeGen support for CXXZeroInitValueExpr. by Argyrios Kyrtzidis · 16 years ago
  29. 15425f9 Handle AddrLabelExprs in Expr::isConstantExpr by Anders Carlsson · 16 years ago
  30. 987a14b Add support for C++'s "type-specifier ( expression-list )" expression: by Argyrios Kyrtzidis · 16 years ago
  31. 3bc0f45 Fix some issues with array type merging. (No visible difference, by Eli Friedman · 16 years ago
  32. 86da77f Minor const cleanup. by Eli Friedman · 16 years ago
  33. 3d815e7 Rewrite type compatibility testing to do type merging rather than just by Eli Friedman · 16 years ago
  34. d8bfe7f Initial implementation of floats in Expr::tryEvaluate; this doesn't by Eli Friedman · 16 years ago
  35. f641492 Fix attributes on Obj-C interfaces & methods. by Daniel Dunbar · 16 years ago
  36. 01e6779 Added ObjCAtDefsFieldDecl to represent FieldDecls created by @defs. by Ted Kremenek · 16 years ago
  37. 0835a3c Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr): by Argyrios Kyrtzidis · 16 years ago
  38. faf37e7 Fix ASTContext::getObjCEncodingForType() to limit the type info for structure bodies (mimics gcc's adhoc rules). by Steve Naroff · 16 years ago
  39. 32442bb Update some isIntegerConstantExpr uses to use by Daniel Dunbar · 16 years ago
  40. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  41. c4a1dea More #include cleaning by Daniel Dunbar · 16 years ago
  42. e91593e More #include cleaning by Daniel Dunbar · 16 years ago
  43. 76de9d7 Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). by Steve Naroff · 16 years ago
  44. 165a70f Remove the old evaluator code. by Anders Carlsson · 16 years ago
  45. d9f6910 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 16 years ago
  46. 55d71f9 Add some C++ Decl statistics. by Argyrios Kyrtzidis · 16 years ago
  47. 355aba8 Remove the ICE pointer cast hack; the issue this was working around is by Eli Friedman · 16 years ago
  48. 2eb0ddc Turn on the new constant expression evaluator; it isn't by Eli Friedman · 16 years ago
  49. 8389eab Fix PR2400 by more graceful handling of invalid decls. Don't try to layout by Chris Lattner · 16 years ago
  50. 55f4b02 Change 'Wchar' to 'WChar' casing, for consistency. No functionality change. by Argyrios Kyrtzidis · 16 years ago
  51. 46713ef Handle WChar inside BuiltinType::getName(). by Argyrios Kyrtzidis · 16 years ago
  52. 64c438a Implement support for the 'wchar_t' C++ type. by Argyrios Kyrtzidis · 16 years ago
  53. 997b6c6 Destroy and delete the FieldDecl members of a RecordDecl. by Argyrios Kyrtzidis · 16 years ago
  54. 49aa7ff Add CXXRecordType class. by Argyrios Kyrtzidis · 16 years ago
  55. c7eb903 Cleanup some processing with DeclStmt, and gradually start using the internal BumpPtrAllocator to allocator more of CFG's data structures. by Ted Kremenek · 16 years ago
  56. ce1eb34 Always construct the BumpPtrAllocator used by CFG as an instance variable. by Ted Kremenek · 16 years ago
  57. 4958e5b Fix serialization of DeclStmt. by Ted Kremenek · 16 years ago
  58. a1a7824 Reorder serialization methods. by Ted Kremenek · 16 years ago
  59. 608b17f remove spaces at eol to test commit access by Nico Weber · 16 years ago
  60. 14f8b4f Added decl_iterator to DeclStmt to provide an abstract interface to iterate over the ScopedDecls of a DeclStmt. by Ted Kremenek · 16 years ago
  61. a34ea07 Nico Weber: by Ted Kremenek · 16 years ago
  62. c63a1f2 by Chris Lattner · 16 years ago
  63. d9f4bcd Minor tweak plus a couple of FIXMEs. by Eli Friedman · 16 years ago
  64. d907001 Fix serialization for TypedefType by allowing TypedefType to access the internal CanonicalType stored in Type. by Ted Kremenek · 16 years ago
  65. c36d405 make "call foo.dump()" and "call foo->dump()" work in GDB, by Chris Lattner · 16 years ago
  66. a210573 Comment out the last call to QualType::getCanonicalType. This *breaks* by Chris Lattner · 16 years ago
  67. b77792e change more instances of QualType::getCanonicalType to call by Chris Lattner · 16 years ago
  68. 28be73f convert more code to use ASTContext to get canonical types instead by Chris Lattner · 16 years ago
  69. 611b2ec fix some problems handling stmtexprs with labels (PR2374), and by Chris Lattner · 16 years ago
  70. 3cb640b fix an extraneous blank line in -ast-dump output. by Chris Lattner · 16 years ago
  71. 62f5f7f fix several problems with the protocol qualified id handling where id was implicit. by Chris Lattner · 16 years ago
  72. 7c4a191 fix 80 col violation. by Chris Lattner · 16 years ago
  73. 834a72a Fix rdar://6095136, various crashes with incomplete enum types. by Chris Lattner · 16 years ago
  74. e8e4f92 minor cleanup by Chris Lattner · 16 years ago
  75. fb754b6 Remove unused ASTConsumer::HandleTopLevelDeclaration by Daniel Dunbar · 16 years ago
  76. baf0d66 Add support for __extension__ as an lvalue. rdar://6097308 by Chris Lattner · 16 years ago
  77. b6ccaac Move isObjCObjectPointerType() from Sema to ASTContext. by Ted Kremenek · 16 years ago
  78. 5a56ac3 Added UnaryOperator::isPrefix(). by Ted Kremenek · 16 years ago
  79. b8db21d When constructing an ObjCIvarDecl object in Sema, provide its visibility up front instead of setting it afterwards. by Ted Kremenek · 16 years ago
  80. 780f329 move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, by Chris Lattner · 16 years ago
  81. 3db6cae introduce a new ObjCList templated class and start moving by Chris Lattner · 16 years ago
  82. f7b2c98 rename setReferencedProtocolList -> addReferencedProtocols to by Chris Lattner · 16 years ago
  83. b752f28 Switch initialization of the protocol list for an interface decl to use by Chris Lattner · 16 years ago
  84. cdce6d1 use iterators instead of direct access to protocol list. by Chris Lattner · 16 years ago
  85. 8f3b265 Two fixes: by Steve Naroff · 16 years ago
  86. 732b223 expand casts to handle what isIntegerConstantExpr handles. by Chris Lattner · 16 years ago
  87. 4c4867e Add support for __builtin_type_compatible_p, enums, etc. by Chris Lattner · 16 years ago
  88. 54176fd start remembering diagnostics for various cases, add some missing by Chris Lattner · 16 years ago
  89. 87eae5e Provide a structure for passing down 'is evaluated' and passing up by Chris Lattner · 16 years ago
  90. 75a4881 simplify some code a bit. by Chris Lattner · 16 years ago
  91. fcee001 share code between sizeof(expr) and sizeof(type) by Chris Lattner · 16 years ago
  92. ac7cb60 implement support for __extension__, make sure the result of a by Chris Lattner · 16 years ago
  93. 7a76778 add a new getIntTypeSizeInBits method. by Chris Lattner · 16 years ago
  94. cf0f51d rename "SInt" methods to "Int" in APValue. by Chris Lattner · 16 years ago
  95. b542afe make the new evaluator avoid conversions APValue<->APSInt in some cases. by Chris Lattner · 16 years ago
  96. f5eeb05 rearrange some code, no functionality changes. by Chris Lattner · 16 years ago
  97. 0ce902b Patch by Csaba Hruska and Peter Neumark: by Ted Kremenek · 16 years ago
  98. 5f6b632 revert my bogus attempt to fix the comment. sorry for the noise. by Nuno Lopes · 16 years ago
  99. 559e56b Fix small bug. The evaluator now works well enough to pass all tests by Anders Carlsson · 16 years ago
  100. 650c92f More constant expression work. by Anders Carlsson · 16 years ago