1. b67db99 Update checker build. by Ted Kremenek · 15 years ago
  2. ede8de9 Cleanup EH a bit given changes to ObjCCatchStmt. - No functionality change. by Daniel Dunbar · 15 years ago
  3. e6ee6ba add source range for type of super cast, giving something like: by Chris Lattner · 15 years ago
  4. 6f8ce14 more minor simplifications. by Chris Lattner · 15 years ago
  5. 8b963ef refactor C++ bitfield checking a bit (haha) by Chris Lattner · 15 years ago
  6. fe34557 Don't mangle names of local variables. by Daniel Dunbar · 15 years ago
  7. 5c42f9b Fix another GRExprEngine::VisitCast regression: handle casts of void* to function pointers. by Ted Kremenek · 15 years ago
  8. 2479366 fix PR3607 and a fixme, by checking bitfield constraints more consistently. by Chris Lattner · 15 years ago
  9. d61a50a More function stop for objc2's ivar layout bit map. by Fariborz Jahanian · 15 years ago
  10. bf0a4dd Minor tweak: Recognize 'CGCF' prefix in addition to 'CF' and 'CG'. by Ted Kremenek · 15 years ago
  11. c530291 Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function pointers with TypedViewRegions. by Ted Kremenek · 15 years ago
  12. dd53eb5 Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't supported. by Steve Naroff · 15 years ago
  13. 88e469c Moved CollectObjCIvars to more commonly available place for future use. by Fariborz Jahanian · 15 years ago
  14. d80d81b Adds a template for a function for objc2's gc's ivar layout bitmap. by Fariborz Jahanian · 15 years ago
  15. 9f45d28 Update test case: objects stored to self.ivar are not tracked. by Ted Kremenek · 15 years ago
  16. f684d56 Retrofit some basic tracking of ivars (for the current object) into BasicStore. by Ted Kremenek · 15 years ago
  17. 39fc715 Minor code compaction. No functionality change. by Ted Kremenek · 15 years ago
  18. 2c8e788 Rename VarBindings -> Bindings. by Ted Kremenek · 15 years ago
  19. be91224 BasicStore: by Ted Kremenek · 15 years ago
  20. 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 · 15 years ago
  21. 61d6852 Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol declarations. by Steve Naroff · 15 years ago
  22. 00470a1 prep work for copy/destroy helpers for block literals. by Mike Stump · 15 years ago
  23. 7d22bf0 if we die in IR generation of a compound statement, include by Chris Lattner · 15 years ago
  24. 49f28ca rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. by Chris Lattner · 15 years ago
  25. 3f21f6c Update checker build. by Ted Kremenek · 15 years ago
  26. c3b401d remove unneeded forward decl. by Chris Lattner · 15 years ago
  27. 6b91f00 if we crash while parsing a block literal, include it. by Chris Lattner · 15 years ago
  28. ddcbc0a fix eof check by Chris Lattner · 15 years ago
  29. 0102c30 When the parser is live, print out the location and spelling of its current token. by Chris Lattner · 15 years ago
  30. 741e73e finish comment. by Chris Lattner · 15 years ago
  31. 0648262 Driver: Basic argument parsing. by Daniel Dunbar · 15 years ago
  32. f27893a Test case: When using RegionStore with the retain/release checker, stop tracking objects assigned to self's ivar. by Ted Kremenek · 15 years ago
  33. aad45e0 Add test case for RegionStore's tracking of the ivars of 'self'. by Ted Kremenek · 15 years ago
  34. 3de2d3c Add initial support for tracking ivars, with special handling for ivars of 'self'. by Ted Kremenek · 15 years ago
  35. 2136b2e Make IRGen compatible with declaring a function with incomplete by Eli Friedman · 15 years ago
  36. ac78d6b Add 'cast<>' to remove an extra function call and dynamic cast. by Ted Kremenek · 15 years ago
  37. e121da4 More fixes in cast logic. by Ted Kremenek · 15 years ago
  38. b3b6b9b Initial implementation of CodeGen for incomplete function types; fixes by Eli Friedman · 15 years ago
  39. efcfcc0 GRExprEngine: Polish up handling of casting integer constants to pointers and back. by Ted Kremenek · 15 years ago
  40. d9e0fae Avoid dispose calls when only doing gc. by Mike Stump · 15 years ago
  41. 16aac32 Fix regression in transparent translation of nonloc::ConcreteInto to loc::ConcreteInt. by Ted Kremenek · 15 years ago
  42. 27b7f10 Include struct context info for parser/sema crashes. This gives us: by Chris Lattner · 15 years ago
  43. 2254a9f Include namespace contexts in the virtual stack trace, so we get stuff by Chris Lattner · 15 years ago
  44. 73e80f6 include objc method decl contexts in stack trace of crash, e.g.: by Chris Lattner · 15 years ago
  45. 4db4c9c Set isMain bit for MainFile. by Devang Patel · 15 years ago
  46. 21ff9c9 When parsing a function body, add it to the crash stack, giving us something by Chris Lattner · 15 years ago
  47. 797b632 Add codegen support for __block variables to call _Block_object_dispose as necessary. by Mike Stump · 15 years ago
  48. 7833ed2 fix some 80 col violations. by Chris Lattner · 15 years ago
  49. 40e9bc8 Simplify the interface to ParseFunctionStatementBody to not take by Chris Lattner · 15 years ago
  50. 8521576 Use LLVM type header rather than using stdint.h directly. by Eli Friedman · 15 years ago
  51. 452c31e Fix message title by Ted Kremenek · 15 years ago
  52. 64e4234 update xcode proj by Chris Lattner · 15 years ago
  53. ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 15 years ago
  54. 3aa7ecd For now, do not track NSWindow objects and it's subclasses. by Ted Kremenek · 15 years ago
  55. bbf842b Driver: Implement Option::accept methods. by Daniel Dunbar · 15 years ago
  56. 5cc8c63 Driver: Fix off by one in ParseOneArg; this code is ugly but will be by Daniel Dunbar · 15 years ago
  57. f781c41 Driver: Add Arg::dump and SeparateArg stubs. by Daniel Dunbar · 15 years ago
  58. e61b988 Removed an unfortunate cut and paste left-over. by Fariborz Jahanian · 15 years ago
  59. d104a09 Add prototype support for invalidating fields for structures passed-by-reference by Ted Kremenek · 15 years ago
  60. 1b9b883 MemRegion: by Ted Kremenek · 15 years ago
  61. a880b66 Add an optional "tag" to conjured symbols that allows us to distinguish between by Ted Kremenek · 15 years ago
  62. 58a8514 Fixup __block codegen in nested block literals. by Mike Stump · 15 years ago
  63. 70a0dbb Driver: Add OptTable::ParseOneArg. by Daniel Dunbar · 15 years ago
  64. 9358dc8 Driver: Add ArgList::{append, getArgString} by Daniel Dunbar · 15 years ago
  65. fb36cae Driver: Stub out Arg implementations. by Daniel Dunbar · 15 years ago
  66. a6e3ac5 Implemented access check for ivars accessed inside by Fariborz Jahanian · 15 years ago
  67. 30b055f Driver: Option's need to know their ID. by Daniel Dunbar · 15 years ago
  68. 09e94a3 Start making use of "pretty stack dumps" to get by Chris Lattner · 15 years ago
  69. f63aea3 minor cleanups by Chris Lattner · 15 years ago
  70. 3e894bc Driver: Pull intrusive list out of Arg; this isn't going to suffice. I by Daniel Dunbar · 15 years ago
  71. eec991a Driver: Return reference for Arg::getOption(). by Daniel Dunbar · 15 years ago
  72. 02ca6ea Add a little utility for interposing between a command line program by Daniel Dunbar · 15 years ago
  73. 0f9098e Driver: Add Option flags. by Daniel Dunbar · 15 years ago
  74. 3c9cc6b Driver: Tweak Option::accept interface. by Daniel Dunbar · 15 years ago
  75. 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 · 15 years ago
  76. 1b3bb6e Driver: Sink Driver/Compilation into clang::driver namespace. by Daniel Dunbar · 15 years ago
  77. 3a084b6 Fix typo in diagnostic. by Sebastian Redl · 15 years ago
  78. 3639b4d ccc: Fix passing of -nozero-initialized-in-bss. - PR3722. by Daniel Dunbar · 15 years ago
  79. ad75ab4 Move more blocks CodeGenFunction code up and out. by Mike Stump · 15 years ago
  80. 3947de5 Move some of the CodeGenFunction blocks code up and out. No by Mike Stump · 15 years ago
  81. 90a9043 Move more of the blocks code up and out. by Mike Stump · 15 years ago
  82. b06d875 Partial fix for <rdar://problem/6645157> [clang on Xcode; regression]: error: instance variable 'someField' is private. by Steve Naroff · 15 years ago
  83. 26140c6 fixes suggested by Sebastian! by Chris Lattner · 15 years ago
  84. 7794bb8 by Devang Patel · 15 years ago
  85. 2a99814 Move more of blocks codegen out of CodeGenModule and into the by Mike Stump · 15 years ago
  86. 175ba1e Some refactoring of recent code. No functionality change. by Fariborz Jahanian · 15 years ago
  87. b1006c7 Fix a corner case of message lookup looking for class methods. by Fariborz Jahanian · 15 years ago
  88. 3f75c43 Support "asm" renaming of external symbols. - PR3698. by Daniel Dunbar · 15 years ago
  89. 6ac1e22 Driver: Add ArgList implementation. by Daniel Dunbar · 15 years ago
  90. a4cb9d3 GRExprEngine::VisitCast: Just pass through function and block pointers. by Ted Kremenek · 15 years ago
  91. d883d84 Start the migration of more of the blocks code out of sight for most by Mike Stump · 15 years ago
  92. 96bd13a Start the migration of more of the blocks code out of sight for most by Mike Stump · 15 years ago
  93. 6b9dfd4 Finish up some fixes related to <rdar://problem/6497631> Message lookup is sometimes different than gcc's. by Steve Naroff · 15 years ago
  94. 58919e1 Add __block codegen testcase. We introduce a temporary flag to enable by Mike Stump · 15 years ago
  95. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 15 years ago
  96. 7f0f5dc Check that the return type for function definitions is complete. by Eli Friedman · 15 years ago
  97. 32fca72 make the token lexer allocate its temporary token buffers for by Chris Lattner · 15 years ago
  98. 0b2b6e1 Switch attributes to be allocated from the declcontext bump pointer just like by Chris Lattner · 15 years ago
  99. 63d1d60 Adjust indentation. by Zhongxing Xu · 15 years ago
  100. cc58147 add an a Attr::Destroy method and force clients to go through it. As part of by Chris Lattner · 15 years ago