1. 4cbf9d4 Added a missing case to a switch statement. by Fariborz Jahanian · 15 years ago
  2. dbd872f DeclRefExpr stores a ValueDecl internally. by John McCall · 15 years ago
  3. 3a1ce1e Don't print a void return type for C++ constructors and destructors when generating a predefined expr for them. by Sam Weinig · 15 years ago
  4. f595cc4 Make the type of the Decl referred to by a MemberExpr a bit more precise. by Eli Friedman · 15 years ago
  5. c013118 Add recursion guards to ice-checking and evaluation for declrefs, so we by Eli Friedman · 15 years ago
  6. 51fa86f r90313, in which OverloadedFunctionDecl is removed and never spoken of again. by John McCall · 15 years ago
  7. 129e2df Eliminate the use of OverloadedFunctionDecl in member expressions. by John McCall · 15 years ago
  8. 99e9b4d Eliminate CXXConditionDeclExpr with extreme prejudice. by Douglas Gregor · 15 years ago
  9. f7a1a74 Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and by John McCall · 15 years ago
  10. bc0e078 Handle converting member pointers to bool. by Anders Carlsson · 15 years ago
  11. 0da76df Centralize and complete the computation of value- and type-dependence for DeclRefExprs by Douglas Gregor · 15 years ago
  12. d5532b6 Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations" into by John McCall · 15 years ago
  13. ba13543 "Incremental" progress on using expressions, by which I mean totally ripping by John McCall · 15 years ago
  14. 73460a3 Deduce a ConstantArrayType from a value-dependent initializer list by Douglas Gregor · 15 years ago
  15. 865d447 Draw a brighter line between "unresolved" expressions, where we have done the by John McCall · 15 years ago
  16. 58beed9 Fix PR5531. by Anders Carlsson · 15 years ago
  17. 11de6de Add a CK_BaseToDerived cast kind. by Anders Carlsson · 15 years ago
  18. df317bf Refine volatile handling, specifically, we must have the canonical by Mike Stump · 15 years ago
  19. cf3293e When determining whether a reference to a static data member is an by Douglas Gregor · 15 years ago
  20. 1a31a18 Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no codegen). by Anders Carlsson · 15 years ago
  21. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  22. 3eefb1c Fix overload resolution when calling a member template or taking the by Douglas Gregor · 15 years ago
  23. a2813ce Eliminate QualifiedDeclRefExpr, which captured the notion of a by Douglas Gregor · 15 years ago
  24. 01eb9b9 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients by Daniel Dunbar · 15 years ago
  25. c6b2916 Add FloatingCast to getCastKindName's list. by Benjamin Kramer · 15 years ago
  26. 82debc7 Add some more cast kinds. by Anders Carlsson · 15 years ago
  27. 4b55b24 Switch ExtVectorElementExpr::getEncodedElementAccess to use StringRef. by Daniel Dunbar · 15 years ago
  28. a2b34eb Add FIXME... maybe Nate will get bored? :) by Daniel Dunbar · 15 years ago
  29. 1502742 Simplify ExtVectorElementExpr::containsDuplicateElements(). by Daniel Dunbar · 15 years ago
  30. 16a8904 Add CK_VectorSplat and use it for casting non-pointer scalars to ExtVectors. by Anders Carlsson · 15 years ago
  31. ebeaf20 Add a ToVoid cast kind and start using it. by Anders Carlsson · 15 years ago
  32. 430656e fix test/CodeGen/statements.c on 32-bit hosts. by Chris Lattner · 15 years ago
  33. 3ae9f48 Teach sema and codegen about the difference between address of labels, by Chris Lattner · 15 years ago
  34. bc8d42c make the diagnostic in the 'unused result' warning more precise by Chris Lattner · 15 years ago
  35. 27d4be5 Implement [expr.mptr.oper]p6 for '->*' operator. by Fariborz Jahanian · 15 years ago
  36. 56fc0d1 Refixed pr5086 by letting Expr::isNullPointerConstant by Fariborz Jahanian · 15 years ago
  37. ce94049 Fix checking for a null pointer constant when the expression itself is by Douglas Gregor · 15 years ago
  38. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  39. b648023 Add StringLiteral::getString -> StringRef. by Daniel Dunbar · 15 years ago
  40. 183700f Change all the Type::getAsFoo() methods to specializations of Type::getAs(). by John McCall · 15 years ago
  41. f515b22 Disable questionable code for handling isNullPointerConstant on value dependent by Daniel Dunbar · 15 years ago
  42. 3f180c6 Fix two crashes on value dependent expressions (shift and null-pointer check). by Daniel Dunbar · 15 years ago
  43. 7e88a60 Remove trailing whitespace. by Daniel Dunbar · 15 years ago
  44. 59a53fa Do not generate write-barrier in indirect assignment to a weak object. by Fariborz Jahanian · 15 years ago
  45. 7f9e646 Handle reinterpret_cast between integral types and pointer types. by Anders Carlsson · 15 years ago
  46. c3f48cd Using the property dot-syntax to invoke a non-eixsting by Fariborz Jahanian · 15 years ago
  47. 7814e6d Remove unnecessary ASTContext parameter from FunctionDecl::isBuiltinID by Douglas Gregor · 15 years ago
  48. 043cad2 Diagnose VLAs as an error in C++. by Douglas Gregor · 15 years ago
  49. f299124 Eliminate some "default"s in CheckICE. by Douglas Gregor · 15 years ago
  50. 59600d8 static_cast, reinterpret_cast, and const_cast can all be used in C++ by Douglas Gregor · 15 years ago
  51. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  52. 7f4f86a More objc GC's API work for array of pointers declared as __strong. by Fariborz Jahanian · 15 years ago
  53. 3a082d8 Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig! by Anders Carlsson · 15 years ago
  54. f8ec55a Add CastExpr::getCastKindName and use it in the StmtDumper. by Anders Carlsson · 15 years ago
  55. c4bf26f Preliminary AST representation and semantic analysis for by Douglas Gregor · 15 years ago
  56. 83f6faf Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate by Douglas Gregor · 15 years ago
  57. 0979c80 Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will by Douglas Gregor · 15 years ago
  58. d933a01 Get rid of mostly-unused, buggy method. by Eli Friedman · 15 years ago
  59. bd4c4ae When a member reference expression includes a qualifier on the member by Douglas Gregor · 15 years ago
  60. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  61. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  62. 5e94a0d fix my previous commit. by Chris Lattner · 15 years ago
  63. a50089e This is an attempt to improve loc info for 'unused result' expression by Chris Lattner · 15 years ago
  64. 2d46eb2 Call MaybeBindToTemporary for overloaded binary and unary operators. by Anders Carlsson · 15 years ago
  65. 6f68027 Add MaybeBindToTemporary calls for member call expressions. by Anders Carlsson · 15 years ago
  66. 888376a Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation by Nate Begeman · 15 years ago
  67. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  68. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  69. 2ef13e5 Take 2 on AltiVec-style vector initializers. by Nate Begeman · 15 years ago
  70. 1df5109 Revert r78535, it is causing a number of failures to build projects. by Daniel Dunbar · 15 years ago
  71. 25b4fdb AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); by Nate Begeman · 15 years ago
  72. d497206 Get rid of Stmt::Clone now that we can reference count statements instead. by Anders Carlsson · 15 years ago
  73. 42602bb Separate Stmt::Destroy into the entrypoint for destroying a statement by Douglas Gregor · 15 years ago
  74. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  75. fb84664 fix PR4633: cast to void should silence the 'unused expression' warning. by Chris Lattner · 15 years ago
  76. 68a049c CallExpr's SubExprs sometimes were allocated in the wrong place. by Daniel Dunbar · 15 years ago
  77. f242b1b Allow front-end 'isa' access on object's of type 'id'. by Steve Naroff · 15 years ago
  78. 19cc4ab Revert r75641. by Anders Carlsson · 15 years ago
  79. 35366a6 Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods by Ted Kremenek · 15 years ago
  80. 6346f96 objc methods can't be an operand to callexpr. by Chris Lattner · 15 years ago
  81. a004254 Refactor code into a new CallExpr::getDirectCallee() method. Simplify some by Zhongxing Xu · 15 years ago
  82. 5cad1f7 Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. by Ted Kremenek · 15 years ago
  83. 1a1a6e2 Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. by Ted Kremenek · 15 years ago
  84. f495456 Remove ASTContext::isObjCObjectPointerType(). by Steve Naroff · 15 years ago
  85. 3d598a5 Rename RecordLayout.h to ASTRecordLayout.h by Anders Carlsson · 15 years ago
  86. ba0a900 Read/write a CXXOperatorCallExpr from/to PCH files. by Argyrios Kyrtzidis · 15 years ago
  87. 14108da This patch includes a conceptually simple, but very intrusive/pervasive change. by Steve Naroff · 15 years ago
  88. 83314aa Implement template argument deduction when taking the address of a by Douglas Gregor · 15 years ago
  89. 6f4a69a Fix bitfield promotion in the presence of explicit casts, from Abrama Bagnara. by Douglas Gregor · 15 years ago
  90. 40b598e Remove the ASTContext parameter from the attribute-related methods of Decl. by Argyrios Kyrtzidis · 15 years ago
  91. 001d64d Fix the FloatingLiteral API to take the isexact flag by value instead of by Chris Lattner · 15 years ago
  92. 131f465 OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element index. by Nate Begeman · 15 years ago
  93. 262f9cf Renamed Protocol as TheProtocol so people can use clang header for by Fariborz Jahanian · 15 years ago
  94. 68584ed Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>. by Douglas Gregor · 15 years ago
  95. 1b63e4f Sink the BuiltinInfo object from ASTContext into the by Chris Lattner · 15 years ago
  96. 02d95ba Instantiation support for more Obj-C expressions, string literals, @selector and @protocol expressions. by Anders Carlsson · 15 years ago
  97. 102e390 A corner case of objc2 gc's write-barrier generation for the Next runtime. by Fariborz Jahanian · 15 years ago
  98. 78d1583 When evaluating a VarDecl as a constant or determining whether it is by Douglas Gregor · 15 years ago
  99. 6dde78f Add a new CallExpr::getCallReturnType and use it in Expr::isLvalueInternal. No intended functionality change. by Anders Carlsson · 15 years ago
  100. 5e57831 A block that returns a reference is an lvalue. by Anders Carlsson · 15 years ago