1. 0e9eabc Consistently use smart pointers for stmt and expr nodes in parser local variables. by Sebastian Redl · 16 years ago
  2. 2fdf555 Add utility method. Remove an unused method. by Zhongxing Xu · 16 years ago
  3. 159d248 [static analyzer] Extend VLA size checking to look for undefined sizes. by Ted Kremenek · 16 years ago
  4. e0dbda1 Fixed LiveVariables bug where we didn't consider block-level expressions that functioned as the size of a VLA to be live. by Ted Kremenek · 16 years ago
  5. 447d7ae Change condition under which 'retain'/'copy' are directly evaluated. by Fariborz Jahanian · 16 years ago
  6. efd5994 Add checking for zero-sized VLAs. by Ted Kremenek · 16 years ago
  7. 90b93d6 Fix PR3172: if we see an eof or } at the top level, reject it. by Chris Lattner · 16 years ago
  8. 891dca6 improve comment. by Chris Lattner · 16 years ago
  9. 2c61566 'self.myIvar = nil' (properties) only releases myIvar when the property has kind 'assign'. This fixes <rdar://problem/6380411>. by Ted Kremenek · 16 years ago
  10. b79c01e ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories protocols. by Steve Naroff · 16 years ago
  11. ba45da8 Changed 'readonly' 'retain/copy' diagnostics into by Fariborz Jahanian · 16 years ago
  12. 9bfb2a2 Since we do not allow a readonly property to be 'copy'retain', we by Fariborz Jahanian · 16 years ago
  13. f57172b Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it belongs by Douglas Gregor · 16 years ago
  14. e50897a fix 80-col violation. by Zhongxing Xu · 16 years ago
  15. 00c028b fix typo. by Zhongxing Xu · 16 years ago
  16. e9a0f43 Workaround for PR3173. The fix is correct in the sense that if the enum by Eli Friedman · 16 years ago
  17. a3d783b add missing gentoo c++ include paths by Nuno Lopes · 16 years ago
  18. 7fd1df2 Pass the VLA size expr range to the VLA diags by Anders Carlsson · 16 years ago
  19. 96e05bc Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352. by Anders Carlsson · 16 years ago
  20. 5dd4129 Setters returning a typedef of 'void' should not cause error. by Fariborz Jahanian · 16 years ago
  21. 1ac2bc4 Use of properties declared in protocols in the category by Fariborz Jahanian · 16 years ago
  22. 196d0ed Improve error reporting of property and setter/getter type mimatches. by Fariborz Jahanian · 16 years ago
  23. ec604c8 Check for correct'void' return type for setter methods. by Fariborz Jahanian · 16 years ago
  24. 9f1e572 Add diagnostics for bitfields. by Anders Carlsson · 16 years ago
  25. a75023d Simplify some diagnostics. by Anders Carlsson · 16 years ago
  26. 77e14bd Changed a 'FIXME' into new comment. Added a test case by Fariborz Jahanian · 16 years ago
  27. 759623e Add bandaid transfer function support for assignments involving ObjCKVCRefExpr. by Ted Kremenek · 16 years ago
  28. 567c8df Patch to diagnose a variety of misuse of property by Fariborz Jahanian · 16 years ago
  29. 5c37de7 Add support for calls to dependent names within templates, e.g., by Douglas Gregor · 16 years ago
  30. 898574e Introduce basic support for dependent types, type-dependent by Douglas Gregor · 16 years ago
  31. 9482a4f Fixed a comment. by Fariborz Jahanian · 16 years ago
  32. ae6f6fd This test checks for duplicate implementation of the same by Fariborz Jahanian · 16 years ago
  33. 8daab97 (instance/class) Method type checking between class and its implementation. by Fariborz Jahanian · 16 years ago
  34. 72c3f31 Representation of template type parameters and non-type template by Douglas Gregor · 16 years ago
  35. 49184b2 Use VerifyIntegerConstantExpression instead of isIntegerConstantExpr. Fixes PR2963 by Anders Carlsson · 16 years ago
  36. d407a76 This wasn't such a good idea after all as it broke some tests. by Anders Carlsson · 16 years ago
  37. b3fee0f Handle __builtin___CFStringMakeConstantString in Expr::Evaluate. by Anders Carlsson · 16 years ago
  38. 9e09f5d Make Sema::CheckForConstantInitializer use Expr::Evaluate. This fixes PR3130. by Anders Carlsson · 16 years ago
  39. 562731e Add SymbolRef::print() and have SymbolicRegion::print() use this method instead of calling SymbolRef::getNumber(). by Ted Kremenek · 16 years ago
  40. 6d0e2d2 Use trait-based profiling of SymbolRefs, avoiding calling getNumber() (which will soon be removed). by Ted Kremenek · 16 years ago
  41. 2dabd43 Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the representation of symbolic values. by Ted Kremenek · 16 years ago
  42. ebed797 Rename: FindContext -> FindDeclVisibleInContext. by Zhongxing Xu · 16 years ago
  43. de73941 Patch for diagnosing type mismatch between by Fariborz Jahanian · 16 years ago
  44. f3d4162 Remove SymbolDataContentsOf (unused). by Ted Kremenek · 16 years ago
  45. 2ed14be StoreManager::Retrieve and StoreManager::RemoveDeadBindings now take a GRState* argument instead of a Store. This allows them to use the GDM for storing other data. by Ted Kremenek · 16 years ago
  46. 371f258 change getCurFunctionDecl to skip through Block contexts to find by Chris Lattner · 16 years ago
  47. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  48. 06de37b Output better diagnostics for continuation class by Fariborz Jahanian · 16 years ago
  49. 8fc4dfb replace useNeXTRuntimeAsDefault with a generic hook that allows targets by Chris Lattner · 16 years ago
  50. 0e50b6e Remove unneeded assertion. by Ted Kremenek · 16 years ago
  51. 7f66239 Code cleanup in new handling. by Sebastian Redl · 16 years ago
  52. 271b7af Use 'free' to release PerIDCache since it was allocated using calloc(). by Ted Kremenek · 16 years ago
  53. f5e8834 Fix bug in attribute(nonnull) processing where not all of the parameter indices in nonnull(...) were actually processed. by Ted Kremenek · 16 years ago
  54. 636a7c4 Fix some diagnostics and enhance test cases. Now tests member new and ambiguous overloads. by Sebastian Redl · 16 years ago
  55. c77a636 Several things... by Steve Naroff · 16 years ago
  56. 86ccea0 Mention an optimization opportunity pointed out by Chris. by Daniel Dunbar · 16 years ago
  57. c48ea6e Revamp RegionStoreManager::RemoveDeadBindings. This method now does a complete mark-and-sweep of the store, removing dead regions and recording the set of live and dead symbols appropriately. by Ted Kremenek · 16 years ago
  58. de63bdc Update comment. by Ted Kremenek · 16 years ago
  59. 0b242ec Add comments. by Zhongxing Xu · 16 years ago
  60. 3a5013c Correct CodeGen assumption that LongTy == Int32Ty in a few places. This makes several CodeGenObjC tests pass on 64-bit by fixing assertions. This doesn't mean that the result is actually what the GNU runtime expects, though. by Sebastian Redl · 16 years ago
  61. 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
  62. b5a57a6 Overload resolution for the operator new function. Member version is still untested. by Sebastian Redl · 16 years ago
  63. d7ff487 BasicConstraintManager: by Ted Kremenek · 16 years ago
  64. 73abd13 BasicConstraintManager: by Ted Kremenek · 16 years ago
  65. cb35472 Fix typo in index operator overloading. by Sebastian Redl · 16 years ago
  66. 98883e1 If a global var decl has an initializer, make sure to always set its linkage to external. by Anders Carlsson · 16 years ago
  67. 6183e48 PTH: by Ted Kremenek · 16 years ago
  68. 0c6a77b - Remove PTHManager.cpp. Move all of its functions to PTHLexer.cpp since some of the internal methods are used by PTHLexer (their implementations are intertwined.) This enables some important inlining opportunities at -O3. by Ted Kremenek · 16 years ago
  69. 6fec648 Correct pretty printing of array new expressions. by Sebastian Redl · 16 years ago
  70. 6137dc9 Preprocessor: by Ted Kremenek · 16 years ago
  71. be1ee79 Added PTHManager, a utility class that will be used by Preprocessor to lazily create PTHLexer objects for pre-tokenized files. by Ted Kremenek · 16 years ago
  72. f3cd3fd More type-checking of setter/getter methods. This is still work in prgress. by Fariborz Jahanian · 16 years ago
  73. bcf293b Add better comments to ::new parsing. Thanks to Doug for the review. by Sebastian Redl · 16 years ago
  74. 5003861 Make RegionStoreManager::InitializeArray safe against array sizes that don't have pointer width. by Sebastian Redl · 16 years ago
  75. fb4ccd7 Make the parser handle ::new and ::delete correctly. by Sebastian Redl · 16 years ago
  76. 09af4d9 Update cmake build; patch by Csaba Hruska. by Eli Friedman · 16 years ago
  77. 8de8d1d Fix for PR3150: obvious copy-paste bug in ScalarExprEmitter::VisitBinLOr. by Eli Friedman · 16 years ago
  78. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  79. 04f9d46 Add FIXME. by Ted Kremenek · 16 years ago
  80. a385b3c Disabling this code due to regression on test/CodeGen/bitfield.c. See PR3152. by Eli Friedman · 16 years ago
  81. 26236e8 A little more scaffolding for parsing templates: by Douglas Gregor · 16 years ago
  82. b85cce6 This patch corrects problem in searching for a setter/getter method for by Fariborz Jahanian · 16 years ago
  83. adcac88 Basic support for parsing templates, from Andrew Sutton by Douglas Gregor · 16 years ago
  84. cb43d99 Improve error recovery when parsing a function definition fails by Douglas Gregor · 16 years ago
  85. e89b028 Initialize storage class even if we got an erroneous mutable by Douglas Gregor · 16 years ago
  86. bec1c9d Objective-C keywords are not always identifiers. Some are also C++ keywords by Douglas Gregor · 16 years ago
  87. d40910b -Add several ObjC types to Decl::getDeclKindName(), a useful debug hook. by Steve Naroff · 16 years ago
  88. 19ac6ff Use EmitInt, not Emit, to emit unsigned values by Douglas Gregor · 16 years ago
  89. c157145 Add LangOptions marker for assembler-with-cpp mode and use to define by Daniel Dunbar · 16 years ago
  90. a474561 Parse the exception-specification throw(...), a Microsoft extension by Douglas Gregor · 16 years ago
  91. 28d6cba Define NULL to __null in C++, so that it's guaranteed to have the same size as a pointer by Douglas Gregor · 16 years ago
  92. 4fdfb09 Generate the correct results for the comma expression. Fixes PR3123. by Anders Carlsson · 16 years ago
  93. d265277 Revert change that made isNullPointerConstant start emitting warnings. We don't want that :) by Anders Carlsson · 16 years ago
  94. 64712f1 Change more code over to using the new Expr::Evaluate by Anders Carlsson · 16 years ago
  95. 4b3f9c0 Change more code over to using the new Expr::Evaluate by Anders Carlsson · 16 years ago
  96. f35d35a Use the new Expr::Evaluate by Anders Carlsson · 16 years ago
  97. 07b5cc0 Remove dead code. by Anders Carlsson · 16 years ago
  98. 4000ea6 Add Sema::isNullPointerConstant which extwarns if necessary. Use it in Sema::CheckConditionalOperands. by Anders Carlsson · 16 years ago
  99. efa9b38 Add a new variant of isNullConstantExpr that returns an EvalResult. by Anders Carlsson · 16 years ago
  100. d3a61d5 Use VerifyIntegerConstantExpression for case values. by Anders Carlsson · 16 years ago