1. faf37e7 Fix ASTContext::getObjCEncodingForType() to limit the type info for structure bodies (mimics gcc's adhoc rules). by Steve Naroff · 16 years ago
  2. 32442bb Update some isIntegerConstantExpr uses to use by Daniel Dunbar · 16 years ago
  3. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  4. c4a1dea More #include cleaning by Daniel Dunbar · 16 years ago
  5. e91593e More #include cleaning by Daniel Dunbar · 16 years ago
  6. 76de9d7 Cleanup ObjCSuperRefExpr (remove last usage and AST node:-). by Steve Naroff · 16 years ago
  7. 165a70f Remove the old evaluator code. by Anders Carlsson · 16 years ago
  8. d9f6910 rename PreDefinedExpr -> PredefinedExpr by Chris Lattner · 16 years ago
  9. 55d71f9 Add some C++ Decl statistics. by Argyrios Kyrtzidis · 16 years ago
  10. 355aba8 Remove the ICE pointer cast hack; the issue this was working around is by Eli Friedman · 16 years ago
  11. 2eb0ddc Turn on the new constant expression evaluator; it isn't by Eli Friedman · 16 years ago
  12. 8389eab Fix PR2400 by more graceful handling of invalid decls. Don't try to layout by Chris Lattner · 16 years ago
  13. 55f4b02 Change 'Wchar' to 'WChar' casing, for consistency. No functionality change. by Argyrios Kyrtzidis · 16 years ago
  14. 46713ef Handle WChar inside BuiltinType::getName(). by Argyrios Kyrtzidis · 16 years ago
  15. 64c438a Implement support for the 'wchar_t' C++ type. by Argyrios Kyrtzidis · 16 years ago
  16. 997b6c6 Destroy and delete the FieldDecl members of a RecordDecl. by Argyrios Kyrtzidis · 16 years ago
  17. 49aa7ff Add CXXRecordType class. by Argyrios Kyrtzidis · 16 years ago
  18. 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
  19. ce1eb34 Always construct the BumpPtrAllocator used by CFG as an instance variable. by Ted Kremenek · 16 years ago
  20. 4958e5b Fix serialization of DeclStmt. by Ted Kremenek · 16 years ago
  21. a1a7824 Reorder serialization methods. by Ted Kremenek · 16 years ago
  22. 608b17f remove spaces at eol to test commit access by Nico Weber · 16 years ago
  23. 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
  24. a34ea07 Nico Weber: by Ted Kremenek · 16 years ago
  25. c63a1f2 by Chris Lattner · 16 years ago
  26. d9f4bcd Minor tweak plus a couple of FIXMEs. by Eli Friedman · 17 years ago
  27. d907001 Fix serialization for TypedefType by allowing TypedefType to access the internal CanonicalType stored in Type. by Ted Kremenek · 17 years ago
  28. c36d405 make "call foo.dump()" and "call foo->dump()" work in GDB, by Chris Lattner · 17 years ago
  29. a210573 Comment out the last call to QualType::getCanonicalType. This *breaks* by Chris Lattner · 17 years ago
  30. b77792e change more instances of QualType::getCanonicalType to call by Chris Lattner · 17 years ago
  31. 28be73f convert more code to use ASTContext to get canonical types instead by Chris Lattner · 17 years ago
  32. 611b2ec fix some problems handling stmtexprs with labels (PR2374), and by Chris Lattner · 17 years ago
  33. 3cb640b fix an extraneous blank line in -ast-dump output. by Chris Lattner · 17 years ago
  34. 62f5f7f fix several problems with the protocol qualified id handling where id was implicit. by Chris Lattner · 17 years ago
  35. 7c4a191 fix 80 col violation. by Chris Lattner · 17 years ago
  36. 834a72a Fix rdar://6095136, various crashes with incomplete enum types. by Chris Lattner · 17 years ago
  37. e8e4f92 minor cleanup by Chris Lattner · 17 years ago
  38. fb754b6 Remove unused ASTConsumer::HandleTopLevelDeclaration by Daniel Dunbar · 17 years ago
  39. baf0d66 Add support for __extension__ as an lvalue. rdar://6097308 by Chris Lattner · 17 years ago
  40. b6ccaac Move isObjCObjectPointerType() from Sema to ASTContext. by Ted Kremenek · 17 years ago
  41. 5a56ac3 Added UnaryOperator::isPrefix(). by Ted Kremenek · 17 years ago
  42. b8db21d When constructing an ObjCIvarDecl object in Sema, provide its visibility up front instead of setting it afterwards. by Ted Kremenek · 17 years ago
  43. 780f329 move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, by Chris Lattner · 17 years ago
  44. 3db6cae introduce a new ObjCList templated class and start moving by Chris Lattner · 17 years ago
  45. f7b2c98 rename setReferencedProtocolList -> addReferencedProtocols to by Chris Lattner · 17 years ago
  46. b752f28 Switch initialization of the protocol list for an interface decl to use by Chris Lattner · 17 years ago
  47. cdce6d1 use iterators instead of direct access to protocol list. by Chris Lattner · 17 years ago
  48. 8f3b265 Two fixes: by Steve Naroff · 17 years ago
  49. 732b223 expand casts to handle what isIntegerConstantExpr handles. by Chris Lattner · 17 years ago
  50. 4c4867e Add support for __builtin_type_compatible_p, enums, etc. by Chris Lattner · 17 years ago
  51. 54176fd start remembering diagnostics for various cases, add some missing by Chris Lattner · 17 years ago
  52. 87eae5e Provide a structure for passing down 'is evaluated' and passing up by Chris Lattner · 17 years ago
  53. 75a4881 simplify some code a bit. by Chris Lattner · 17 years ago
  54. fcee001 share code between sizeof(expr) and sizeof(type) by Chris Lattner · 17 years ago
  55. ac7cb60 implement support for __extension__, make sure the result of a by Chris Lattner · 17 years ago
  56. 7a76778 add a new getIntTypeSizeInBits method. by Chris Lattner · 17 years ago
  57. cf0f51d rename "SInt" methods to "Int" in APValue. by Chris Lattner · 17 years ago
  58. b542afe make the new evaluator avoid conversions APValue<->APSInt in some cases. by Chris Lattner · 17 years ago
  59. f5eeb05 rearrange some code, no functionality changes. by Chris Lattner · 17 years ago
  60. 0ce902b Patch by Csaba Hruska and Peter Neumark: by Ted Kremenek · 17 years ago
  61. 5f6b632 revert my bogus attempt to fix the comment. sorry for the noise. by Nuno Lopes · 17 years ago
  62. 559e56b Fix small bug. The evaluator now works well enough to pass all tests by Anders Carlsson · 17 years ago
  63. 650c92f More constant expression work. by Anders Carlsson · 17 years ago
  64. a25ae3d Move out some methods. by Anders Carlsson · 17 years ago
  65. 2bad168 More work. by Anders Carlsson · 17 years ago
  66. 0fe52e1 Compilation fix by Seo Sanghyeon · 17 years ago
  67. 06a3675 Port more of Eli's evaluator over. This makes the int evaluator handle binary and unary operators. by Anders Carlsson · 17 years ago
  68. c754aa6 Commit beginnings of int evaluator. Currently not used. by Anders Carlsson · 17 years ago
  69. 9a979c3 fix CheckForConstantInitializer() for Compound Literals by Nuno Lopes · 17 years ago
  70. c44eec6 Shuffle things around in preparation for integrating Eli's constant evaluator. by Anders Carlsson · 17 years ago
  71. 0795232 Add Sema support for C++ classes. by Argyrios Kyrtzidis · 17 years ago
  72. b7cfe88 Make a few related changes: by Chris Lattner · 17 years ago
  73. ad74a75 Fix for PR2501; this patch makes usual arithmetic conversions for by Eli Friedman · 17 years ago
  74. be78424 Update serialization for ObjCMessageExpr to handle additional bit-swizziling of receiver information. by Ted Kremenek · 17 years ago
  75. 4df728e ObjCMessageExpr objects that represent messages to class methods now can contain the ObjCInterfaceDecl* of the target class if it was available when the ObjCMessageExpr object was constructed. The original interfaces of the class has been preserved (requiring no functionality changes from clients), but now a "getClasSInfo" method returns both the ObjCInterfaceDecl* and IdentifierInfo* of the target class. by Ted Kremenek · 17 years ago
  76. 63e9d56 remove dead enums. by Chris Lattner · 17 years ago
  77. 0d17f6f Switch 'super' from being a weird cast thing to being a predefined expr node. by Chris Lattner · 17 years ago
  78. f8e32cf Added ParentMap, a class to represent a lazily constructed mapping from child to parents. by Ted Kremenek · 17 years ago
  79. 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 17 years ago
  80. 1060aff Fix more strict-aliasing warnings. by Ted Kremenek · 17 years ago
  81. 5549976 This patch is motivated by numerous strict-aliasing warnings when compiling by Ted Kremenek · 17 years ago
  82. 94cbb3e Silence uninitialized value warning in Release build. by Ted Kremenek · 17 years ago
  83. 9bcf44a Silence uninitialized value warning during Release build. by Ted Kremenek · 17 years ago
  84. 68617fd Fix "copy & paste" error. by Argyrios Kyrtzidis · 17 years ago
  85. 7643536 -Add DeclChain member to DeclContext. by Argyrios Kyrtzidis · 17 years ago
  86. 4515ff4 Dump the name of CXXStruct/CXXUnion/CXXClass Decl subclasses. by Argyrios Kyrtzidis · 17 years ago
  87. 39ba4ae -Changes to TagDecl: by Argyrios Kyrtzidis · 17 years ago
  88. d3bb44f Added new C++ AST Decl subclasses. by Argyrios Kyrtzidis · 17 years ago
  89. c250aae capture whether a CharacterLiteral was wide or not in the AST. by Chris Lattner · 17 years ago
  90. da8249e Fix ast dumping to work with long double literals, e.g. we dump: by Chris Lattner · 17 years ago
  91. 56d2937 Fix the line endings in the newly added DeclBase.cpp. by Eli Friedman · 17 years ago
  92. 05ac3ef Reclaim memory owned by ObjCForwardProtocolDecls. by Ted Kremenek · 17 years ago
  93. 400d95f Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim its memory and the memory of the Decls it owns. by Ted Kremenek · 17 years ago
  94. 1c8a413 Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to reclaim its memory and the memory of the Decls it owns. by Ted Kremenek · 17 years ago
  95. 1a726d7 Because of a lack of a clear ownership role between ObjCInterfaceDecls and by Ted Kremenek · 17 years ago
  96. 8a77931 Initial work on additional memory collection for ObjC AST objects. We now by Ted Kremenek · 17 years ago
  97. 6a5a34c During interface layout, don't forget super class. by Devang Patel · 17 years ago
  98. 80d310c Undo previous check-in. by Devang Patel · 17 years ago
  99. 0e8eda7 During interface layout, don't forget super class. by Devang Patel · 17 years ago
  100. 3d2c22b Fix <rdar://problem/5987482> clang on xcode: null dereference in Sema::ActOnMemberReferenceExpr. by Steve Naroff · 17 years ago