1. 64e4234 update xcode proj by Chris Lattner · 16 years ago
  2. ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 16 years ago
  3. 3aa7ecd For now, do not track NSWindow objects and it's subclasses. by Ted Kremenek · 16 years ago
  4. bbf842b Driver: Implement Option::accept methods. by Daniel Dunbar · 16 years ago
  5. 5cc8c63 Driver: Fix off by one in ParseOneArg; this code is ugly but will be by Daniel Dunbar · 16 years ago
  6. f781c41 Driver: Add Arg::dump and SeparateArg stubs. by Daniel Dunbar · 16 years ago
  7. e61b988 Removed an unfortunate cut and paste left-over. by Fariborz Jahanian · 16 years ago
  8. d104a09 Add prototype support for invalidating fields for structures passed-by-reference by Ted Kremenek · 16 years ago
  9. 1b9b883 MemRegion: by Ted Kremenek · 16 years ago
  10. a880b66 Add an optional "tag" to conjured symbols that allows us to distinguish between by Ted Kremenek · 16 years ago
  11. 58a8514 Fixup __block codegen in nested block literals. by Mike Stump · 16 years ago
  12. 70a0dbb Driver: Add OptTable::ParseOneArg. by Daniel Dunbar · 16 years ago
  13. 9358dc8 Driver: Add ArgList::{append, getArgString} by Daniel Dunbar · 16 years ago
  14. fb36cae Driver: Stub out Arg implementations. by Daniel Dunbar · 16 years ago
  15. a6e3ac5 Implemented access check for ivars accessed inside by Fariborz Jahanian · 16 years ago
  16. 30b055f Driver: Option's need to know their ID. by Daniel Dunbar · 16 years ago
  17. 09e94a3 Start making use of "pretty stack dumps" to get by Chris Lattner · 16 years ago
  18. f63aea3 minor cleanups by Chris Lattner · 16 years ago
  19. 3e894bc Driver: Pull intrusive list out of Arg; this isn't going to suffice. I by Daniel Dunbar · 16 years ago
  20. eec991a Driver: Return reference for Arg::getOption(). by Daniel Dunbar · 16 years ago
  21. 02ca6ea Add a little utility for interposing between a command line program by Daniel Dunbar · 16 years ago
  22. 0f9098e Driver: Add Option flags. by Daniel Dunbar · 16 years ago
  23. 3c9cc6b Driver: Tweak Option::accept interface. by Daniel Dunbar · 16 years ago
  24. 4b1c875 The basic representation of diagnostics information in tablegen format, plus (uncommented and incomplete) test conversions of the existing def files to this format. by Sebastian Redl · 16 years ago
  25. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 16 years ago
  26. 3a084b6 Fix typo in diagnostic. by Sebastian Redl · 16 years ago
  27. 3639b4d ccc: Fix passing of -nozero-initialized-in-bss. - PR3722. by Daniel Dunbar · 16 years ago
  28. ad75ab4 Move more blocks CodeGenFunction code up and out. by Mike Stump · 16 years ago
  29. 3947de5 Move some of the CodeGenFunction blocks code up and out. No by Mike Stump · 16 years ago
  30. 90a9043 Move more of the blocks code up and out. by Mike Stump · 16 years ago
  31. b06d875 Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error: instance variable 'someField' is private. by Steve Naroff · 16 years ago
  32. 26140c6 fixes suggested by Sebastian! by Chris Lattner · 16 years ago
  33. 7794bb8 by Devang Patel · 16 years ago
  34. 2a99814 Move more of blocks codegen out of CodeGenModule and into the by Mike Stump · 16 years ago
  35. 175ba1e Some refactoring of recent code. No functionality change. by Fariborz Jahanian · 16 years ago
  36. b1006c7 Fix a corner case of message lookup looking for class methods. by Fariborz Jahanian · 16 years ago
  37. 3f75c43 Support "asm" renaming of external symbols. - PR3698. by Daniel Dunbar · 16 years ago
  38. 6ac1e22 Driver: Add ArgList implementation. by Daniel Dunbar · 16 years ago
  39. a4cb9d3 GRExprEngine::VisitCast: Just pass through function and block pointers. by Ted Kremenek · 16 years ago
  40. d883d84 Start the migration of more of the blocks code out of sight for most by Mike Stump · 16 years ago
  41. 96bd13a Start the migration of more of the blocks code out of sight for most by Mike Stump · 16 years ago
  42. 6b9dfd4 Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's. by Steve Naroff · 16 years ago
  43. 58919e1 Add __block codegen testcase. We introduce a temporary flag to enable by Mike Stump · 16 years ago
  44. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 16 years ago
  45. 7f0f5dc Check that the return type for function definitions is complete. by Eli Friedman · 16 years ago
  46. 32fca72 make the token lexer allocate its temporary token buffers for by Chris Lattner · 16 years ago
  47. 0b2b6e1 Switch attributes to be allocated from the declcontext bump pointer just like by Chris Lattner · 16 years ago
  48. 63d1d60 Adjust indentation. by Zhongxing Xu · 16 years ago
  49. cc58147 add an a Attr::Destroy method and force clients to go through it. As part of by Chris Lattner · 16 years ago
  50. cdf0029 Make this test a bit more specific about the target so that it passes on Linux. by Eli Friedman · 16 years ago
  51. 7976932 Minor cleanup for choose expressions: add a helper that returns the by Eli Friedman · 16 years ago
  52. 5f7d228 allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc. by Chris Lattner · 16 years ago
  53. b25df35 simplify Sema::AddInstanceMethodToGlobalPool, no functionality change. by Chris Lattner · 16 years ago
  54. 5512f28 add a special case for codegen that improves the case where we have by Chris Lattner · 16 years ago
  55. 91ee014 fix infinite recursion by Chris Lattner · 16 years ago
  56. 3fb94a4 make CaseStmt::getSourceRange() iterative for deeply by Chris Lattner · 16 years ago
  57. a3460ac Continuation of PR3687: fix more places to use the right type for booleans. by Eli Friedman · 16 years ago
  58. 24e1e70 Change Parser::ParseCaseStatement to use an iterative approach to parsing by Chris Lattner · 16 years ago
  59. 074dda6 Comment fix: change a question to an answer. by Eli Friedman · 16 years ago
  60. 2561542 Attempt to fix PR3709: when converting from an integer to a pointer, by Eli Friedman · 16 years ago
  61. dab514f Improved ABI compliance for __block variables. No testcases yet as we by Mike Stump · 16 years ago
  62. 41168ea Added the notion of a "boundable region", which is a region that can have a direct binding in the StoreManager. by Ted Kremenek · 16 years ago
  63. fe133d9 Add some more FIXME's about bits we could pack better. by Daniel Dunbar · 16 years ago
  64. 39d7650 Woot, save 8 bytes in Decl on 64-bit by reordering fields. This by Daniel Dunbar · 16 years ago
  65. 1f7de66 This test now passes using RegionStore. by Ted Kremenek · 16 years ago
  66. cec3525 RegionStore: Handle implicit parameters. by Ted Kremenek · 16 years ago
  67. dc40290 Create "TypedViewRegions" that layer on top of SymbolicRegions when handling by Ted Kremenek · 16 years ago
  68. 3f4d5ab Use GetSValAsScalarOrLoc instead of GetSVal to prevent unintended structure or array "loads". by Ted Kremenek · 16 years ago
  69. 1cb151e Add "GetSValAsScalarOrLoc" methods to GRState/GRStateRef that only perform a by Ted Kremenek · 16 years ago
  70. 02c4d2d RegionStore::RemoveDeadBindings needs to check all the symbols of the super region of a scanned region as well. by Ted Kremenek · 16 years ago
  71. 3d1c946 Add new performance numbers; no discussion yet. Obvious two by Daniel Dunbar · 16 years ago
  72. d198aba Change a warning to an error... by Steve Naroff · 16 years ago
  73. 268bc8c Implement an important missing warning when a selector by Fariborz Jahanian · 16 years ago
  74. f4c00ff Fix <rdar://problem/5982579> [clang on xcode] (using arch=x86_64): synthesized property 'sdkPath' must either be named the same as a compatible ivar or must explicitly name an ivar. by Steve Naroff · 16 years ago
  75. 94c9698 Rework use of loc::SymbolVal in the retain/release checker to use the new method by Ted Kremenek · 16 years ago
  76. 9d40ee5 Fix <rdar://problem/6252237> [sema] qualified id should be disallowed in @catch statements. by Steve Naroff · 16 years ago
  77. f50cb36 Fix <rdar://problem/6632061> [sema] non object types should not be allowed in @catch statements. by Steve Naroff · 16 years ago
  78. 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 16 years ago
  79. 7ba138a Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel, please verify). by Steve Naroff · 16 years ago
  80. 14453bf Don't use std::auto_ptr with getSubRegionMap(). by Ted Kremenek · 16 years ago
  81. 3e9061f Fix case where we should use dyn_cast instead of cast. by Ted Kremenek · 16 years ago
  82. ed1d29d Fixed an ir-gen bug in syntheszing a getter function by Fariborz Jahanian · 16 years ago
  83. 6076e0a Fix extra ';' bug noticed by Mike Stump. by Ted Kremenek · 16 years ago
  84. d35e631 Hush gcc. by Daniel Dunbar · 16 years ago
  85. 069880e Return 0 if the ConstExprEmitter can't handle an expression. by Anders Carlsson · 16 years ago
  86. 184671b Remove old/incorrect warnings. by Steve Naroff · 16 years ago
  87. 15edf0d Fix <rdar://problem/6497242> Inherited overridden protocol declared objects don't work. by Steve Naroff · 16 years ago
  88. ca33129 Fix <rdar://problem/6497608> clang does not catch ivar type mismatches in @implementation. by Steve Naroff · 16 years ago
  89. 0258eee Driver: Sketch Arg & ArgList classes. by Daniel Dunbar · 16 years ago
  90. 7339749 PR3691: Add support for complex modes. I also tossed in support for XF by Eli Friedman · 16 years ago
  91. 1eb4e64 Sketch Driver Option classes. by Daniel Dunbar · 16 years ago
  92. 2f3d01e Set svn:ignore on Output dir by Daniel Dunbar · 16 years ago
  93. 57a84fb Fix for PR3687: use the memory representation for booleans when a by Eli Friedman · 16 years ago
  94. 2943aed Implement the basics of implicit instantiation of class templates, in by Douglas Gregor · 16 years ago
  95. 3c59823 Tighten message bubble height. by Ted Kremenek · 16 years ago
  96. 5dc2746 Implement FIXME: GRStateManager::scanReachableSymbols now supports scanning MemRegions. by Ted Kremenek · 16 years ago
  97. ba1bc05 Update checker build. by Ted Kremenek · 16 years ago
  98. 59e8f11 Add StoreManager::getSubRegionMap(). This method returns an opaque mapping for clients of StoreManagers from MemRegions to their subregions. by Ted Kremenek · 16 years ago
  99. 935fd76 Check of ivar access access control. by Fariborz Jahanian · 16 years ago
  100. c97fb9a Fix <rdar://problem/6635908> crash on invalid by Steve Naroff · 16 years ago