1. ddb85a7 update by Chris Lattner · 15 years ago
  2. 12f708d Headers are basically done, debug info is just about done (and by Chris Lattner · 15 years ago
  3. d825883 clang seems "generally useful" for c and objc by now, though obviously bugs by Chris Lattner · 15 years ago
  4. d8f4f43 Minor cleanup for IntToBlockPointer so it applies to all callers of by Eli Friedman · 15 years ago
  5. 6c4becb retain/release checker: Implement basic tracking of autorelease stack. Next thing is to wire up pools with their contents. by Ted Kremenek · 15 years ago
  6. 2201791 Implement 'Add' method for GRStatePartialTrait<ImmutableList<T>>. by Ted Kremenek · 15 years ago
  7. 65e99f2 Fix comments. by Devang Patel · 15 years ago
  8. 1d6a451 Enable debug info emission for objc methods. by Devang Patel · 15 years ago
  9. f4f5fa0 Update checker build. by Ted Kremenek · 15 years ago
  10. 5ec41c2 Remove a FIXME; I was mistaken in believing gcc rejected this. by Daniel Dunbar · 15 years ago
  11. 0e0eb8b Fix condition in ccc-analyzer that would cause the analyzer never to be run. by Ted Kremenek · 15 years ago
  12. 84d0133 Minor refactoring. by Fariborz Jahanian · 15 years ago
  13. 66a5c2c patch for two things. by Fariborz Jahanian · 15 years ago
  14. 6431a26 Fix broken logic from my last commit. Branches only occur at basic blocks that end with terminators. by Ted Kremenek · 15 years ago
  15. 4094b34 Fix diagnostic regression where the leak diagnostic could appear earlier in the path than the branches taken. by Ted Kremenek · 15 years ago
  16. 7782022 If Loc is invalid (e.g. "self" in Objective-C) then use MainFileID's compile unit. by Devang Patel · 15 years ago
  17. 79e079d handle @encode interactions with array initializers. by Chris Lattner · 15 years ago
  18. 19da8cd rename CheckStringLiteralInit to CheckStringInit and pass in the by Chris Lattner · 15 years ago
  19. 0820254 make SemaRef be a reference to sema, not a pointer. by Chris Lattner · 15 years ago
  20. 8b419b9 move InitListChecker to be private to SemaInit.cpp by Chris Lattner · 15 years ago
  21. 95e8d65 Make CheckSingleInitializer a static function in SemaInit.cpp by Chris Lattner · 15 years ago
  22. f71ae8d make CheckStringLiteralInit a static function in SemaInit.cpp by Chris Lattner · 15 years ago
  23. 6c291a8 change IsStringLiteralInit into a static function in SemaInit.cpp by Chris Lattner · 15 years ago
  24. dd8e006 move some initialization checking code from SemaDecl.cpp by Chris Lattner · 15 years ago
  25. eaf2bb8 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 15 years ago
  26. 8459132 ccc-analyzer: Don't analyze files with '-arch ppc' or '-arch ppc64' since Clang by Ted Kremenek · 15 years ago
  27. 111c2ee some minor cleanups, handle ObjCEncodeExpr in a couple places. by Chris Lattner · 15 years ago
  28. c4a09c1 improve comments. by Chris Lattner · 15 years ago
  29. 067986e Set flag for -fobjc-gc in IMAGE_INFO variable. by Fariborz Jahanian · 15 years ago
  30. d6f7e9d When we're declaring an object or function with linkage, teach name by Douglas Gregor · 15 years ago
  31. 8f30105 Extend the implicit declaration and checking against out-of-scope by Douglas Gregor · 15 years ago
  32. 4d3957d retain/release checker: by Ted Kremenek · 15 years ago
  33. d01b669 Fix IRgen of constant expressions referring to external/static by Daniel Dunbar · 15 years ago
  34. 8ecbaf2 Some initial Obj-C zero cost EH support. by Daniel Dunbar · 15 years ago
  35. ae66cf3 Add a very primitive clang based multifile 'delta'. by Daniel Dunbar · 15 years ago
  36. 6eba143 Add a note about an IRgen optimization opportunity. by Daniel Dunbar · 15 years ago
  37. f0b26b1 Fix PR3635 by handling ## magically by Chris Lattner · 15 years ago
  38. 25d944a In C, when we see a function declaration within a local scope, export by Douglas Gregor · 15 years ago
  39. 8a219ce Prevent accidental copying of CodeGenFunction and CodeGenModule. by Anders Carlsson · 15 years ago
  40. 911e0af Pass the CodeGenModule object to GenerateBlockFunction, instead of *this (which will call the copy constructor). by Anders Carlsson · 15 years ago
  41. 3d5e062 Ensure that we can't break or continue out of a block. by Mike Stump · 15 years ago
  42. bf762c9 scan-build: Prune off any trailing '/' characters in the output directory path. by Ted Kremenek · 15 years ago
  43. 265a305 Fix <rdar://problem/6611677>: Add basic transfer function support in the static by Ted Kremenek · 15 years ago
  44. 1c56667 Fix two @synchronized bugs found by inspection: the expression to sychronize on should only be evaluated once, and it is evaluated outside the cleanup scope. by Daniel Dunbar · 15 years ago
  45. f2a223f PTH: Cache *un-cleaned* spellings for literals instead of cleaned spellings. by Ted Kremenek · 15 years ago
  46. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 15 years ago
  47. 25cbd9f PTH: When emitting tokens for literals with cached spellings, change the token by Ted Kremenek · 15 years ago
  48. b76fe91 Updated checker build. by Ted Kremenek · 15 years ago
  49. b89c106 ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 15 years ago
  50. d578569 Move PTHStatCache within the anonymous namespace. by Ted Kremenek · 15 years ago
  51. b479dad Tidy up 'ExecutionContinues' to distinguish between jumping to the end of a 'method' or 'funciton'. by Ted Kremenek · 15 years ago
  52. 2d62ab1 Find 'clang' in 'bin' subdirectory instead of 'cbin'. by Ted Kremenek · 15 years ago
  53. b697b10 Tidy up the path diagnostic generation logic in BugReporter and remove a case where an "Execution continues..." diagnostic could result in an empty message bubble. by Ted Kremenek · 15 years ago
  54. 1829a6d fix rdar://6611778, a redefinition of an interface was causing an by Chris Lattner · 15 years ago
  55. 60ff8ce Goodbye old-ccc; please use tools/ccc/ccc. by Daniel Dunbar · 15 years ago
  56. 207c521 We should not generate __weak write barrier on indirect reference by Fariborz Jahanian · 15 years ago
  57. 4262a07 - Generate error for protocol qualifiers on 'Class'. by Steve Naroff · 15 years ago
  58. d461777 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 15 years ago
  59. 01011d4 Add copy assignment operator, caught by doug. by Chris Lattner · 15 years ago
  60. f9a8e2e Add more boilerplate logic to more accurately reason about autorelease pools. by Ted Kremenek · 15 years ago
  61. 9834ffb Add low level support for generating invoke instead of calls. by Daniel Dunbar · 15 years ago
  62. 4634735 Fix 80 col. violations. by Ted Kremenek · 15 years ago
  63. 6ad315a Per Chris L.'s suggestion, use getAsFunctionType() instead of getDesguaredType(). Constify some pointers along the way. by Ted Kremenek · 15 years ago
  64. 279d896 Remove isSuperExpr(), which ignores any casts on 'super'. by Steve Naroff · 15 years ago
  65. 91110ee A few small improvements to Evaluate for stuff I noted in FIXMEs. by Eli Friedman · 15 years ago
  66. 89e202d retain/release checker: For now don't track the retain count of NSWindow objects (opt for false negatives). by Ted Kremenek · 15 years ago
  67. f0dff4c More retain/release naming convention tests. by Ted Kremenek · 15 years ago
  68. 4e83501 Remove typo. by Ted Kremenek · 15 years ago
  69. 022a3c4 '[NSAutoreleasePool addObject:]' has an 'autorelease' effect, not a DoNothing effect. by Ted Kremenek · 15 years ago
  70. d526c2f Sema::ActOnInstanceMessage(): Tighen up the lookup rules for handling messages to 'Class'. Also improve "super" handling. by Steve Naroff · 15 years ago
  71. d3d4f57 Add test case for PR 2599. by Ted Kremenek · 15 years ago
  72. ac1337d Minor cleanup, replace bool with qual_empty(). by Steve Naroff · 15 years ago
  73. 0de21fd Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's). by Steve Naroff · 15 years ago
  74. 66b4151 Make sure to reset the DidCallStackSave variable before emitting a compound statement. Fixes PR3649. by Anders Carlsson · 15 years ago
  75. 44baa8a More objc gc work. Match gcc's treatment of ivar access by Fariborz Jahanian · 15 years ago
  76. 6eef498 Copy some clenaups from Eli to code that I copied. :-) by Mike Stump · 15 years ago
  77. 20733cd Cleanp code with some recent suggestions. by Mike Stump · 15 years ago
  78. 2217c87 A bit of Evaluate cleanup. Also, a full audit of what's missing that by Eli Friedman · 15 years ago
  79. b916642 Update to checker-0.162 (fixed header issue in tar.bz2 package). by Ted Kremenek · 15 years ago
  80. 0e24fac Reverted back to checker-0.161 because of a header issue. by Ted Kremenek · 15 years ago
  81. 94b29c1 Updated checker build. by Ted Kremenek · 15 years ago
  82. 245f553 x86_64 ABI: Actually, we can always pass things we want to pass in by Daniel Dunbar · 15 years ago
  83. 8e111c7 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 15 years ago
  84. c91b7d9 Fix test to be legal on 64-bit systems. by Eli Friedman · 15 years ago
  85. 61d2e4a Fix regression in naming convention derivation: a method only follows the copy 'rule' if it doesn't already start with 'init', etc. by Ted Kremenek · 15 years ago
  86. ddd2b6e Eliminate a bunch of code which should be dead. by Eli Friedman · 15 years ago
  87. 775e43b x86_64 ABI: Make sure to pass vectors that we want to pass in memory by Daniel Dunbar · 15 years ago
  88. 578a972 Throw the switch to exclusively use Evaluate (along with the small by Eli Friedman · 15 years ago
  89. e28099b x86_64 ABI: Pass 32-bit vectors as Integer to match gcc. We don't care by Daniel Dunbar · 15 years ago
  90. 0f1730d ABITestGen: Use explicit list of vector types instead of just a list by Daniel Dunbar · 15 years ago
  91. 0af9929 x86_64 ABI: Classify <1 x i64> as INTEGER (match gcc not llvm-gcc). by Daniel Dunbar · 15 years ago
  92. 4bdf087 Enhance Evaluate to handle ObjC qualified id and class types; as far as by Eli Friedman · 15 years ago
  93. c508203 Fix for PR3433: map __alignof__ to preferred alignment. (This was by Eli Friedman · 15 years ago
  94. 9c2f06b Last part of PR3254: use the same alignment computation in Sema and by Eli Friedman · 15 years ago
  95. dcdafb6 Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in by Eli Friedman · 15 years ago
  96. 8b1527b Remove debugging statement. by Steve Naroff · 15 years ago
  97. 6032979 Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. by Anders Carlsson · 15 years ago
  98. 559a833 Correctly encode incomplete and variable length arrays. Fixes PR3639. by Anders Carlsson · 15 years ago
  99. 9ff1c07 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 15 years ago
  100. 85c3515 Sanity fix for PR3642: if we're treating a diagnostic as an error, it's by Eli Friedman · 15 years ago