1. 037fb7f Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion generates untraceable warnings by Chris Lattner · 15 years ago
  2. 67a16fe rename test by Chris Lattner · 15 years ago
  3. 69aa080 Implement attribute 'ns_autorelease'. by Ted Kremenek · 15 years ago
  4. 041f2fd Issue a warning in odd case of instance method used by Fariborz Jahanian · 15 years ago
  5. 4222f21 Enhance ownership attribute tests with functions that use the attributes! by Ted Kremenek · 15 years ago
  6. bdb0132 When defining a function whose type has no prototype, make an effort by Chris Lattner · 15 years ago
  7. e351aa1 Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). by Ted Kremenek · 15 years ago
  8. d331dd7 Rename ownership attributes: by Ted Kremenek · 15 years ago
  9. 6a08469 Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'. by Ted Kremenek · 15 years ago
  10. d99b345 Remove experimental attribute 'ns_ownership_make_collectable.' by Ted Kremenek · 15 years ago
  11. bf63b87 Provide basic support for generation of objc2's by Fariborz Jahanian · 15 years ago
  12. 6e8575b Fix the field count in interface record layout (it was incorrectly by Daniel Dunbar · 15 years ago
  13. 31fa7d7 Adding more test to ivar-layout-64.m. by Fariborz Jahanian · 15 years ago
  14. b4c79e0 Compute interface instanceStart and instanceSize using the record by Daniel Dunbar · 15 years ago
  15. d4edddd ignore weak_import attribute on objc method decls. by Fariborz Jahanian · 15 years ago
  16. 75494ff Rename attributes 'objc_ownership...' to 'ns_ownership...'. by Ted Kremenek · 15 years ago
  17. 65d80fd Fix false positive null dereference by unifying code paths in GRSimpleVals for by Ted Kremenek · 15 years ago
  18. 31c215e Rename attributes: by Ted Kremenek · 15 years ago
  19. 1308f57 Update test case. by Ted Kremenek · 15 years ago
  20. 1c6a3cc Remove support for ObjCMethodDecl attributes that appear between the by Ted Kremenek · 15 years ago
  21. dcef78d Update test case... the location given for this error makes it look by Daniel Dunbar · 15 years ago
  22. 0b9ad89 Rename no-outofbounds.c to xfail-no-outofbounds.c and split off that by Ted Kremenek · 15 years ago
  23. b5b848e array indexes are unsigned integers of the same width as pointer. by Zhongxing Xu · 15 years ago
  24. 8d3d13e Test now passes. I'll hold off merging it with the BasicStore test until we know this is a stable change. by Ted Kremenek · 15 years ago
  25. 20bd746 BasicStore: 'ElementRegion' is the new 'TypedViewRegion'. by Ted Kremenek · 15 years ago
  26. 9aa829b This test no longer fails. by Ted Kremenek · 15 years ago
  27. fd6b4f3 Handle 'long x = 0; char *y = (char *) x;' by layering an by Ted Kremenek · 15 years ago
  28. f936f45 Per conversations with Zhongxing, add an 'element type' to by Ted Kremenek · 15 years ago
  29. 0c6db94 Implement support for comparing pointers with <, >, <=, >=, ==, and != by Douglas Gregor · 15 years ago
  30. 3189e4b PR4143: don't crash generating debug info for incomplete enum types. by Eli Friedman · 15 years ago
  31. 3715328 Don't allow clients to traverse into superclass synthesized properties by Daniel Dunbar · 15 years ago
  32. 609e5c3 Set COLUMNS=0 to disable wrapping instead of a random large number. by Daniel Dunbar · 15 years ago
  33. 5f86567 Test a few more bits of the driver. by Daniel Dunbar · 15 years ago
  34. f4287fd Make diagnostic printing more deterministic when running tests. by Daniel Dunbar · 15 years ago
  35. 1ef29d2 Fix an infinite loop in diagnostic printing. by Daniel Dunbar · 15 years ago
  36. 5320285 PR2524: downgrade taking address of expression of type 'void' to an by Eli Friedman · 15 years ago
  37. c0d600c Fix/re-enable test. by Eli Friedman · 15 years ago
  38. 9c2b347 Disable this test case, I'm tired of seeing red. :) by Daniel Dunbar · 15 years ago
  39. 5a5a803 Use the implementation decl for looking up offset while building the by Daniel Dunbar · 15 years ago
  40. a74869c Rename test case by Daniel Dunbar · 15 years ago
  41. 686a21b Fix the testcase for PR4132. by Eli Friedman · 15 years ago
  42. 9668255 Add RegionStore test that illustrates a bogus array-out-of-bounds error. by Ted Kremenek · 15 years ago
  43. 3b660ef PR4134: Implement __builtin_extract_return_addr. by Eli Friedman · 15 years ago
  44. d9b856f Fix for PR4132: make sure to insert whitespace consistently before a by Eli Friedman · 15 years ago
  45. 953e8ab Add failing test case. by Ted Kremenek · 15 years ago
  46. 5e22213 PR4133: fix always_inline implementation to be consistent with gcc. by Eli Friedman · 15 years ago
  47. ed4ec8f One can use "class" and "struct" interchangeably to refer to a class by Douglas Gregor · 15 years ago
  48. e5393fb PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 15 years ago
  49. 0a70c64 PR4063: Fix dependency generation with -E. by Daniel Dunbar · 15 years ago
  50. 0bdaa5b look at the right operand when increasing the size of an asm output, by Chris Lattner · 15 years ago
  51. 3351f11 allow references to the larger value in a tied constraint by Chris Lattner · 15 years ago
  52. a077b5c add support for tying asm operands where the result is smaller than by Chris Lattner · 15 years ago
  53. 50ac766 Remove typo by Daniel Dunbar · 15 years ago
  54. ede9d90 implement support for asm outputs targetting non-simple lvalue destinations by Chris Lattner · 15 years ago
  55. 4df4ee0 handle codegen of asms where a small input is tied to a large output. by Chris Lattner · 15 years ago
  56. f69fcae If we have mismatched integer tied operands, but the operand by Chris Lattner · 15 years ago
  57. 9251143 Fix: <rdar://problem/6850275> CF objects returned from methods with "new" or "copy" in their name should be treated as owned by Ted Kremenek · 15 years ago
  58. ad04e67 Fix invalid error about duplicate declaration of padding bit field in by Daniel Dunbar · 15 years ago
  59. 3e001f3 region store: make Retrieve() can retrieve embedded array correctly. Also by Zhongxing Xu · 15 years ago
  60. 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 15 years ago
  61. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 15 years ago
  62. 5ddce19 Use clang to find clang-cc, if it isn't in path. by Daniel Dunbar · 15 years ago
  63. 5992e4a Fix a thinko and a test. by Anders Carlsson · 15 years ago
  64. f9b8bc6 Downgrade the invalid offsetof error to a warning. by Anders Carlsson · 15 years ago
  65. 33bbbc5 When determining whether an expression refers to a bit-field, look by Douglas Gregor · 16 years ago
  66. b3b0b36 Add CFG support for @synchronized. This fixes <rdar://problem/6848820>. by Ted Kremenek · 16 years ago
  67. 935022a Add another null pointer check test case. by Ted Kremenek · 16 years ago
  68. 2d833e3 Fix bitfield promotions in several more cases. We don't seem to work hard enough at determining whether an expression is a bitfield or not, yet. by Douglas Gregor · 16 years ago
  69. c975bb0 Add Sema checking for __block on vm declarations. Radar 6441502 by Mike Stump · 16 years ago
  70. 956a37d Add another test case found due to an analyzer regression. by Ted Kremenek · 16 years ago
  71. 47f7177 When printing a source line as part of a diagnostic, the source line by Douglas Gregor · 16 years ago
  72. 6d7f149 It's an error to call offsetof on a non-POD type. by Anders Carlsson · 16 years ago
  73. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 16 years ago
  74. fc24e44 Implement bit-field promotion rules for C99. Fixes PR3500. by Douglas Gregor · 16 years ago
  75. b33f3ad Check for method type conflict between declaration in by Fariborz Jahanian · 16 years ago
  76. a8607d1 StoreManager::CastRegion: by Ted Kremenek · 16 years ago
  77. 9810472 Add function prototype for OSAtomicCompareAndSwap32Barrier. by Ted Kremenek · 16 years ago
  78. 14b74cc Fix run line in failing test case (it was missing the '%s' for the by Ted Kremenek · 16 years ago
  79. ebe9411 Add testcase that illustrates the problem from r69699 regarding tentative definitions of statics by Douglas Gregor · 16 years ago
  80. 1bc440b Add failing static analyzer case (this crashes). by Ted Kremenek · 16 years ago
  81. 41826bb PR4013 and PR4105: pointer-like types can only be cast to/from integers by Eli Friedman · 16 years ago
  82. dd2fb9c Don't assert when we think we need copy/dispose, but don't need them. by Mike Stump · 16 years ago
  83. bad3a94 Don't use indirect memory destinations for inline asm. Fixes 6841383. by Anders Carlsson · 16 years ago
  84. 7786d1c C++ destructors can have a single unnamed void parameter. Fixes <rdar://problem/6841210>. by Anders Carlsson · 16 years ago
  85. 4649cac Rework the way we handle constructor decls to be less hacky and fix PR3948 completely. by Anders Carlsson · 16 years ago
  86. e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 16 years ago
  87. 2cd1293 retain/release checker: Hook up attributes 'objc_ownership_retain' and by Ted Kremenek · 16 years ago
  88. 72c9dcd Allow attributes 'objc_ownership_retain' and 'objc_ownership_release' to be by Ted Kremenek · 16 years ago
  89. b27d117 Hook up Sema support for attributes on Objective-C method declarations that by Ted Kremenek · 16 years ago
  90. 77755a5 Add parsing support in an Objective-C method declaration for attributes between by Ted Kremenek · 16 years ago
  91. 940ab97 Name the "return-type" DiagGroup and reference it in a few places. by Steve Naroff · 16 years ago
  92. 1885764 Properly compute the alignment of typedefs that make use of the by Douglas Gregor · 16 years ago
  93. 5b2bad0 API for message dispatch of methods returning floats to match gcc's closely. by Fariborz Jahanian · 16 years ago
  94. 2c0ccd0 Warn about invalid return statements by default. by Steve Naroff · 16 years ago
  95. 944af71 Fix for PR4108: be a bit looser with the casts that we accept in by Eli Friedman · 16 years ago
  96. 4d150c8 only support int128_t on 64-bit and larger targets. 32-bit targets don't by Chris Lattner · 16 years ago
  97. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 16 years ago
  98. ea000bf Sema checking for incorrect placement of __block. Radar 6441502 by Mike Stump · 16 years ago
  99. 9cd6f0f Change to warning when property uses an ivar in super class by Fariborz Jahanian · 16 years ago
  100. 5a8cb0b Just because a declaration has the same name as its containing class doesn't mean that it's a constructor. Fixes rdar://problem/6815988. by Anders Carlsson · 16 years ago