1. a91b590 If someone could figure out this is necessary, that would be good. by Mike Stump · 16 years ago
  2. 8e5d9f1 Fix typo, need parens. by Mike Stump · 16 years ago
  3. 43af76e Some struct/class mismatch fixes, to silence MSVC warnings. by Sebastian Redl · 16 years ago
  4. 25a30d0 Don't discard increment/decrement on function pointers. It's kind of by Eli Friedman · 16 years ago
  5. 63822ba Remove last FIXME for block literal codegen that I know about and turn by Mike Stump · 16 years ago
  6. f4bc312 Remove some FIXMEs for block literals that should be close to working. by Mike Stump · 16 years ago
  7. 8339b35 Back out the patch in r66302, and re-fix it properly. We assume for by Eli Friedman · 16 years ago
  8. 1edf6b6 codegen support for dispose helpers for block literals. by Mike Stump · 16 years ago
  9. 0892099 Codegen support for copy helpers for block literals. by Mike Stump · 16 years ago
  10. d42ffbd Revert my last couple patches until I can get them to not make the tests fail. by Ted Kremenek · 16 years ago
  11. b9eb3af Teach Diagnostic about Selector. by Ted Kremenek · 16 years ago
  12. 150ec29 Selector: (changes made after discussing this more with Steve Naroff) by Ted Kremenek · 16 years ago
  13. 1fbfd5b Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and by Ted Kremenek · 16 years ago
  14. e4f3e06 Downgrade complaints about the use of variable-sized types within a by Douglas Gregor · 16 years ago
  15. f5ed396 Handle null IdentifierInfo* in Selector::getAsString(). by Ted Kremenek · 16 years ago
  16. e950d4b Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 by Douglas Gregor · 16 years ago
  17. a71c129 Use the 'declaration does not declare anything' error when we see an anonymous struct/union declaration outside of a struct or union in C by Douglas Gregor · 16 years ago
  18. a6e2779 Fixed a bug where generation of read-barriers caused crash in ir-gen. by Fariborz Jahanian · 16 years ago
  19. c837656 Implement GNU C semantics for K&R function definitions that follow a by Douglas Gregor · 16 years ago
  20. b681b8f (LLVM svn up) Generalize RuntimeFunctions to RuntimeGlobals and add by Daniel Dunbar · 16 years ago
  21. 4e06387 Start work on subclassing PathDiagnosticPiece to distinguish more between control-flow pieces, events, etc. by Ted Kremenek · 16 years ago
  22. 79cd116 Handle #pragma pack(0). I left this out of diagnostic because users should by Daniel Dunbar · 16 years ago
  23. 9fa14a5 Improve recovery from ill-formed scope specifiers. Fixes PR3670. by Douglas Gregor · 16 years ago
  24. cf62d39 Pass the type of the block literal around to make required temporal ordering of code clearer. by Mike Stump · 16 years ago
  25. 80711a2 Implement the GNU semantics for forward declarations of enum types in by Douglas Gregor · 16 years ago
  26. 100f402 x86_64 ABI: Handle long double in union when upper eightbyte results by Daniel Dunbar · 16 years ago
  27. 5e27314 IRgen support for weak_import. by Daniel Dunbar · 16 years ago
  28. 4850451 Fix regression: initialize 'size' for PathDiagnostic to 0. by Ted Kremenek · 16 years ago
  29. a127cca Like PathDiagnosticPieces, strip trailing periods at the end of PathDiagnostic descriptions by Ted Kremenek · 16 years ago
  30. 6e775db Add Parse/Sema support for weak_import attribute. by Daniel Dunbar · 16 years ago
  31. ee09422 Complete __Block_byref_id_object_copy cogegen for block literals. by Mike Stump · 16 years ago
  32. 1851b68 Finish off __Block_byref_id_object_dispose codegen for block literals. by Mike Stump · 16 years ago
  33. b627c8d #import is not considered an extension for ObjC. by Chris Lattner · 16 years ago
  34. 416d92e Remove extra arg. by Mike Stump · 16 years ago
  35. 45031c0 More codegen support for the copy/dispose helpers for block literals. by Mike Stump · 16 years ago
  36. a4f668f Framework for codegen for copy/dispose helpers. by Mike Stump · 16 years ago
  37. ede8de9 Cleanup EH a bit given changes to ObjCCatchStmt. - No functionality change. by Daniel Dunbar · 16 years ago
  38. e6ee6ba add source range for type of super cast, giving something like: by Chris Lattner · 16 years ago
  39. 6f8ce14 more minor simplifications. by Chris Lattner · 16 years ago
  40. 8b963ef refactor C++ bitfield checking a bit (haha) by Chris Lattner · 16 years ago
  41. fe34557 Don't mangle names of local variables. by Daniel Dunbar · 16 years ago
  42. 5c42f9b Fix another GRExprEngine::VisitCast regression: handle casts of void* to function pointers. by Ted Kremenek · 16 years ago
  43. 2479366 fix PR3607 and a fixme, by checking bitfield constraints more consistently. by Chris Lattner · 16 years ago
  44. d61a50a More function stop for objc2's ivar layout bit map. by Fariborz Jahanian · 16 years ago
  45. bf0a4dd Minor tweak: Recognize 'CGCF' prefix in addition to 'CF' and 'CG'. by Ted Kremenek · 16 years ago
  46. c530291 Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function pointers with TypedViewRegions. by Ted Kremenek · 16 years ago
  47. dd53eb5 Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't supported. by Steve Naroff · 16 years ago
  48. 88e469c Moved CollectObjCIvars to more commonly available place for future use. by Fariborz Jahanian · 16 years ago
  49. d80d81b Adds a template for a function for objc2's gc's ivar layout bitmap. by Fariborz Jahanian · 16 years ago
  50. f684d56 Retrofit some basic tracking of ivars (for the current object) into BasicStore. by Ted Kremenek · 16 years ago
  51. 39fc715 Minor code compaction. No functionality change. by Ted Kremenek · 16 years ago
  52. 2c8e788 Rename VarBindings -> Bindings. by Ted Kremenek · 16 years ago
  53. be91224 BasicStore: by Ted Kremenek · 16 years ago
  54. fbffca6 Tweak diag for <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
  55. 61d6852 Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol declarations. by Steve Naroff · 16 years ago
  56. 00470a1 prep work for copy/destroy helpers for block literals. by Mike Stump · 16 years ago
  57. 7d22bf0 if we die in IR generation of a compound statement, include by Chris Lattner · 16 years ago
  58. 49f28ca rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. by Chris Lattner · 16 years ago
  59. 6b91f00 if we crash while parsing a block literal, include it. by Chris Lattner · 16 years ago
  60. ddcbc0a fix eof check by Chris Lattner · 16 years ago
  61. 0102c30 When the parser is live, print out the location and spelling of its current token. by Chris Lattner · 16 years ago
  62. 0648262 Driver: Basic argument parsing. by Daniel Dunbar · 16 years ago
  63. 3de2d3c Add initial support for tracking ivars, with special handling for ivars of 'self'. by Ted Kremenek · 16 years ago
  64. 2136b2e Make IRGen compatible with declaring a function with incomplete by Eli Friedman · 16 years ago
  65. ac78d6b Add 'cast<>' to remove an extra function call and dynamic cast. by Ted Kremenek · 16 years ago
  66. e121da4 More fixes in cast logic. by Ted Kremenek · 16 years ago
  67. b3b6b9b Initial implementation of CodeGen for incomplete function types; fixes by Eli Friedman · 16 years ago
  68. efcfcc0 GRExprEngine: Polish up handling of casting integer constants to pointers and back. by Ted Kremenek · 16 years ago
  69. d9e0fae Avoid dispose calls when only doing gc. by Mike Stump · 16 years ago
  70. 16aac32 Fix regression in transparent translation of nonloc::ConcreteInto to loc::ConcreteInt. by Ted Kremenek · 16 years ago
  71. 27b7f10 Include struct context info for parser/sema crashes. This gives us: by Chris Lattner · 16 years ago
  72. 2254a9f Include namespace contexts in the virtual stack trace, so we get stuff by Chris Lattner · 16 years ago
  73. 73e80f6 include objc method decl contexts in stack trace of crash, e.g.: by Chris Lattner · 16 years ago
  74. 4db4c9c Set isMain bit for MainFile. by Devang Patel · 16 years ago
  75. 21ff9c9 When parsing a function body, add it to the crash stack, giving us something by Chris Lattner · 16 years ago
  76. 797b632 Add codegen support for __block variables to call _Block_object_dispose as necessary. by Mike Stump · 16 years ago
  77. 40e9bc8 Simplify the interface to ParseFunctionStatementBody to not take by Chris Lattner · 16 years ago
  78. 452c31e Fix message title by Ted Kremenek · 16 years ago
  79. ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 16 years ago
  80. 3aa7ecd For now, do not track NSWindow objects and it's subclasses. by Ted Kremenek · 16 years ago
  81. bbf842b Driver: Implement Option::accept methods. by Daniel Dunbar · 16 years ago
  82. 5cc8c63 Driver: Fix off by one in ParseOneArg; this code is ugly but will be by Daniel Dunbar · 16 years ago
  83. f781c41 Driver: Add Arg::dump and SeparateArg stubs. by Daniel Dunbar · 16 years ago
  84. e61b988 Removed an unfortunate cut and paste left-over. by Fariborz Jahanian · 16 years ago
  85. d104a09 Add prototype support for invalidating fields for structures passed-by-reference by Ted Kremenek · 16 years ago
  86. 1b9b883 MemRegion: by Ted Kremenek · 16 years ago
  87. a880b66 Add an optional "tag" to conjured symbols that allows us to distinguish between by Ted Kremenek · 16 years ago
  88. 58a8514 Fixup __block codegen in nested block literals. by Mike Stump · 16 years ago
  89. 70a0dbb Driver: Add OptTable::ParseOneArg. by Daniel Dunbar · 16 years ago
  90. 9358dc8 Driver: Add ArgList::{append, getArgString} by Daniel Dunbar · 16 years ago
  91. fb36cae Driver: Stub out Arg implementations. by Daniel Dunbar · 16 years ago
  92. a6e3ac5 Implemented access check for ivars accessed inside by Fariborz Jahanian · 16 years ago
  93. 30b055f Driver: Option's need to know their ID. by Daniel Dunbar · 16 years ago
  94. 0f9098e Driver: Add Option flags. by Daniel Dunbar · 16 years ago
  95. 3c9cc6b Driver: Tweak Option::accept interface. by Daniel Dunbar · 16 years ago
  96. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 16 years ago
  97. ad75ab4 Move more blocks CodeGenFunction code up and out. by Mike Stump · 16 years ago
  98. 3947de5 Move some of the CodeGenFunction blocks code up and out. No by Mike Stump · 16 years ago
  99. 90a9043 Move more of the blocks code up and out. by Mike Stump · 16 years ago
  100. b06d875 Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error: instance variable 'someField' is private. by Steve Naroff · 16 years ago