1. f0b26b1 Fix PR3635 by handling ## magically by Chris Lattner · 16 years ago
  2. 25d944a In C, when we see a function declaration within a local scope, export by Douglas Gregor · 16 years ago
  3. 8a219ce Prevent accidental copying of CodeGenFunction and CodeGenModule. by Anders Carlsson · 16 years ago
  4. 911e0af Pass the CodeGenModule object to GenerateBlockFunction, instead of *this (which will call the copy constructor). by Anders Carlsson · 16 years ago
  5. 3d5e062 Ensure that we can't break or continue out of a block. by Mike Stump · 16 years ago
  6. bf762c9 scan-build: Prune off any trailing '/' characters in the output directory path. by Ted Kremenek · 16 years ago
  7. 265a305 Fix <rdar://problem/6611677>: Add basic transfer function support in the static by Ted Kremenek · 16 years ago
  8. 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 · 16 years ago
  9. f2a223f PTH: Cache *un-cleaned* spellings for literals instead of cleaned spellings. by Ted Kremenek · 16 years ago
  10. 04495c8 Improve merging of function declarations. Specifically: by Douglas Gregor · 16 years ago
  11. 25cbd9f PTH: When emitting tokens for literals with cached spellings, change the token by Ted Kremenek · 16 years ago
  12. b76fe91 Updated checker build. by Ted Kremenek · 16 years ago
  13. b89c106 ccc: Don't remove result files on error when -save-temps is present. by Daniel Dunbar · 16 years ago
  14. d578569 Move PTHStatCache within the anonymous namespace. by Ted Kremenek · 16 years ago
  15. b479dad Tidy up 'ExecutionContinues' to distinguish between jumping to the end of a 'method' or 'funciton'. by Ted Kremenek · 16 years ago
  16. 2d62ab1 Find 'clang' in 'bin' subdirectory instead of 'cbin'. by Ted Kremenek · 16 years ago
  17. 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 · 16 years ago
  18. 1829a6d fix rdar://6611778, a redefinition of an interface was causing an by Chris Lattner · 16 years ago
  19. 60ff8ce Goodbye old-ccc; please use tools/ccc/ccc. by Daniel Dunbar · 16 years ago
  20. 207c521 We should not generate __weak write barrier on indirect reference by Fariborz Jahanian · 16 years ago
  21. 4262a07 - Generate error for protocol qualifiers on 'Class'. by Steve Naroff · 16 years ago
  22. d461777 Revert http://llvm.org/viewvc/llvm-project?view=rev&revision=65244. by Steve Naroff · 16 years ago
  23. 01011d4 Add copy assignment operator, caught by doug. by Chris Lattner · 16 years ago
  24. f9a8e2e Add more boilerplate logic to more accurately reason about autorelease pools. by Ted Kremenek · 16 years ago
  25. 9834ffb Add low level support for generating invoke instead of calls. by Daniel Dunbar · 16 years ago
  26. 4634735 Fix 80 col. violations. by Ted Kremenek · 16 years ago
  27. 6ad315a Per Chris L.'s suggestion, use getAsFunctionType() instead of getDesguaredType(). Constify some pointers along the way. by Ted Kremenek · 16 years ago
  28. 279d896 Remove isSuperExpr(), which ignores any casts on 'super'. by Steve Naroff · 16 years ago
  29. 91110ee A few small improvements to Evaluate for stuff I noted in FIXMEs. by Eli Friedman · 16 years ago
  30. 89e202d retain/release checker: For now don't track the retain count of NSWindow objects (opt for false negatives). by Ted Kremenek · 16 years ago
  31. f0dff4c More retain/release naming convention tests. by Ted Kremenek · 16 years ago
  32. 4e83501 Remove typo. by Ted Kremenek · 16 years ago
  33. 022a3c4 '[NSAutoreleasePool addObject:]' has an 'autorelease' effect, not a DoNothing effect. by Ted Kremenek · 16 years ago
  34. d526c2f Sema::ActOnInstanceMessage(): Tighen up the lookup rules for handling messages to 'Class'. Also improve "super" handling. by Steve Naroff · 16 years ago
  35. d3d4f57 Add test case for PR 2599. by Ted Kremenek · 16 years ago
  36. ac1337d Minor cleanup, replace bool with qual_empty(). by Steve Naroff · 16 years ago
  37. 0de21fd Contains the following (related to problems found while investigting <rdar://problem/6497631> Message lookup is sometimes different than gcc's). by Steve Naroff · 16 years ago
  38. 66b4151 Make sure to reset the DidCallStackSave variable before emitting a compound statement. Fixes PR3649. by Anders Carlsson · 16 years ago
  39. 44baa8a More objc gc work. Match gcc's treatment of ivar access by Fariborz Jahanian · 16 years ago
  40. 6eef498 Copy some clenaups from Eli to code that I copied. :-) by Mike Stump · 16 years ago
  41. 20733cd Cleanp code with some recent suggestions. by Mike Stump · 16 years ago
  42. 2217c87 A bit of Evaluate cleanup. Also, a full audit of what's missing that by Eli Friedman · 16 years ago
  43. b916642 Update to checker-0.162 (fixed header issue in tar.bz2 package). by Ted Kremenek · 16 years ago
  44. 0e24fac Reverted back to checker-0.161 because of a header issue. by Ted Kremenek · 16 years ago
  45. 94b29c1 Updated checker build. by Ted Kremenek · 16 years ago
  46. 245f553 x86_64 ABI: Actually, we can always pass things we want to pass in by Daniel Dunbar · 16 years ago
  47. 8e111c7 ccc: Remove unknown host warning, it was breaking gcc's configure. by Daniel Dunbar · 16 years ago
  48. c91b7d9 Fix test to be legal on 64-bit systems. by Eli Friedman · 16 years ago
  49. 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 · 16 years ago
  50. ddd2b6e Eliminate a bunch of code which should be dead. by Eli Friedman · 16 years ago
  51. 775e43b x86_64 ABI: Make sure to pass vectors that we want to pass in memory by Daniel Dunbar · 16 years ago
  52. 578a972 Throw the switch to exclusively use Evaluate (along with the small by Eli Friedman · 16 years ago
  53. e28099b x86_64 ABI: Pass 32-bit vectors as Integer to match gcc. We don't care by Daniel Dunbar · 16 years ago
  54. 0f1730d ABITestGen: Use explicit list of vector types instead of just a list by Daniel Dunbar · 16 years ago
  55. 0af9929 x86_64 ABI: Classify <1 x i64> as INTEGER (match gcc not llvm-gcc). by Daniel Dunbar · 16 years ago
  56. 4bdf087 Enhance Evaluate to handle ObjC qualified id and class types; as far as by Eli Friedman · 16 years ago
  57. c508203 Fix for PR3433: map __alignof__ to preferred alignment. (This was by Eli Friedman · 16 years ago
  58. 9c2f06b Last part of PR3254: use the same alignment computation in Sema and by Eli Friedman · 16 years ago
  59. dcdafb6 Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in by Eli Friedman · 16 years ago
  60. 8b1527b Remove debugging statement. by Steve Naroff · 16 years ago
  61. 6032979 Match gcc and always perform array/function conversion for asm input exprs. Fixes PR3641. by Anders Carlsson · 16 years ago
  62. 559a833 Correctly encode incomplete and variable length arrays. Fixes PR3639. by Anders Carlsson · 16 years ago
  63. 9ff1c07 ccc: Remove temporary files used in compilation, and remove by Daniel Dunbar · 16 years ago
  64. 85c3515 Sanity fix for PR3642: if we're treating a diagnostic as an error, it's by Eli Friedman · 16 years ago
  65. 8d7d6e9 Force arch for these test cases. by Daniel Dunbar · 16 years ago
  66. 643887a local array of objects are non-gc'able. by Fariborz Jahanian · 16 years ago
  67. f7f52e7 More work to integrate newly added ObjCQualifiedClassType into the type system. by Steve Naroff · 16 years ago
  68. adcf5b3 Put compiler headers in <prefix>/lib/clang/1.0/include (vs by Daniel Dunbar · 16 years ago
  69. 15509f4 Add support for GCC ObjC extension "Class<protocol>". Sigh. by Steve Naroff · 16 years ago
  70. d684000 The blocks ABI is wrong, add a FIXME. by Mike Stump · 16 years ago
  71. 4e7a1f7 Add CodeGen support for the helper for BlockDeclRefExprs. The easier by Mike Stump · 16 years ago
  72. 8dfb0c5 Warn about bogus protocol qualifiers. by Steve Naroff · 16 years ago
  73. 7b5b317 Warn on use of __weak attribute on local variable (objc2 gc specific). by Fariborz Jahanian · 16 years ago
  74. 4ae1f05 Fix a bug whereby a pointer to a __weak was not recognized by Fariborz Jahanian · 16 years ago
  75. 39868cd Use llvm::StringsEqualNoCase instead of strncasecmp. by Ted Kremenek · 16 years ago
  76. 86f938b Fixed an ICE in meta-data generation of __weak/__strong ivars. by Fariborz Jahanian · 16 years ago
  77. 4fff481 Evaluation of unary deref could call integer evaluator on non-integral by Daniel Dunbar · 16 years ago
  78. 61490e9 Fix build on windows. by Cedric Venet · 16 years ago
  79. c1fcd2c Add test case to record a couple inconsistencies with GCC (found in <rdar://problem/6561076> [clang on Xcode] warning: cannot find protocol definition for 'OzzyP'). by Steve Naroff · 16 years ago
  80. 5fd659d by Steve Naroff · 16 years ago
  81. 67b81e7 Update checker build. by Ted Kremenek · 16 years ago
  82. b80976c Improved naming convention heuristics in the retain/release checker to better by Ted Kremenek · 16 years ago
  83. d4c7684 Update scan-build help diagnostic. by Ted Kremenek · 16 years ago
  84. 7e5bd6f Only create a preprocessed file for an ignored attribute if there currently does not exist an 'attribute_ignored_XXX.txt' file for that attribute. by Ted Kremenek · 16 years ago
  85. 61125c8 Slight tweak to last commit: make sure to copy CVR qualifiers for fixed by Eli Friedman · 16 years ago
  86. 1ca4813 Re-fix r65140 correctly. by Eli Friedman · 16 years ago
  87. 4f676ed Handle case of none gc'able objects regardless of their type. by Fariborz Jahanian · 16 years ago
  88. eda9a5e Emit extern_weak when needed. - PR3629. by Daniel Dunbar · 16 years ago
  89. 524ed95 We must always mangle attribute overloadable functions; even if in a by Daniel Dunbar · 16 years ago
  90. ccef371 Fix <rdar://problem/6500554> missing objc error message. by Steve Naroff · 16 years ago
  91. 685befe switch the macroinfo argument lists from being allocated off the heap by Chris Lattner · 16 years ago
  92. cf29e07 detemplatify setArgumentList and some other cleanups. by Chris Lattner · 16 years ago
  93. 0301b3f require the MAcroInfo objects are explcitly destroyed. by Chris Lattner · 16 years ago
  94. 9f4ecb3 Make 'RangeConstraintManager' the default ConstraintManager. by Ted Kremenek · 16 years ago
  95. 4ee413b allocate and dellocate objc decl list through AST Context instead of by Chris Lattner · 16 years ago
  96. f25df99 fix indentation by Chris Lattner · 16 years ago
  97. fe90de7 silence some warnings in no asserts mode. by Chris Lattner · 16 years ago
  98. 38af2de add plumbing to get ASTContext& down to allocation/deallocation points in ObjCList, by Chris Lattner · 16 years ago
  99. 11e1e1a newly factored, we can now move the set and destroy methods out of line. by Chris Lattner · 16 years ago
  100. 793ccfd factor a bunch of common code out of the ObjCList template class by Chris Lattner · 16 years ago