1. 1a49af9 Add QualifiedDeclRefExpr, which retains additional source-location by Douglas Gregor · 16 years ago
  2. 8141b75 Back out code for handling VectorType's in getFloatingRank. by Daniel Dunbar · 16 years ago
  3. d786f6a Implement getFloatingRank() for extended vectors. by Daniel Dunbar · 16 years ago
  4. 64b45f7 PODness and Type Traits by Sebastian Redl · 16 years ago
  5. 074149e Introduce support for "transparent" DeclContexts, which are by Douglas Gregor · 16 years ago
  6. 6b54bd1 Fix an uninitialized-variable warning by Douglas Gregor · 16 years ago
  7. 7a89722 Fix try statement deserialization. by Sebastian Redl · 16 years ago
  8. 501c725 Add serialization support for TypeOfType. by Zhongxing Xu · 16 years ago
  9. 8fbc527 Add serialization support for TypeOfExpr. by Zhongxing Xu · 16 years ago
  10. c4b4e7b Keep track of template arguments when we parse them. Right now, we don't actually do anything with the template arguments, but they'll be used to create template declarations by Douglas Gregor · 16 years ago
  11. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  12. fdfab6b When determining whether a class type has a const copy constructor, be by Douglas Gregor · 16 years ago
  13. 3e1b16c Last patch, for now, to privde ObjC's encoding of types. by Fariborz Jahanian · 16 years ago
  14. 6ed40e3 Don't push OverloadedFunctionDecls onto the chain of declarations by Douglas Gregor · 16 years ago
  15. a1c033e Lot more encoding work. We are closing the gap to by Fariborz Jahanian · 16 years ago
  16. 3fc749d Don't explicitly represent OverloadedFunctionDecls within by Douglas Gregor · 16 years ago
  17. 5b8c7d9 More encoding support; in this case, encoding of by Fariborz Jahanian · 16 years ago
  18. 8351da0 Full AST support and better Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  19. 669e8d3 Fixed a bug showed up the meta-data for protocol by Fariborz Jahanian · 16 years ago
  20. 4b07b29 Partial AST and Sema support for C++ try-catch. by Sebastian Redl · 16 years ago
  21. 88a3514 Add support for calls to overloaded member functions. Things to note: by Douglas Gregor · 16 years ago
  22. 3f70456 Add codegen support for __null by Anders Carlsson · 16 years ago
  23. c994bb2 Correct comments. by Zhongxing Xu · 16 years ago
  24. 8ce6666 fix 80-col violation. by Zhongxing Xu · 16 years ago
  25. 6183a99 Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySubscriptExpr. by Anders Carlsson · 16 years ago
  26. 97e0179 Did not mean to commit this. by Anders Carlsson · 16 years ago
  27. 8b33c08 Handle VLA indexing by Anders Carlsson · 16 years ago
  28. 86f1940 Add support for member references (E1.E2, E1->E2) with C++ semantics, by Douglas Gregor · 16 years ago
  29. 4306d3c Finish up saving original parameter type and by Fariborz Jahanian · 16 years ago
  30. 4f5420d Add case for the new AST node. by Fariborz Jahanian · 16 years ago
  31. 73da9e4 introducing ParmVarWithOriginalTypeDecl class to by Fariborz Jahanian · 16 years ago
  32. adcaf54 Strangely enough, name of ObjC class is not encoded into the by Fariborz Jahanian · 16 years ago
  33. 43822ea More encoding support. This time for @encode of classes and bitfields. by Fariborz Jahanian · 16 years ago
  34. 1c0cfd4 Get rid of the old Expr::Evaluate variant. by Anders Carlsson · 16 years ago
  35. c166d73 Several@encode bug fixes for ObjC. by Fariborz Jahanian · 16 years ago
  36. efc4c4b Removed a slot in ObjCMemRegExpr used in code gen which did not belong there. by Fariborz Jahanian · 16 years ago
  37. d8df682 Fix http://llvm.org/bugs/show_bug.cgi?id=3189. by Steve Naroff · 16 years ago
  38. 99f06ba fix leakage of var's initializers by Nuno Lopes · 16 years ago
  39. b74668e fix a few more memory leaks: clean the ASTRecordLayouts, ASTObjCInterfaces and ASTRecordForInterface maps by Nuno Lopes · 16 years ago
  40. a769c00 This patch will build the Records lazily per Steve's comments. by Fariborz Jahanian · 16 years ago
  41. c9ca4a2 Added comment to Steve's patch to clarify the case. by Fariborz Jahanian · 16 years ago
  42. 7d1117d Fix <rdar://problem/6450964> clang on xcode: Assertion failed: (RecordForDecl && "lookupFieldDeclForIvar no storage for class"). by Steve Naroff · 16 years ago
  43. 45579f5 Make sure that enumerators show up within the enumeration declaration. Fixes. PR clang/3220 by Douglas Gregor · 16 years ago
  44. f44515a Make linkage-specifications hold on to all of their declarations by Douglas Gregor · 16 years ago
  45. e8e3205 Warning fixes to operator precedence warnings. by Eli Friedman · 16 years ago
  46. fea8685 Remove tabs. by Nate Begeman · 16 years ago
  47. 3281eff Diagnose that ivars in current and super class may not by Fariborz Jahanian · 16 years ago
  48. 9ee92e8 Name of addLayoutToClass is confusing as no layout calculation by Fariborz Jahanian · 16 years ago
  49. 9e7d9de Place constructors and destructors into the DeclContext of the class, by Douglas Gregor · 16 years ago
  50. fd64bb6 Code gen. for ivar references; including bitfield ivars. by Fariborz Jahanian · 16 years ago
  51. 9fbb609 Removed setRecordForDecl. Added a FIXME. by Fariborz Jahanian · 16 years ago
  52. 0874bd3 Don't double-destroy constructors defined out-of-line. This is a by Douglas Gregor · 16 years ago
  53. 7df7b6b Create new EnumDecl nodes for redeclarations of enums, linking them by Douglas Gregor · 16 years ago
  54. f9d1e4b dont call iterator::end() on every cycle and dont read already-deleted memory by Nuno Lopes · 16 years ago
  55. 640b319 minor WS fix for the previous commit by Nuno Lopes · 16 years ago
  56. 6d34ae5 fix leakage of CXXSpecialName objects in DeclarationNameTable by Nuno Lopes · 16 years ago
  57. aaa63a7 Patch for ObjCIvarRefExpr containing the field by Fariborz Jahanian · 16 years ago
  58. 60f8c86 Add storage layout to ObjC classes. by Fariborz Jahanian · 16 years ago
  59. 42b83dd Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p by Chris Lattner · 16 years ago
  60. 1f64805 add a fixme. by Chris Lattner · 16 years ago
  61. 28daa53 implement rdar://6091492 - ?: with __builtin_constant_p as the operand is an i-c-e. by Chris Lattner · 16 years ago
  62. 670a62c Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalue by Chris Lattner · 16 years ago
  63. e267ff3 Address some comments on the name lookup/DeclContext patch from Chris by Douglas Gregor · 16 years ago
  64. a4c46df Actually distinguish between RecordDecl::field_iterator and RecordDecl::field_const_iterator, propagating the constness down to the FieldDecls. by Douglas Gregor · 16 years ago
  65. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 16 years ago
  66. bc76dd0 The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpected type"), function mergeTypes, by Steve Naroff · 16 years ago
  67. 83f96f6 Some cleanups to the dependent-types commit, as suggested by Sebastian by Douglas Gregor · 16 years ago
  68. 4e78fd0 Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpected type"), function mergeTypes, by Steve Naroff · 16 years ago
  69. c0febd5 Fix <rdar://problem/6418623> Bogus block type compatibility warning. by Steve Naroff · 16 years ago
  70. 91b51a9 Prevent bogus warning on unimplemented setter/getter when user by Fariborz Jahanian · 16 years ago
  71. fef30b5 Support for implementation of property in the case where by Fariborz Jahanian · 16 years ago
  72. 2fda504 Add preliminary CFG support for @throw. We basically treat it like a return statement. by Ted Kremenek · 16 years ago
  73. b79c01e ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories protocols. by Steve Naroff · 16 years ago
  74. e9a0f43 Workaround for PR3173. The fix is correct in the sense that if the enum by Eli Friedman · 16 years ago
  75. 1ac2bc4 Use of properties declared in protocols in the category by Fariborz Jahanian · 16 years ago
  76. 5c37de7 Add support for calls to dependent names within templates, e.g., by Douglas Gregor · 16 years ago
  77. 898574e Introduce basic support for dependent types, type-dependent by Douglas Gregor · 16 years ago
  78. 9482a4f Fixed a comment. by Fariborz Jahanian · 16 years ago
  79. ae6f6fd This test checks for duplicate implementation of the same by Fariborz Jahanian · 16 years ago
  80. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  81. d407a76 This wasn't such a good idea after all as it broke some tests. by Anders Carlsson · 16 years ago
  82. b3fee0f Handle __builtin___CFStringMakeConstantString in Expr::Evaluate. by Anders Carlsson · 16 years ago
  83. c77a636 Several things... by Steve Naroff · 16 years ago
  84. d457589 Fix some type punning errors in SizeOfAlignOf and Typeid AST nodes. This should satisfy compilers and language lawyers alike. by Sebastian Redl · 16 years ago
  85. 6fec648 Correct pretty printing of array new expressions. by Sebastian Redl · 16 years ago
  86. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  87. b85cce6 This patch corrects problem in searching for a setter/getter method for by Fariborz Jahanian · 16 years ago
  88. d40910b -Add several ObjC types to Decl::getDeclKindName(), a useful debug hook. by Steve Naroff · 16 years ago
  89. 19ac6ff Use EmitInt, not Emit, to emit unsigned values by Douglas Gregor · 16 years ago
  90. 4fdfb09 Generate the correct results for the comma expression. Fixes PR3123. by Anders Carlsson · 16 years ago
  91. d265277 Revert change that made isNullPointerConstant start emitting warnings. We don't want that :) by Anders Carlsson · 16 years ago
  92. 07b5cc0 Remove dead code. by Anders Carlsson · 16 years ago
  93. efa9b38 Add a new variant of isNullConstantExpr that returns an EvalResult. by Anders Carlsson · 16 years ago
  94. 027f62e Emit the correct diagnostic when a comma is in an ICE. by Anders Carlsson · 16 years ago
  95. 0e8acbb Change the diagnostics that the evaluator reports to be of type NOTE. by Anders Carlsson · 16 years ago
  96. f0c1e4b Replace the isEvaluated bool with a ShortCircuit int, making it easier to handle recursion by Anders Carlsson · 16 years ago
  97. 82206e2 Pass the expression to the Error and Extension methods. by Anders Carlsson · 16 years ago
  98. 5b45d4e Add a new variant of Evaluate and reimplement the old Evaluate in terms of the new. by Anders Carlsson · 16 years ago
  99. fcb4d09 General cleanup, evaluate the RHS of a logical op even if the LHS will give us the result. by Anders Carlsson · 16 years ago
  100. 54da049 EvalInfo now holds a reference to an EvalResult struct. by Anders Carlsson · 16 years ago