1. 44b4321 Unifies the name-lookup mechanisms used in various parts of the AST by Douglas Gregor · 16 years ago
  2. bc76dd0 The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpected type"), function mergeTypes, by Steve Naroff · 16 years ago
  3. 83f96f6 Some cleanups to the dependent-types commit, as suggested by Sebastian by Douglas Gregor · 16 years ago
  4. 4e78fd0 Fix <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpected type"), function mergeTypes, by Steve Naroff · 16 years ago
  5. c0febd5 Fix <rdar://problem/6418623> Bogus block type compatibility warning. by Steve Naroff · 16 years ago
  6. 91b51a9 Prevent bogus warning on unimplemented setter/getter when user by Fariborz Jahanian · 16 years ago
  7. fef30b5 Support for implementation of property in the case where by Fariborz Jahanian · 16 years ago
  8. 2fda504 Add preliminary CFG support for @throw. We basically treat it like a return statement. by Ted Kremenek · 16 years ago
  9. b79c01e ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories protocols. by Steve Naroff · 16 years ago
  10. e9a0f43 Workaround for PR3173. The fix is correct in the sense that if the enum by Eli Friedman · 16 years ago
  11. 1ac2bc4 Use of properties declared in protocols in the category by Fariborz Jahanian · 16 years ago
  12. 5c37de7 Add support for calls to dependent names within templates, e.g., by Douglas Gregor · 16 years ago
  13. 898574e Introduce basic support for dependent types, type-dependent by Douglas Gregor · 16 years ago
  14. 9482a4f Fixed a comment. by Fariborz Jahanian · 16 years ago
  15. ae6f6fd This test checks for duplicate implementation of the same by Fariborz Jahanian · 16 years ago
  16. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  17. d407a76 This wasn't such a good idea after all as it broke some tests. by Anders Carlsson · 16 years ago
  18. b3fee0f Handle __builtin___CFStringMakeConstantString in Expr::Evaluate. by Anders Carlsson · 16 years ago
  19. c77a636 Several things... by Steve Naroff · 16 years ago
  20. 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
  21. 6fec648 Correct pretty printing of array new expressions. by Sebastian Redl · 16 years ago
  22. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  23. b85cce6 This patch corrects problem in searching for a setter/getter method for by Fariborz Jahanian · 16 years ago
  24. d40910b -Add several ObjC types to Decl::getDeclKindName(), a useful debug hook. by Steve Naroff · 16 years ago
  25. 19ac6ff Use EmitInt, not Emit, to emit unsigned values by Douglas Gregor · 16 years ago
  26. 4fdfb09 Generate the correct results for the comma expression. Fixes PR3123. by Anders Carlsson · 16 years ago
  27. d265277 Revert change that made isNullPointerConstant start emitting warnings. We don't want that :) by Anders Carlsson · 16 years ago
  28. 07b5cc0 Remove dead code. by Anders Carlsson · 16 years ago
  29. efa9b38 Add a new variant of isNullConstantExpr that returns an EvalResult. by Anders Carlsson · 16 years ago
  30. 027f62e Emit the correct diagnostic when a comma is in an ICE. by Anders Carlsson · 16 years ago
  31. 0e8acbb Change the diagnostics that the evaluator reports to be of type NOTE. by Anders Carlsson · 16 years ago
  32. f0c1e4b Replace the isEvaluated bool with a ShortCircuit int, making it easier to handle recursion by Anders Carlsson · 16 years ago
  33. 82206e2 Pass the expression to the Error and Extension methods. by Anders Carlsson · 16 years ago
  34. 5b45d4e Add a new variant of Evaluate and reimplement the old Evaluate in terms of the new. by Anders Carlsson · 16 years ago
  35. 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
  36. 54da049 EvalInfo now holds a reference to an EvalResult struct. by Anders Carlsson · 16 years ago
  37. 2d8b273 Implement the GNU __null extension by Douglas Gregor · 16 years ago
  38. 5cf243a Switch QualType to use llvm::PointerIntPair internally to do the pointer by Chris Lattner · 16 years ago
  39. cfe2571 remove debug-only assertion in the complex float evaluator as it makes some real apps crash by Nuno Lopes · 16 years ago
  40. 31afbf0 Refactored checking on readonly property into a method. by Fariborz Jahanian · 16 years ago
  41. 6669db9 Patch to allow over-riding of readonly property to by Fariborz Jahanian · 16 years ago
  42. c9ad94e Remove more #ifdeffed code by Anders Carlsson · 16 years ago
  43. d017243 Fix CFG bug where the 'increment' block for a 'for' statement would not be by Ted Kremenek · 16 years ago
  44. e8a32b8 Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832. by Anders Carlsson · 16 years ago
  45. 35873c4 The address of a variable is only constant if the variable has global storage. by Anders Carlsson · 16 years ago
  46. 4bbc0e0 Fix bug in the constant evaluator. Fixes PR3115. by Anders Carlsson · 16 years ago
  47. 39f34e9 Migrate some stuff from NamedDecl::getName() to by Chris Lattner · 16 years ago
  48. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  49. bb49c3e simplify this code. by Chris Lattner · 16 years ago
  50. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  51. 9d4c157 Return false if we encounter a type we can't handle. by Anders Carlsson · 16 years ago
  52. 6dde0d5 Case values must be evaluated by Anders Carlsson · 16 years ago
  53. 51fe996 Use Expr::Evaluate for case statements. Fixes PR2525 by Anders Carlsson · 16 years ago
  54. ba8d2d6 Support for implicit property assignment. Error assigning to by Fariborz Jahanian · 16 years ago
  55. 5daf570 New AST node to access "implicit" setter/getter using property dor syntax. by Fariborz Jahanian · 16 years ago
  56. 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago
  57. 4fcd399 Enable some more operator overloading tests, and don't look into an identifier for functions that might not have one by Douglas Gregor · 16 years ago
  58. 92e62b0 Rename IdentifierInfo::isName to ::isStr. Use a nifty trick by Chris Lattner · 16 years ago
  59. 148f061 CMake: Added some source files. by Oscar Fuentes · 16 years ago
  60. 051c13a Make DeclContext::getLexicalParent reuse DeclContext::getParent. by Argyrios Kyrtzidis · 16 years ago
  61. 77407b8 Take care another assert: by Argyrios Kyrtzidis · 16 years ago
  62. a468d34 fix folding of '*doubleArray' by Nuno Lopes · 16 years ago
  63. 20bc676 Make the non-const DeclContext::getParent call the const version, instead of the other way around. by Argyrios Kyrtzidis · 16 years ago
  64. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  65. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  66. 7e3e9b1 simplify some code. by Chris Lattner · 16 years ago
  67. e6db3b0 formatting by Chris Lattner · 16 years ago
  68. e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
  69. a11f42f Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 16 years ago
  70. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  71. 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
  72. ca354fa Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
  73. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  74. 529569e Address some comments Eli had. by Anders Carlsson · 16 years ago
  75. a25bd55 use HandleConversionToBool() to check if a given cond is foldable (per Eli's comment) by Nuno Lopes · 16 years ago
  76. ccc3fce More complex float evaluator support. by Anders Carlsson · 16 years ago
  77. 6ee7aa1 rename Expr::tryEvaluate to Expr::Evaluate. by Chris Lattner · 16 years ago
  78. 9ad16ae Add very limited support for evaluating complex floats. by Anders Carlsson · 16 years ago
  79. f9ef0c6 fix folding of comma if given a non-constant operand. by Nuno Lopes · 16 years ago
  80. ca7c2ea make IntExprEvaluator fold the ?: operator by Nuno Lopes · 16 years ago
  81. 3068d11 More work on the constant evaluator. Eli, it would be great if you could have a look at this. by Anders Carlsson · 16 years ago
  82. 64c34f1 add dump and print methods, add operator<< for APValue. by Chris Lattner · 16 years ago
  83. 286f85e Add the ability to evaluate comparison operators with floating point numbers as operands. by Anders Carlsson · 16 years ago
  84. b0b847e Use ReadPtr, not ReadUIntPtr through a reinterpret_cast. by Argyrios Kyrtzidis · 16 years ago
  85. b460980 Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 16 years ago
  86. f2cad86 Don't require us to manually number the statements and expressions in StmtNodes.def. We don't need stable numbers yet, renumbering is a pain, and LAST_STMT had the wrong value anyway. by Douglas Gregor · 16 years ago
  87. 4cb3a85 Fix CFG construction for ObjCForCollectionStmt: 'element' expression can be anything that evaluates to an lvalue by Ted Kremenek · 16 years ago
  88. bf3af05 Some cleanup for the implementation of built-in operator by Douglas Gregor · 16 years ago
  89. ea81728 Hook up "BodyBlock", not "Block". by Ted Kremenek · 16 years ago
  90. fc33552 Correctly connect 'continue' and 'break' statements in Objective-C fast enumeration for blocks to the appropriate basic blocks. by Ted Kremenek · 16 years ago
  91. a6afa76 Fix for crash issues with comma operators with a void first operand, and by Eli Friedman · 16 years ago
  92. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 16 years ago
  93. b11e778 Backout of r59196, plus a new ICE test. Sorry if this is a by Eli Friedman · 16 years ago
  94. 006dd8a Fix bug where the body block of an ObjCForCollectionStmt would not properly get expanded as a series of basic blocks. by Ted Kremenek · 16 years ago
  95. dd2b12a Fix bug in constant evaluation exposed by 176.gcc. by Daniel Dunbar · 16 years ago
  96. 7d7e672 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 16 years ago
  97. 8a7b7c6 Disable some debug prints. by Daniel Dunbar · 16 years ago
  98. 390e48b ObjCForCollectionStmts are block-level expressions. by Ted Kremenek · 16 years ago
  99. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  100. 4efaa27 Some additions to tryEvaluate I've had sitting around for a while. by Eli Friedman · 16 years ago