1. cd1148b generalize the "end of line" checking logic to stop at any \0 at the by Chris Lattner · 15 years ago
  2. 1fa4953 simplify some logic by making ScratchBuffer handle the application of trailing by Chris Lattner · 15 years ago
  3. 6b5e4f0 Update DeclNodes.def to reflect the move of ObjCCategoryImpl by Chris Lattner · 15 years ago
  4. ddca44e improve comments for MemberExpr. by Chris Lattner · 15 years ago
  5. 399bd1b refine the "use of unary operator that may be intended as compound assignment (+=)" by Chris Lattner · 15 years ago
  6. 8a9e420 add rdar# by Chris Lattner · 15 years ago
  7. b1d947b Make mangling work with anonymous tag types. Doug, please review by Anders Carlsson · 15 years ago
  8. 65f91bc fix test by Chris Lattner · 15 years ago
  9. a40c5e4 Mangle Objective-C interfaces correctly (where correctly refers to what gcc does) by Anders Carlsson · 15 years ago
  10. a210f35 Make constant emission for @encode use the common string emission code. by Eli Friedman · 15 years ago
  11. 11894a4 correct bitfield ivar offset in ivar meta-data. (objc abi specific). by Fariborz Jahanian · 15 years ago
  12. 2ace928 Fix warnings in build on clang-x86_64-freebsd buildbot. by Mike Stump · 15 years ago
  13. 863cffb Mangle param names with .arg. only. by Sanjiv Gupta · 15 years ago
  14. 286acbd Fixup our uses of various linkages to match how llvm now works. I think they are all by Mike Stump · 15 years ago
  15. a91b590 If someone could figure out this is necessary, that would be good. by Mike Stump · 15 years ago
  16. 2a7075d Fix to account for default support for blocks. Once we have enough by Mike Stump · 15 years ago
  17. 8e5d9f1 Fix typo, need parens. by Mike Stump · 15 years ago
  18. 43af76e Some struct/class mismatch fixes, to silence MSVC warnings. by Sebastian Redl · 15 years ago
  19. c5613db Improve error messages on bad warning options. by Sebastian Redl · 15 years ago
  20. 25a30d0 Don't discard increment/decrement on function pointers. It's kind of by Eli Friedman · 15 years ago
  21. 63822ba Remove last FIXME for block literal codegen that I know about and turn by Mike Stump · 15 years ago
  22. f4bc312 Remove some FIXMEs for block literals that should be close to working. by Mike Stump · 15 years ago
  23. 8339b35 Back out the patch in r66302, and re-fix it properly. We assume for by Eli Friedman · 15 years ago
  24. 1edf6b6 codegen support for dispose helpers for block literals. by Mike Stump · 15 years ago
  25. 0892099 Codegen support for copy helpers for block literals. by Mike Stump · 15 years ago
  26. d42ffbd Revert my last couple patches until I can get them to not make the tests fail. by Ted Kremenek · 15 years ago
  27. ccb9bac Cleanup/comment IdentifierInfo::get. - Shaves off a few instructions on x86_64. by Daniel Dunbar · 15 years ago
  28. b9eb3af Teach Diagnostic about Selector. by Ted Kremenek · 15 years ago
  29. 150ec29 Selector: (changes made after discussing this more with Steve Naroff) by Ted Kremenek · 15 years ago
  30. 1fbfd5b Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and by Ted Kremenek · 15 years ago
  31. 177f708 Tweak warning text from the last commit by Douglas Gregor · 15 years ago
  32. e4f3e06 Downgrade complaints about the use of variable-sized types within a by Douglas Gregor · 15 years ago
  33. f5ed396 Handle null IdentifierInfo* in Selector::getAsString(). by Ted Kremenek · 15 years ago
  34. 126c011 Remove false assertion. by Ted Kremenek · 15 years ago
  35. e950d4b Clean up some error messages with anonymous structs/unions and member declaration parsing. Fixes PR3680 by Douglas Gregor · 15 years ago
  36. 6d3dee9 Re-order contents of file. No functionality change. by Ted Kremenek · 15 years ago
  37. 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 · 15 years ago
  38. a6e2779 Fixed a bug where generation of read-barriers caused crash in ir-gen. by Fariborz Jahanian · 15 years ago
  39. c837656 Implement GNU C semantics for K&R function definitions that follow a by Douglas Gregor · 15 years ago
  40. 6fc0bdf Add my "clang compatible" test runner. Sorry for keeping this to myself... by Daniel Dunbar · 15 years ago
  41. b681b8f (LLVM svn up) Generalize RuntimeFunctions to RuntimeGlobals and add by Daniel Dunbar · 15 years ago
  42. 4e06387 Start work on subclassing PathDiagnosticPiece to distinguish more between control-flow pieces, events, etc. by Ted Kremenek · 15 years ago
  43. 9540717 Add null-check assertion in the constructor of Selector. by Ted Kremenek · 15 years ago
  44. 79cd116 Handle #pragma pack(0). I left this out of diagnostic because users should by Daniel Dunbar · 15 years ago
  45. 9fa14a5 Improve recovery from ill-formed scope specifiers. Fixes PR3670. by Douglas Gregor · 15 years ago
  46. cf62d39 Pass the type of the block literal around to make required temporal ordering of code clearer. by Mike Stump · 15 years ago
  47. 5ea766a Fix thinko. *cough* ofcourseItestedit *cough* by Daniel Dunbar · 15 years ago
  48. 80711a2 Implement the GNU semantics for forward declarations of enum types in by Douglas Gregor · 15 years ago
  49. 6370812 Tidy file removal cleanup & remove race condition on file existence. by Daniel Dunbar · 15 years ago
  50. 100f402 x86_64 ABI: Handle long double in union when upper eightbyte results by Daniel Dunbar · 15 years ago
  51. 63a9e0f Implement the machinery that can process TableGenerated warning options. by Sebastian Redl · 15 years ago
  52. a15a81c Use list instead of vector for storing strings. by Ted Kremenek · 15 years ago
  53. 5e27314 IRgen support for weak_import. by Daniel Dunbar · 15 years ago
  54. 4850451 Fix regression: initialize 'size' for PathDiagnostic to 0. by Ted Kremenek · 15 years ago
  55. a127cca Like PathDiagnosticPieces, strip trailing periods at the end of PathDiagnostic descriptions by Ted Kremenek · 15 years ago
  56. 14f234e capitalize for consistency, a crash in regalloc now looks like this: by Chris Lattner · 15 years ago
  57. 6e775db Add Parse/Sema support for weak_import attribute. by Daniel Dunbar · 15 years ago
  58. 80bd206 Testcase for last fix. by Mike Stump · 15 years ago
  59. ee09422 Complete __Block_byref_id_object_copy cogegen for block literals. by Mike Stump · 15 years ago
  60. 110e478 To the user, this is just a compiler of course, duh. by Chris Lattner · 15 years ago
  61. dc76310 clean up the OVERVIEW line in clang --help. by Chris Lattner · 15 years ago
  62. 1851b68 Finish off __Block_byref_id_object_dispose codegen for block literals. by Mike Stump · 15 years ago
  63. b627c8d #import is not considered an extension for ObjC. by Chris Lattner · 15 years ago
  64. 416d92e Remove extra arg. by Mike Stump · 15 years ago
  65. 45031c0 More codegen support for the copy/dispose helpers for block literals. by Mike Stump · 15 years ago
  66. a4f668f Framework for codegen for copy/dispose helpers. by Mike Stump · 15 years ago
  67. b67db99 Update checker build. by Ted Kremenek · 15 years ago
  68. ede8de9 Cleanup EH a bit given changes to ObjCCatchStmt. - No functionality change. by Daniel Dunbar · 15 years ago
  69. e6ee6ba add source range for type of super cast, giving something like: by Chris Lattner · 15 years ago
  70. 6f8ce14 more minor simplifications. by Chris Lattner · 15 years ago
  71. 8b963ef refactor C++ bitfield checking a bit (haha) by Chris Lattner · 15 years ago
  72. fe34557 Don't mangle names of local variables. by Daniel Dunbar · 15 years ago
  73. 5c42f9b Fix another GRExprEngine::VisitCast regression: handle casts of void* to function pointers. by Ted Kremenek · 15 years ago
  74. 2479366 fix PR3607 and a fixme, by checking bitfield constraints more consistently. by Chris Lattner · 15 years ago
  75. d61a50a More function stop for objc2's ivar layout bit map. by Fariborz Jahanian · 15 years ago
  76. bf0a4dd Minor tweak: Recognize 'CGCF' prefix in addition to 'CF' and 'CG'. by Ted Kremenek · 15 years ago
  77. c530291 Fix regression in GRExprEngine::VisitCast: Do not wrap symbolic function pointers with TypedViewRegions. by Ted Kremenek · 15 years ago
  78. dd53eb5 Partial fix <rdar://problem/6301205> [irgen] dot-syntax on super isn't supported. by Steve Naroff · 15 years ago
  79. 88e469c Moved CollectObjCIvars to more commonly available place for future use. by Fariborz Jahanian · 15 years ago
  80. d80d81b Adds a template for a function for objc2's gc's ivar layout bitmap. by Fariborz Jahanian · 15 years ago
  81. 9f45d28 Update test case: objects stored to self.ivar are not tracked. by Ted Kremenek · 15 years ago
  82. f684d56 Retrofit some basic tracking of ivars (for the current object) into BasicStore. by Ted Kremenek · 15 years ago
  83. 39fc715 Minor code compaction. No functionality change. by Ted Kremenek · 15 years ago
  84. 2c8e788 Rename VarBindings -> Bindings. by Ted Kremenek · 15 years ago
  85. be91224 BasicStore: by Ted Kremenek · 15 years ago
  86. 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
  87. 61d6852 Fix <rdar://problem/6144382> [sema] gcc inconsistency w.r.t. forward protocol declarations. by Steve Naroff · 15 years ago
  88. 00470a1 prep work for copy/destroy helpers for block literals. by Mike Stump · 15 years ago
  89. 7d22bf0 if we die in IR generation of a compound statement, include by Chris Lattner · 15 years ago
  90. 49f28ca rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl. by Chris Lattner · 15 years ago
  91. 3f21f6c Update checker build. by Ted Kremenek · 15 years ago
  92. c3b401d remove unneeded forward decl. by Chris Lattner · 15 years ago
  93. 6b91f00 if we crash while parsing a block literal, include it. by Chris Lattner · 15 years ago
  94. ddcbc0a fix eof check by Chris Lattner · 15 years ago
  95. 0102c30 When the parser is live, print out the location and spelling of its current token. by Chris Lattner · 15 years ago
  96. 741e73e finish comment. by Chris Lattner · 15 years ago
  97. 0648262 Driver: Basic argument parsing. by Daniel Dunbar · 15 years ago
  98. 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
  99. aad45e0 Add test case for RegionStore's tracking of the ivars of 'self'. by Ted Kremenek · 15 years ago
  100. 3de2d3c Add initial support for tracking ivars, with special handling for ivars of 'self'. by Ted Kremenek · 15 years ago