1. 96f560b Change the implementation of symbol_iterator to not use a union and rely on any details of SymbolRef's implementation. by Ted Kremenek · 16 years ago
  2. 562731e Add SymbolRef::print() and have SymbolicRegion::print() use this method instead of calling SymbolRef::getNumber(). by Ted Kremenek · 16 years ago
  3. 6d0e2d2 Use trait-based profiling of SymbolRefs, avoiding calling getNumber() (which will soon be removed). by Ted Kremenek · 16 years ago
  4. 9ceffa9 Remove (unused) RegionExtent and subclasses. Extents are now represented easily using SVals. by Ted Kremenek · 16 years ago
  5. 2dabd43 Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the representation of symbolic values. by Ted Kremenek · 16 years ago
  6. ebed797 Rename: FindContext -> FindDeclVisibleInContext. by Zhongxing Xu · 16 years ago
  7. de73941 Patch for diagnosing type mismatch between by Fariborz Jahanian · 16 years ago
  8. f3d4162 Remove SymbolDataContentsOf (unused). by Ted Kremenek · 16 years ago
  9. 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
  10. 802db9b -std=c99 defaults blocks to off even on darwin, but -fblocks overrides even it. by Chris Lattner · 16 years ago
  11. 4c3580e Finish up support for <rdar://problem/6213955> clang ObjC rewriter: rewriter doesn't appear to support @property and @synthesize. by Steve Naroff · 16 years ago
  12. 371f258 change getCurFunctionDecl to skip through Block contexts to find by Chris Lattner · 16 years ago
  13. ae0ee03 instead of forcing blocks on by default, make them default to off, but let by Chris Lattner · 16 years ago
  14. 06de37b Output better diagnostics for continuation class by Fariborz Jahanian · 16 years ago
  15. 8fc4dfb replace useNeXTRuntimeAsDefault with a generic hook that allows targets by Chris Lattner · 16 years ago
  16. 0e50b6e Remove unneeded assertion. by Ted Kremenek · 16 years ago
  17. 8dffd9b Remove unneeded assertion. We already know that FE->getName() is an absolute path. by Ted Kremenek · 16 years ago
  18. 7f66239 Code cleanup in new handling. by Sebastian Redl · 16 years ago
  19. 271b7af Use 'free' to release PerIDCache since it was allocated using calloc(). by Ted Kremenek · 16 years ago
  20. a317e90 Add 'expected-warning' to make test case pass. by Ted Kremenek · 16 years ago
  21. 1e10011 Add another static analyzer test case involving attribute(nonnull). by Ted Kremenek · 16 years ago
  22. 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
  23. 3fa1fff Fix build breakage from my previous commit. by Steve Naroff · 16 years ago
  24. a96ac06 Add another test case for attribute(nonnull) checking. by Ted Kremenek · 16 years ago
  25. 636a7c4 Fix some diagnostics and enhance test cases. Now tests member new and ambiguous overloads. by Sebastian Redl · 16 years ago
  26. c77a636 Several things... by Steve Naroff · 16 years ago
  27. 86ccea0 Mention an optimization opportunity pointed out by Chris. by Daniel Dunbar · 16 years ago
  28. 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
  29. 4226846 Revise bogus comment I just committed. by Ted Kremenek · 16 years ago
  30. f117fac Add comment to test case for documentation. by Ted Kremenek · 16 years ago
  31. de63bdc Update comment. by Ted Kremenek · 16 years ago
  32. 0b242ec Add comments. by Zhongxing Xu · 16 years ago
  33. 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
  34. 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
  35. 39b630f Added GDM query functions "contains" for the data types that support the "Contains" method. by Ted Kremenek · 16 years ago
  36. 32d600c Added partial specialization of GRStatePartialTrait<T> with T = ImmutableSet<...>. by Ted Kremenek · 16 years ago
  37. b5a57a6 Overload resolution for the operator new function. Member version is still untested. by Sebastian Redl · 16 years ago
  38. cd25c13 Properly "include" abs_path. by Ted Kremenek · 16 years ago
  39. 990c2f4 Use abs_path to resolve symbolic links and '..' in report table. by Ted Kremenek · 16 years ago
  40. d489d9c Don't have special treatment from pruning the common suffices of files in /Developer, /usr, etc. by Ted Kremenek · 16 years ago
  41. d7ff487 BasicConstraintManager: by Ted Kremenek · 16 years ago
  42. 73abd13 BasicConstraintManager: by Ted Kremenek · 16 years ago
  43. cb35472 Fix typo in index operator overloading. by Sebastian Redl · 16 years ago
  44. 98883e1 If a global var decl has an initializer, make sure to always set its linkage to external. by Anders Carlsson · 16 years ago
  45. 6183e48 PTH: by Ted Kremenek · 16 years ago
  46. 15f081d More support for rewriting property getter/setters. by Steve Naroff · 16 years ago
  47. 149f38f Update Xcode project. by Ted Kremenek · 16 years ago
  48. 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
  49. 6fec648 Correct pretty printing of array new expressions. by Sebastian Redl · 16 years ago
  50. 09852a8 Update Xcode project. by Ted Kremenek · 16 years ago
  51. c2e7299 Add "-token-cache" option for using pretokenized cache files. by Ted Kremenek · 16 years ago
  52. 6137dc9 Preprocessor: by Ted Kremenek · 16 years ago
  53. 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
  54. fc7e2ea PTH emission: by Ted Kremenek · 16 years ago
  55. f3cd3fd More type-checking of setter/getter methods. This is still work in prgress. by Fariborz Jahanian · 16 years ago
  56. a44c278 llvm-ld doesnt support '-g', so aovid passing that opt to it by Nuno Lopes · 16 years ago
  57. 3539cdb Add a couple FIXME's. by Steve Naroff · 16 years ago
  58. a0876e8 Make sure synthesized properties get inserted into the classes/categories meta data. by Steve Naroff · 16 years ago
  59. 5eb1969 Parsing new and delete is now complete. by Sebastian Redl · 16 years ago
  60. bcf293b Add better comments to ::new parsing. Thanks to Doug for the review. by Sebastian Redl · 16 years ago
  61. 5003861 Make RegionStoreManager::InitializeArray safe against array sizes that don't have pointer width. by Sebastian Redl · 16 years ago
  62. fb4ccd7 Make the parser handle ::new and ::delete correctly. by Sebastian Redl · 16 years ago
  63. 3425c99 int-arith-convert.c makes assumptions about integer sizes, so force a specific architecture by Sebastian Redl · 16 years ago
  64. 09af4d9 Update cmake build; patch by Csaba Hruska. by Eli Friedman · 16 years ago
  65. dd2fdf1 Simplify previous commit. by Steve Naroff · 16 years ago
  66. 8de8d1d Fix for PR3150: obvious copy-paste bug in ScalarExprEmitter::VisitBinLOr. by Eli Friedman · 16 years ago
  67. eb0646c More work to rewrite synthesize properties (<rdar://problem/6213955>) by Steve Naroff · 16 years ago
  68. cee63fb Handle new by passing the Declaration to the Action, not a processed type. by Sebastian Redl · 16 years ago
  69. 04f9d46 Add FIXME. by Ted Kremenek · 16 years ago
  70. a385b3c Disabling this code due to regression on test/CodeGen/bitfield.c. See PR3152. by Eli Friedman · 16 years ago
  71. 26236e8 A little more scaffolding for parsing templates: by Douglas Gregor · 16 years ago
  72. b85cce6 This patch corrects problem in searching for a setter/getter method for by Fariborz Jahanian · 16 years ago
  73. adcac88 Basic support for parsing templates, from Andrew Sutton by Douglas Gregor · 16 years ago
  74. cb43d99 Improve error recovery when parsing a function definition fails by Douglas Gregor · 16 years ago
  75. e89b028 Initialize storage class even if we got an erroneous mutable by Douglas Gregor · 16 years ago
  76. bec1c9d Objective-C keywords are not always identifiers. Some are also C++ keywords by Douglas Gregor · 16 years ago
  77. ec0bf05 Fix RUN line by Douglas Gregor · 16 years ago
  78. d40910b -Add several ObjC types to Decl::getDeclKindName(), a useful debug hook. by Steve Naroff · 16 years ago
  79. b65f242 Test blocks in C++ mode by Douglas Gregor · 16 years ago
  80. 19ac6ff Use EmitInt, not Emit, to emit unsigned values by Douglas Gregor · 16 years ago
  81. 5bea06a Add test case for __ASSEMBLER__ definition. by Daniel Dunbar · 16 years ago
  82. c157145 Add LangOptions marker for assembler-with-cpp mode and use to define by Daniel Dunbar · 16 years ago
  83. 5fd5468 Enable blocks in C++ by Douglas Gregor · 16 years ago
  84. 473e70d Make sure __null test runs in both 32- and 64-bit. Thanks Anders by Douglas Gregor · 16 years ago
  85. a474561 Parse the exception-specification throw(...), a Microsoft extension by Douglas Gregor · 16 years ago
  86. ac72d40 Add the test for __null by Douglas Gregor · 16 years ago
  87. 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
  88. 4fdfb09 Generate the correct results for the comma expression. Fixes PR3123. by Anders Carlsson · 16 years ago
  89. d265277 Revert change that made isNullPointerConstant start emitting warnings. We don't want that :) by Anders Carlsson · 16 years ago
  90. 4cfc6fe Fix test. (0 && (a(),1)) is a valid I-C-E according to C99. by Anders Carlsson · 16 years ago
  91. 64712f1 Change more code over to using the new Expr::Evaluate by Anders Carlsson · 16 years ago
  92. 4b3f9c0 Change more code over to using the new Expr::Evaluate by Anders Carlsson · 16 years ago
  93. f35d35a Use the new Expr::Evaluate by Anders Carlsson · 16 years ago
  94. 07b5cc0 Remove dead code. by Anders Carlsson · 16 years ago
  95. 4000ea6 Add Sema::isNullPointerConstant which extwarns if necessary. Use it in Sema::CheckConditionalOperands. by Anders Carlsson · 16 years ago
  96. efa9b38 Add a new variant of isNullConstantExpr that returns an EvalResult. by Anders Carlsson · 16 years ago
  97. d3a61d5 Use VerifyIntegerConstantExpression for case values. by Anders Carlsson · 16 years ago
  98. 027f62e Emit the correct diagnostic when a comma is in an ICE. by Anders Carlsson · 16 years ago
  99. e21555e Add Sema::VerifyIntegerConstantExpression by Anders Carlsson · 16 years ago
  100. 0e8acbb Change the diagnostics that the evaluator reports to be of type NOTE. by Anders Carlsson · 16 years ago