1. dd986cc Add preliminary support for enhancing null-pointer dereference diagnostics. by Ted Kremenek · 15 years ago
  2. 46a54eb Bug fix: Not all ConstraintManagers always return a null state when setting by Ted Kremenek · 15 years ago
  3. bfa2fcb Back out r70506 (exception spec in AST) again. We won't have exception specs until we've had a lot more discussion. by Sebastian Redl · 15 years ago
  4. 3ac7904 Handle -march for the LLVM recognized cpu names. by Daniel Dunbar · 15 years ago
  5. 8966bc1 Refactor BugReporter interface to have a new 'BugReporterContext' and by Ted Kremenek · 15 years ago
  6. 1c44830 If stderr isn't a terminal, don't try to guess the terminal width or by Daniel Dunbar · 15 years ago
  7. 17ca363 More x86 target feature support. by Daniel Dunbar · 15 years ago
  8. e686364 Update checker build. by Ted Kremenek · 15 years ago
  9. e58c943 Document environment variables we handle, and don't mention -pipe (it by Daniel Dunbar · 15 years ago
  10. 4253051 Fix analyzer regression reported in PR 4164: by Ted Kremenek · 15 years ago
  11. 9b081c6 More content. by Chris Lattner · 15 years ago
  12. 41fd018 Improve RegionStoreManager::getSizeInElements() by Zhongxing Xu · 15 years ago
  13. 33c37b9 add getTargetInfo() method to ASTContext. by Zhongxing Xu · 15 years ago
  14. 2079494 Add a GDM for recording the cast type of regions. by Zhongxing Xu · 15 years ago
  15. 4c44e24 The super region of ElementRegion no longer needs to be TypedRegion. In the by Zhongxing Xu · 15 years ago
  16. ccb1616 Implement a heuristic type size comparison method for now. by Zhongxing Xu · 15 years ago
  17. c9c042c adjust this to bourne shell syntax by Chris Lattner · 15 years ago
  18. 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 15 years ago
  19. f47f7a1 Add parsing of friend specifiers. by Anders Carlsson · 15 years ago
  20. 2cc2b9c Eliminate extra vertical space in Clang diagnostics by Douglas Gregor · 15 years ago
  21. 5aeb9e7 daniel is buggy :) by Chris Lattner · 15 years ago
  22. 1d13879 Fix rdar://6860124 - invalid input constraint 'J' in asm by Chris Lattner · 15 years ago
  23. aa338bc Add missing include. by Daniel Dunbar · 15 years ago
  24. fb4ac7b Cleanup some FIXMEs. by Daniel Dunbar · 15 years ago
  25. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 15 years ago
  26. 02f7ed7 remove commented code. by Zhongxing Xu · 15 years ago
  27. b5f6e80 add some content by Chris Lattner · 15 years ago
  28. 8898059 Make StoreManager::CastRegion() virtual and implement a new CastRegion() for by Zhongxing Xu · 15 years ago
  29. 63be57a Add --analyze-auto. by Daniel Dunbar · 15 years ago
  30. d7a56d5 Update checker build. by Ted Kremenek · 15 years ago
  31. a3c078e Override some pod2man defaults. by Daniel Dunbar · 15 years ago
  32. 06b8912 Fixes a bug for objc2's gc in the presense of type-casts. by Fariborz Jahanian · 15 years ago
  33. e1baed3 BugReporter (extensive diagnostics): improve location context generation for the by Ted Kremenek · 15 years ago
  34. da5348e source-level CFG: have the body for the @synchronized start with its own basic by Ted Kremenek · 15 years ago
  35. c42e07e BugReporter (extensive diagnostics): Fix getEnclosingStmtLocation to reason by Ted Kremenek · 15 years ago
  36. ade9eca Fix subtle bug in ParentMap::isConsumedExpr(): correctly ignore *parents* that by Ted Kremenek · 15 years ago
  37. 037fb7f Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion generates untraceable warnings by Chris Lattner · 15 years ago
  38. 67a16fe rename test by Chris Lattner · 15 years ago
  39. df9ccc6 Patch to support Gnu runtime's typed selectors. Patch by David Chisnall. by Fariborz Jahanian · 15 years ago
  40. a021e7c 257 -> FS by Chris Lattner · 15 years ago
  41. d25f00c Enable tight Objective-C interface layout unconditionally. by Daniel Dunbar · 15 years ago
  42. 69aa080 Implement attribute 'ns_autorelease'. by Ted Kremenek · 15 years ago
  43. 041f2fd Issue a warning in odd case of instance method used by Fariborz Jahanian · 15 years ago
  44. b0ed302 remove some incorrect and unimplemented atomic builtins (e.g. by Chris Lattner · 15 years ago
  45. 4222f21 Enhance ownership attribute tests with functions that use the attributes! by Ted Kremenek · 15 years ago
  46. bdb0132 When defining a function whose type has no prototype, make an effort by Chris Lattner · 15 years ago
  47. d37d9b5 fix some more cases where we'd emit a file with a line of 0 for implicit by Chris Lattner · 15 years ago
  48. 9e55b8a Do not generate bogus location info for DW_TAG_inheritance by Chris Lattner · 15 years ago
  49. 650cea9 Fix generated debug info for decls with no location (which include self/_cmd by Chris Lattner · 15 years ago
  50. de866f3 Turns out that Sebastian already implemented the logic to compute the by Douglas Gregor · 15 years ago
  51. 2a131fb Refactor global decls to hold either a regular Decl or a CXXConstructorDecl + ctor type or a CXXDestructorDecl + dtor type. by Anders Carlsson · 15 years ago
  52. b9c7cbb Update checker build. by Ted Kremenek · 15 years ago
  53. e351aa1 Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). by Ted Kremenek · 15 years ago
  54. a81419d Remove an unneeded lookup routine. by Daniel Dunbar · 15 years ago
  55. d331dd7 Rename ownership attributes: by Ted Kremenek · 15 years ago
  56. 921b0b5 Fix unused variable warning by Ted Kremenek · 15 years ago
  57. 0ac5618 Remove possibly incorrect assertion that doesn't matter. by Ted Kremenek · 15 years ago
  58. 6a08469 Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'. by Ted Kremenek · 15 years ago
  59. d99b345 Remove experimental attribute 'ns_ownership_make_collectable.' by Ted Kremenek · 15 years ago
  60. bf63b87 Provide basic support for generation of objc2's by Fariborz Jahanian · 15 years ago
  61. 6e8575b Fix the field count in interface record layout (it was incorrectly by Daniel Dunbar · 15 years ago
  62. 31fa7d7 Adding more test to ivar-layout-64.m. by Fariborz Jahanian · 15 years ago
  63. b4c79e0 Compute interface instanceStart and instanceSize using the record by Daniel Dunbar · 15 years ago
  64. c2e57bf Add ASTRecordLayout::getFieldCount accessor, change NextOffset field to 64-bits. by Daniel Dunbar · 15 years ago
  65. f773737 Add ASTRecordLayout::getNextOffset accessor, and some doxygen comments. by Daniel Dunbar · 15 years ago
  66. bc6ea81 Initialize NextOffset correctly, otherwise tight layout fails for empty classes. by Daniel Dunbar · 15 years ago
  67. d4edddd ignore weak_import attribute on objc method decls. by Fariborz Jahanian · 15 years ago
  68. 75494ff Rename attributes 'objc_ownership...' to 'ns_ownership...'. by Ted Kremenek · 15 years ago
  69. 305d2d2 Increase scan-view max timeout to 1 minute. by Ted Kremenek · 15 years ago
  70. dcd808c "Fix" a problem with debug info in the presence of always_inline by Chris Lattner · 15 years ago
  71. 4c6f8d3 BugReporter (extensive diagnostics): don't mark location contexts that are by Ted Kremenek · 15 years ago
  72. 65d80fd Fix false positive null dereference by unifying code paths in GRSimpleVals for by Ted Kremenek · 15 years ago
  73. 31c215e Rename attributes: by Ted Kremenek · 15 years ago
  74. 1308f57 Update test case. by Ted Kremenek · 15 years ago
  75. 1c6a3cc Remove support for ObjCMethodDecl attributes that appear between the by Ted Kremenek · 15 years ago
  76. c6e2ab0 "The attached diff fixes the //FIXME in message send to super. This should now be faster, and works in the presence of class posing. This is now the same approach as used in GCC (the earlier code was a quick hack to get something working)." by Chris Lattner · 15 years ago
  77. ea4b4aa retain checker: Add checker support for FunctionDecl ownership annotations. Need to add Sema support. by Ted Kremenek · 15 years ago
  78. 05673d6 retain checker: Pull out logic for parameter annotations into a separate method. by Ted Kremenek · 15 years ago
  79. e401a0c retain checker: Don't treat function's declared in macros differently. by Ted Kremenek · 15 years ago
  80. 5efccb1 Patch from David Chisnall: by Daniel Dunbar · 15 years ago
  81. c2eeb72 Add array index assertion: BasicStore should not expect any fancy by Ted Kremenek · 15 years ago
  82. dcef78d Update test case... the location given for this error makes it look by Daniel Dunbar · 15 years ago
  83. cd9392f Rename 'makeZeroIndex' to 'makeZeroArrayIndex'. by Ted Kremenek · 15 years ago
  84. 124838b Zhongxing already implemented this FIXME. by Ted Kremenek · 15 years ago
  85. 0b9ad89 Rename no-outofbounds.c to xfail-no-outofbounds.c and split off that by Ted Kremenek · 15 years ago
  86. 8e5ebed Update checker build. by Ted Kremenek · 15 years ago
  87. b5b848e array indexes are unsigned integers of the same width as pointer. by Zhongxing Xu · 15 years ago
  88. 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
  89. 20bd746 BasicStore: 'ElementRegion' is the new 'TypedViewRegion'. by Ted Kremenek · 15 years ago
  90. b84e8a6 Remove unnecessary copy of constraint info. by Daniel Dunbar · 15 years ago
  91. 9aa829b This test no longer fails. by Ted Kremenek · 15 years ago
  92. 2fb3ea3 Simplify the interesting-region code by assimmilating blocks of non-whitespace text with each expansion step. It's easier and seems to have better results. by Douglas Gregor · 15 years ago
  93. fd6b4f3 Handle 'long x = 0; char *y = (char *) x;' by layering an by Ted Kremenek · 15 years ago
  94. cfe1f9d Tweak the extraction of the "interesting" part of a source range in two ways: by Douglas Gregor · 15 years ago
  95. f936f45 Per conversations with Zhongxing, add an 'element type' to by Ted Kremenek · 15 years ago
  96. 0c6db94 Implement support for comparing pointers with <, >, <=, >=, ==, and != by Douglas Gregor · 15 years ago
  97. 885c27b retain checker: by Ted Kremenek · 15 years ago
  98. d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 15 years ago
  99. 7faca82 retain checker: RetainSummaryManager now has a 'DefaultSummary' object by Ted Kremenek · 15 years ago
  100. 3189e4b PR4143: don't crash generating debug info for incomplete enum types. by Eli Friedman · 15 years ago