1. 27f5896 patch for two things. by Fariborz Jahanian · 15 years ago
  2. a1e3999 Fix broken logic from my last commit. Branches only occur at basic blocks that end with terminators. by Ted Kremenek · 15 years ago
  3. 914fc7c Fix diagnostic regression where the leak diagnostic could appear earlier in the path than the branches taken. by Ted Kremenek · 15 years ago
  4. 6191007 If Loc is invalid (e.g. "self" in Objective-C) then use MainFileID's compile unit. by Devang Patel · 15 years ago
  5. 19ae2fc handle @encode interactions with array initializers. by Chris Lattner · 15 years ago
  6. d20fac4 rename CheckStringLiteralInit to CheckStringInit and pass in the by Chris Lattner · 15 years ago
  7. 2e2766a make SemaRef be a reference to sema, not a pointer. by Chris Lattner · 15 years ago
  8. e76e9bf move InitListChecker to be private to SemaInit.cpp by Chris Lattner · 15 years ago
  9. 160da07 Make CheckSingleInitializer a static function in SemaInit.cpp by Chris Lattner · 15 years ago
  10. 45d6fd6 make CheckStringLiteralInit a static function in SemaInit.cpp by Chris Lattner · 15 years ago
  11. 89b9107 change IsStringLiteralInit into a static function in SemaInit.cpp by Chris Lattner · 15 years ago
  12. d3a0050 move some initialization checking code from SemaDecl.cpp by Chris Lattner · 15 years ago
  13. c5d3263 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 15 years ago
  14. 08067d4 ccc-analyzer: Don't analyze files with '-arch ppc' or '-arch ppc64' since Clang by Ted Kremenek · 15 years ago
  15. 4e59897 some minor cleanups, handle ObjCEncodeExpr in a couple places. by Chris Lattner · 15 years ago
  16. 155f9ce improve comments. by Chris Lattner · 15 years ago
  17. 4d7933a Set flag for -fobjc-gc in IMAGE_INFO variable. by Fariborz Jahanian · 15 years ago
  18. 1c52c63 When we're declaring an object or function with linkage, teach name by Douglas Gregor · 15 years ago
  19. 92c4791 Extend the implicit declaration and checking against out-of-scope by Douglas Gregor · 15 years ago
  20. b657894 retain/release checker: by Ted Kremenek · 15 years ago
  21. c473a70 Fix IRgen of constant expressions referring to external/static by Daniel Dunbar · 15 years ago
  22. 75de89f Some initial Obj-C zero cost EH support. by Daniel Dunbar · 15 years ago
  23. a91b22b Add a very primitive clang based multifile 'delta'. by Daniel Dunbar · 15 years ago
  24. d245f27 Add a note about an IRgen optimization opportunity. by Daniel Dunbar · 15 years ago
  25. 501b7d7 Fix PR3635 by handling ## magically by Chris Lattner · 15 years ago
  26. 6f8c368 In C, when we see a function declaration within a local scope, export by Douglas Gregor · 15 years ago
  27. 7688138 Prevent accidental copying of CodeGenFunction and CodeGenModule. by Anders Carlsson · 15 years ago
  28. 0402972 Pass the CodeGenModule object to GenerateBlockFunction, instead of *this (which will call the copy constructor). by Anders Carlsson · 15 years ago
  29. 358d494 Ensure that we can't break or continue out of a block. by Mike Stump · 15 years ago
  30. ebd3fa4 scan-build: Prune off any trailing '/' characters in the output directory path. by Ted Kremenek · 15 years ago
  31. be9fe04 Fix <rdar://problem/6611677>: Add basic transfer function support in the static by Ted Kremenek · 15 years ago
  32. 34416d6 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
  33. 0be37c8 PTH: Cache *un-cleaned* spellings for literals instead of cleaned spellings. by Ted Kremenek · 15 years ago
  34. af68202 Improve merging of function declarations. Specifically: by Douglas Gregor · 15 years ago
  35. d583e83 PTH: When emitting tokens for literals with cached spellings, change the token by Ted Kremenek · 15 years ago
  36. 2e7c95e Updated checker build. by Ted Kremenek · 15 years ago
  37. 5baec4d ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 15 years ago
  38. 70d8356 Move PTHStatCache within the anonymous namespace. by Ted Kremenek · 15 years ago
  39. 6b4798a Tidy up 'ExecutionContinues' to distinguish between jumping to the end of a 'method' or 'funciton'. by Ted Kremenek · 15 years ago
  40. 9dd0bb2 Find 'clang' in 'bin' subdirectory instead of 'cbin'. by Ted Kremenek · 15 years ago
  41. 5407a8e 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
  42. 9513cfd fix rdar://6611778, a redefinition of an interface was causing an by Chris Lattner · 15 years ago
  43. b0fb8f9 Goodbye old-ccc; please use tools/ccc/ccc. by Daniel Dunbar · 15 years ago
  44. 2224fb2 We should not generate __weak write barrier on indirect reference by Fariborz Jahanian · 15 years ago
  45. 5fd818b - Generate error for protocol qualifiers on 'Class'. by Steve Naroff · 15 years ago
  46. 6805fc4 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 15 years ago
  47. 51e57e6 Add copy assignment operator, caught by doug. by Chris Lattner · 15 years ago
  48. aac8283 Add more boilerplate logic to more accurately reason about autorelease pools. by Ted Kremenek · 15 years ago
  49. 0a06740 Add low level support for generating invoke instead of calls. by Daniel Dunbar · 15 years ago
  50. 56c70aa Fix 80 col. violations. by Ted Kremenek · 15 years ago
  51. 064ef32 Per Chris L.'s suggestion, use getAsFunctionType() instead of getDesguaredType(). Constify some pointers along the way. by Ted Kremenek · 15 years ago
  52. 670901a Remove isSuperExpr(), which ignores any casts on 'super'. by Steve Naroff · 15 years ago
  53. a63aaeb A few small improvements to Evaluate for stuff I noted in FIXMEs. by Eli Friedman · 15 years ago
  54. 7e3a327 retain/release checker: For now don't track the retain count of NSWindow objects (opt for false negatives). by Ted Kremenek · 15 years ago
  55. 4ad1cc9 More retain/release naming convention tests. by Ted Kremenek · 15 years ago
  56. bfc629c Remove typo. by Ted Kremenek · 15 years ago
  57. f21cb24 '[NSAutoreleasePool addObject:]' has an 'autorelease' effect, not a DoNothing effect. by Ted Kremenek · 15 years ago
  58. a3d6042 Sema::ActOnInstanceMessage(): Tighen up the lookup rules for handling messages to 'Class'. Also improve "super" handling. by Steve Naroff · 15 years ago
  59. f221e84 Add test case for PR 2599. by Ted Kremenek · 15 years ago
  60. cb1774c Minor cleanup, replace bool with qual_empty(). by Steve Naroff · 15 years ago
  61. d85ba92 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
  62. 03650a5 Make sure to reset the DidCallStackSave variable before emitting a compound statement. Fixes PR3649. by Anders Carlsson · 15 years ago
  63. 0c195b9 More objc gc work. Match gcc's treatment of ivar access by Fariborz Jahanian · 15 years ago
  64. be72b7c Copy some clenaups from Eli to code that I copied. :-) by Mike Stump · 15 years ago
  65. 39bcc61 Cleanp code with some recent suggestions. by Mike Stump · 15 years ago
  66. 2207dec A bit of Evaluate cleanup. Also, a full audit of what's missing that by Eli Friedman · 15 years ago
  67. e268dd3 Update to checker-0.162 (fixed header issue in tar.bz2 package). by Ted Kremenek · 15 years ago
  68. 19ec61d Reverted back to checker-0.161 because of a header issue. by Ted Kremenek · 15 years ago
  69. 4780bb6 Updated checker build. by Ted Kremenek · 15 years ago
  70. d0536ac x86_64 ABI: Actually, we can always pass things we want to pass in by Daniel Dunbar · 15 years ago
  71. 1c39821 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 15 years ago
  72. 569d6c9 Fix test to be legal on 64-bit systems. by Eli Friedman · 15 years ago
  73. ea5a6b0 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
  74. e31e02d Eliminate a bunch of code which should be dead. by Eli Friedman · 15 years ago
  75. 4e958f0 x86_64 ABI: Make sure to pass vectors that we want to pass in memory by Daniel Dunbar · 15 years ago
  76. 083fb66 Throw the switch to exclusively use Evaluate (along with the small by Eli Friedman · 15 years ago
  77. d97f595 x86_64 ABI: Pass 32-bit vectors as Integer to match gcc. We don't care by Daniel Dunbar · 15 years ago
  78. 640cdd4 ABITestGen: Use explicit list of vector types instead of just a list by Daniel Dunbar · 15 years ago
  79. b341feb x86_64 ABI: Classify <1 x i64> as INTEGER (match gcc not llvm-gcc). by Daniel Dunbar · 15 years ago
  80. 2f6d70d Enhance Evaluate to handle ObjC qualified id and class types; as far as by Eli Friedman · 15 years ago
  81. b1c0b54 Fix for PR3433: map __alignof__ to preferred alignment. (This was by Eli Friedman · 15 years ago
  82. eb14292 Last part of PR3254: use the same alignment computation in Sema and by Eli Friedman · 15 years ago
  83. 0ee5732 Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in by Eli Friedman · 15 years ago
  84. 87bd165 Remove debugging statement. by Steve Naroff · 15 years ago
  85. 14125b0 Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. by Anders Carlsson · 15 years ago
  86. 858c64d Correctly encode incomplete and variable length arrays. Fixes PR3639. by Anders Carlsson · 15 years ago
  87. 6132053 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 15 years ago
  88. ec93a39 Sanity fix for PR3642: if we're treating a diagnostic as an error, it's by Eli Friedman · 15 years ago
  89. ac1d7d8 Force arch for these test cases. by Daniel Dunbar · 15 years ago
  90. 1ff3c9d local array of objects are non-gc'able. by Fariborz Jahanian · 15 years ago
  91. d305a86 More work to integrate newly added ObjCQualifiedClassType into the type system. by Steve Naroff · 15 years ago
  92. 4e60429 Put compiler headers in <prefix>/lib/clang/1.0/include (vs by Daniel Dunbar · 15 years ago
  93. 262a5dd Add support for GCC ObjC extension "Class<protocol>". Sigh. by Steve Naroff · 15 years ago
  94. 139c396 The blocks ABI is wrong, add a FIXME. by Mike Stump · 15 years ago
  95. fca5da0 Add CodeGen support for the helper for BlockDeclRefExprs. The easier by Mike Stump · 15 years ago
  96. c84582b Warn about bogus protocol qualifiers. by Steve Naroff · 15 years ago
  97. 235e0bb Warn on use of __weak attribute on local variable (objc2 gc specific). by Fariborz Jahanian · 15 years ago
  98. 184541a Fix a bug whereby a pointer to a __weak was not recognized by Fariborz Jahanian · 15 years ago
  99. fd42ffc Use llvm::StringsEqualNoCase instead of strncasecmp. by Ted Kremenek · 15 years ago
  100. c69da27 Fixed an ICE in meta-data generation of __weak/__strong ivars. by Fariborz Jahanian · 15 years ago