1. 7c4a191 fix 80 col violation. by Chris Lattner · 16 years ago
  2. 834a72a Fix rdar://6095136, various crashes with incomplete enum types. by Chris Lattner · 16 years ago
  3. e8e4f92 minor cleanup by Chris Lattner · 16 years ago
  4. fb754b6 Remove unused ASTConsumer::HandleTopLevelDeclaration by Daniel Dunbar · 16 years ago
  5. baf0d66 Add support for __extension__ as an lvalue. rdar://6097308 by Chris Lattner · 16 years ago
  6. b6ccaac Move isObjCObjectPointerType() from Sema to ASTContext. by Ted Kremenek · 16 years ago
  7. 5a56ac3 Added UnaryOperator::isPrefix(). by Ted Kremenek · 16 years ago
  8. b8db21d When constructing an ObjCIvarDecl object in Sema, provide its visibility up front instead of setting it afterwards. by Ted Kremenek · 16 years ago
  9. 780f329 move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>, by Chris Lattner · 16 years ago
  10. 3db6cae introduce a new ObjCList templated class and start moving by Chris Lattner · 16 years ago
  11. f7b2c98 rename setReferencedProtocolList -> addReferencedProtocols to by Chris Lattner · 16 years ago
  12. b752f28 Switch initialization of the protocol list for an interface decl to use by Chris Lattner · 16 years ago
  13. cdce6d1 use iterators instead of direct access to protocol list. by Chris Lattner · 16 years ago
  14. 8f3b265 Two fixes: by Steve Naroff · 16 years ago
  15. 732b223 expand casts to handle what isIntegerConstantExpr handles. by Chris Lattner · 16 years ago
  16. 4c4867e Add support for __builtin_type_compatible_p, enums, etc. by Chris Lattner · 16 years ago
  17. 54176fd start remembering diagnostics for various cases, add some missing by Chris Lattner · 16 years ago
  18. 87eae5e Provide a structure for passing down 'is evaluated' and passing up by Chris Lattner · 16 years ago
  19. 75a4881 simplify some code a bit. by Chris Lattner · 16 years ago
  20. fcee001 share code between sizeof(expr) and sizeof(type) by Chris Lattner · 16 years ago
  21. ac7cb60 implement support for __extension__, make sure the result of a by Chris Lattner · 16 years ago
  22. 7a76778 add a new getIntTypeSizeInBits method. by Chris Lattner · 16 years ago
  23. cf0f51d rename "SInt" methods to "Int" in APValue. by Chris Lattner · 16 years ago
  24. b542afe make the new evaluator avoid conversions APValue<->APSInt in some cases. by Chris Lattner · 16 years ago
  25. f5eeb05 rearrange some code, no functionality changes. by Chris Lattner · 16 years ago
  26. 0ce902b Patch by Csaba Hruska and Peter Neumark: by Ted Kremenek · 16 years ago
  27. 5f6b632 revert my bogus attempt to fix the comment. sorry for the noise. by Nuno Lopes · 16 years ago
  28. 559e56b Fix small bug. The evaluator now works well enough to pass all tests by Anders Carlsson · 16 years ago
  29. 650c92f More constant expression work. by Anders Carlsson · 16 years ago
  30. a25ae3d Move out some methods. by Anders Carlsson · 16 years ago
  31. 2bad168 More work. by Anders Carlsson · 16 years ago
  32. 0fe52e1 Compilation fix by Seo Sanghyeon · 16 years ago
  33. 06a3675 Port more of Eli's evaluator over. This makes the int evaluator handle binary and unary operators. by Anders Carlsson · 16 years ago
  34. c754aa6 Commit beginnings of int evaluator. Currently not used. by Anders Carlsson · 16 years ago
  35. 9a979c3 fix CheckForConstantInitializer() for Compound Literals by Nuno Lopes · 16 years ago
  36. c44eec6 Shuffle things around in preparation for integrating Eli's constant evaluator. by Anders Carlsson · 16 years ago
  37. 0795232 Add Sema support for C++ classes. by Argyrios Kyrtzidis · 16 years ago
  38. b7cfe88 Make a few related changes: by Chris Lattner · 16 years ago
  39. ad74a75 Fix for PR2501; this patch makes usual arithmetic conversions for by Eli Friedman · 16 years ago
  40. be78424 Update serialization for ObjCMessageExpr to handle additional bit-swizziling of receiver information. by Ted Kremenek · 16 years ago
  41. 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 · 16 years ago
  42. 63e9d56 remove dead enums. by Chris Lattner · 16 years ago
  43. 0d17f6f Switch 'super' from being a weird cast thing to being a predefined expr node. by Chris Lattner · 16 years ago
  44. f8e32cf Added ParentMap, a class to represent a lazily constructed mapping from child to parents. by Ted Kremenek · 16 years ago
  45. 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 16 years ago
  46. 1060aff Fix more strict-aliasing warnings. by Ted Kremenek · 16 years ago
  47. 5549976 This patch is motivated by numerous strict-aliasing warnings when compiling by Ted Kremenek · 16 years ago
  48. 94cbb3e Silence uninitialized value warning in Release build. by Ted Kremenek · 16 years ago
  49. 9bcf44a Silence uninitialized value warning during Release build. by Ted Kremenek · 16 years ago
  50. 68617fd Fix "copy & paste" error. by Argyrios Kyrtzidis · 16 years ago
  51. 7643536 -Add DeclChain member to DeclContext. by Argyrios Kyrtzidis · 16 years ago
  52. 4515ff4 Dump the name of CXXStruct/CXXUnion/CXXClass Decl subclasses. by Argyrios Kyrtzidis · 16 years ago
  53. 39ba4ae -Changes to TagDecl: by Argyrios Kyrtzidis · 16 years ago
  54. d3bb44f Added new C++ AST Decl subclasses. by Argyrios Kyrtzidis · 16 years ago
  55. c250aae capture whether a CharacterLiteral was wide or not in the AST. by Chris Lattner · 16 years ago
  56. da8249e Fix ast dumping to work with long double literals, e.g. we dump: by Chris Lattner · 16 years ago
  57. 56d2937 Fix the line endings in the newly added DeclBase.cpp. by Eli Friedman · 16 years ago
  58. 05ac3ef Reclaim memory owned by ObjCForwardProtocolDecls. by Ted Kremenek · 16 years ago
  59. 400d95f Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim its memory and the memory of the Decls it owns. by Ted Kremenek · 16 years ago
  60. 1c8a413 Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to reclaim its memory and the memory of the Decls it owns. by Ted Kremenek · 16 years ago
  61. 1a726d7 Because of a lack of a clear ownership role between ObjCInterfaceDecls and by Ted Kremenek · 16 years ago
  62. 8a77931 Initial work on additional memory collection for ObjC AST objects. We now by Ted Kremenek · 16 years ago
  63. 6a5a34c During interface layout, don't forget super class. by Devang Patel · 16 years ago
  64. 80d310c Undo previous check-in. by Devang Patel · 16 years ago
  65. 0e8eda7 During interface layout, don't forget super class. by Devang Patel · 16 years ago
  66. 3d2c22b Fix <rdar://problem/5987482> clang on xcode: null dereference in Sema::ActOnMemberReferenceExpr. by Steve Naroff · 16 years ago
  67. 44a3dde Add ObjCInterface layout support. Reuse RecordLayout. by Devang Patel · 16 years ago
  68. 8b27704 Refactoring. Move field layout code in a ASTRecordLayout member fn. by Devang Patel · 16 years ago
  69. e7d07d1 Moved LangOptions from TranslationUnit to ASTContext. This induced a variety of cleanups in some ASTConsumers. by Ted Kremenek · 16 years ago
  70. 9734162 ASTContext::typesAreCompatible(): id is compatible with all qualified id types. by Steve Naroff · 16 years ago
  71. e184bae Move Decl and DeclContext implementations into a new DeclBase.cpp file. by Argyrios Kyrtzidis · 16 years ago
  72. 6c930f2 Make sure we look through categories when searching for a classes property. by Steve Naroff · 16 years ago
  73. c793808 Put back my temporary hack until Eli addresses this in a more complete fashion. by Steve Naroff · 16 years ago
  74. 1b76ada Re-fix r51907 in a way which doesn't affect valid code. This essentially by Eli Friedman · 16 years ago
  75. a2ac06e Change Expr::isIntegerConstantExpr() to allow for pointer types (for GCC compatibility). Note FIXME. by Steve Naroff · 16 years ago
  76. e3e9add Fix <rdar://problem/5979875> clang on xcode: error: use of undeclared identifier 'super' by Steve Naroff · 16 years ago
  77. 9141bee fix decl attributes cleaning by Nuno Lopes · 16 years ago
  78. e3a6198 Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a by Ted Kremenek · 16 years ago
  79. 799a6a6 Teach Expr::isLvalue() about ObjC properties. For now, all properties are writable. Added a FIXME for another day. by Steve Naroff · 16 years ago
  80. b306404 Fix some strict-aliasing warnings by using Stmt* instead of Expr* in VariableArrayType, EnumConstantDecl, and VarDecl. by Ted Kremenek · 16 years ago
  81. 4bd998b Cleanup/refactoring of Sema struct layout. This patch unifies the struct by Eli Friedman · 16 years ago
  82. ae78407 Add basic support for properties references (a missing feature). by Steve Naroff · 16 years ago
  83. 54eec4c Fix one strict-aliasing warning. by Ted Kremenek · 16 years ago
  84. f494b57 - Move ObjC Expresssion AST's from Expr.h => ExprObjC.h by Steve Naroff · 16 years ago
  85. 211f6ad Assume statement expressions have side effects; this gets rid of a lot by Eli Friedman · 16 years ago
  86. 2742496 Don't swap function decls, and add them to the scope as they are by Eli Friedman · 16 years ago
  87. b26153c Stop leaking the TUDecl. by Eli Friedman · 16 years ago
  88. 0613c37 Always initialize NEXT_CATCH; fixes a Valgrind uninitialized read error by Eli Friedman · 16 years ago
  89. ebf27b1 Call the correct destructor. by Ted Kremenek · 16 years ago
  90. 218543b Minor tweak to -ast-dump for ivars. by Steve Naroff · 16 years ago
  91. 466c2e3 Tweak AST dumper for ObjC ivars. by Steve Naroff · 16 years ago
  92. 4f8d123 Move getAccessedFieldNo out of lib/AST/Expr.cpp into by Dan Gohman · 16 years ago
  93. e1b6d50 Remove the unneeded #include of VMCore header "llvm/DerivedTypes.h". by Dan Gohman · 16 years ago
  94. 4b05b1d Add Destroy method to Types, making there destruction more harmonious with by Ted Kremenek · 16 years ago
  95. 936ff13 Fix potential double-free. by Ted Kremenek · 16 years ago
  96. 6cc1896 Fixup ASTContext::PrintStats()...it was causing several test failures. by Steve Naroff · 16 years ago
  97. 8e355f2 When destroying DeclStmts, also destroy the associated Decl (reclaim its memory). by Ted Kremenek · 16 years ago
  98. 5f1adf8 Fix the destruction "properly" in the sense that we actually destroy the by Eli Friedman · 16 years ago
  99. b0c0554 PR2347: Fix crash iterating over VLAs; this started triggering because by Eli Friedman · 16 years ago
  100. 1108e7d Don't kill the declarations if the translation unit doesn't own them by Eli Friedman · 16 years ago