1. e8fe079 Add -DIBOutlet=__attribute__((iboutlet)) to analyzer arguments. by Ted Kremenek · 16 years ago
  2. 7aa0f4e For the MissingDealloc check, don't treat IBOutlet ivars as being needed to be released by Ted Kremenek · 16 years ago
  3. ff2410b Make iboutlet diagnostic lowercase by Ted Kremenek · 16 years ago
  4. ec695ed Use lowercase of attribute iboutlet to not conflict with the macro IBOutlet by Ted Kremenek · 16 years ago
  5. 4e5bb12 Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific attribute that the static analyzer will use to recognize what ivars are IBOutlets. by Ted Kremenek · 16 years ago
  6. fea3952 Added --status-bugs option to scan-build. By default, the exit status of by Ted Kremenek · 16 years ago
  7. bd5e328 Per Sam Bishop's excellent suggestion, use "system" instead of backticks to invoke sub-commands used by scan-build. This avoids meta-character translation issues caused by a shell subprocess. by Ted Kremenek · 16 years ago
  8. d911299 Quote file names to better handle paths with spaces. by Ted Kremenek · 16 years ago
  9. f36f131 Incremented latest checker build. by Ted Kremenek · 16 years ago
  10. 6360004 Distinguish between dead stores and dead initializations. by Ted Kremenek · 16 years ago
  11. a48ea85 isRetain() and isRelease() now only returns true if "Retain"/"Release" appears in the suffix of a function's name. by Ted Kremenek · 16 years ago
  12. 4603557 scan-build now propagates up the exit status of the build command. by Ted Kremenek · 16 years ago
  13. 8663e16 Do not enable -warn-objc-missing-dealloc by default. by Ted Kremenek · 16 years ago
  14. adcf72b scan-build now interrogates clang for a list of available analyses, and presents by Ted Kremenek · 16 years ago
  15. 4c5378c Support retain/release tracking for CoreGraphics (CGxxxRef) objects. by Ted Kremenek · 16 years ago
  16. eb9601d Update radar component to file static analyzer bugs against. by Ted Kremenek · 16 years ago
  17. 03a8751 Removed disclaimer about checker-36, which is old news. by Ted Kremenek · 16 years ago
  18. fbda0ef Provide an "Analysis Scope" for Analyses so checks can either be run on code declarations (bodies) or Objective-C @implementation blocks. by Ted Kremenek · 16 years ago
  19. a6b8e45 Re-enable missing -dealloc check. by Ted Kremenek · 16 years ago
  20. 5aae7e0 Update Xcode project. by Ted Kremenek · 16 years ago
  21. 70a60eb Using new clang option to invoke the type-signature check of Objective-C instance methods. by Ted Kremenek · 16 years ago
  22. 8ce61b3 Break off declaration of Analysis enum into Analyses.def. The driver options in by Ted Kremenek · 16 years ago
  23. 4bd03ef Refactor Dead Stores error reporting to use the simplified BugReporter::EmitBasicReport interface. by Ted Kremenek · 16 years ago
  24. c5f0f65 http://llvm.org/bugs/show_bug.cgi?id=2523 by Nate Begeman · 16 years ago
  25. 39c766a Added method "EmitBasicReport" to BugReporter to simplify the emission of simple bug diagnostics. by Ted Kremenek · 16 years ago
  26. 96b1416 remove CGObjCEtoile until it compiles. by Chris Lattner · 16 years ago
  27. 3af15d5 Fix minor mistake in clang checkout instructions. by Ted Kremenek · 16 years ago
  28. 87a0d92 test commit. Remove previously added line. by Cédric Venet · 16 years ago
  29. d6a8a4c test commit. Add a blank line. by Cédric Venet · 16 years ago
  30. 824a371 Use of NextToken() makes ParseIdentifierStatement unnecessary. by Argiris Kirtzidis · 16 years ago
  31. 1d96315 Convert CRLF -> LF line endings. by Argiris Kirtzidis · 16 years ago
  32. 2ed8582 Added two new files to VC++ project. by Cédric Venet · 16 years ago
  33. ff579ff expand casts to handle what isIntegerConstantExpr handles. by Chris Lattner · 16 years ago
  34. 15e5911 Add support for __builtin_type_compatible_p, enums, etc. by Chris Lattner · 16 years ago
  35. 82437da start remembering diagnostics for various cases, add some missing by Chris Lattner · 16 years ago
  36. 9239513 Updated latest checker build. This build includes the new check for type-compatibility of the return types of ObjC methods. by Ted Kremenek · 16 years ago
  37. 9aed124 Tidy up error message. by Ted Kremenek · 16 years ago
  38. da069d8 Add CSS for word wrapping of long message bubbles. by Ted Kremenek · 16 years ago
  39. 422373c Provide a structure for passing down 'is evaluated' and passing up by Chris Lattner · 16 years ago
  40. 04ae73f Update Xcode project. by Ted Kremenek · 16 years ago
  41. cbea407 Run by default: -check-objc-methodsigs by Ted Kremenek · 16 years ago
  42. d072b89 Add new check: -check-objc-methodsigs. This check scans methods in by Ted Kremenek · 16 years ago
  43. 400d740 simplify some code a bit. by Chris Lattner · 16 years ago
  44. 265a089 share code between sizeof(expr) and sizeof(type) by Chris Lattner · 16 years ago
  45. a521db6 Fix comment. by Ted Kremenek · 16 years ago
  46. 045502c implement support for __extension__, make sure the result of a by Chris Lattner · 16 years ago
  47. 2c99c71 add a new getIntTypeSizeInBits method. by Chris Lattner · 16 years ago
  48. 334b194 rename "SInt" methods to "Int" in APValue. by Chris Lattner · 16 years ago
  49. 49226ac scan-build now also prints the HTML directory reports were emitted to at the end of the build. by Ted Kremenek · 16 years ago
  50. a42f09a make the new evaluator avoid conversions APValue<->APSInt in some cases. by Chris Lattner · 16 years ago
  51. 7d4d9f3 Refactored auditor interface within GRExprEngine and GRCoreEngine to use a "batch auditor" to dispatch to specialized auditors instead of having a separate vector for each audited Expr*. This not only provides a much cleaner implementation, but also allows us to install auditors for any expression. by Ted Kremenek · 16 years ago
  52. a823ccf rearrange some code, no functionality changes. by Chris Lattner · 16 years ago
  53. 438a8f0 Patch by Csaba Hruska and Peter Neumark: by Ted Kremenek · 16 years ago
  54. a205dad Updated Xcode project. by Ted Kremenek · 16 years ago
  55. f22f868 Refactored most of the "Store" piece of ValueState into a Store type. The by Ted Kremenek · 16 years ago
  56. 41189e8 Remove unused class AnnotatedPath. by Ted Kremenek · 16 years ago
  57. d45b9c6 Move some environment methods from ValueState/ValueStateManager to Environment/EnvironmentManager. by Ted Kremenek · 16 years ago
  58. 04e6a9d Add a new distcc status page, which is currently empty and not by Chris Lattner · 16 years ago
  59. ed02253 Add an accessor, patch by Csaba Hruska. by Chris Lattner · 16 years ago
  60. 680e1d9 Simplify the parser a bit by looking at the next token without consuming it (by Preprocessor::LookNext): by Argiris Kirtzidis · 16 years ago
  61. e2187c2 Add Preprocessor::LookNext method, which implements an efficient way to 'take a peek' at the next token without consuming it. by Argiris Kirtzidis · 16 years ago
  62. 6724fd9 More information on filing bug reports. by Ted Kremenek · 16 years ago
  63. 7f20dfb Remove getParentMap() from GRExprEngine. by Ted Kremenek · 16 years ago
  64. e25e43c Updated checker build. by Ted Kremenek · 16 years ago
  65. 621f140 Add test case. by Ted Kremenek · 16 years ago
  66. ede40b7 Fix PR2519: correctly handle CFDictionaryCreate. by Ted Kremenek · 16 years ago
  67. 7a0654c Extend va_start checking to include __builtin_stdarg_start. by Ted Kremenek · 16 years ago
  68. 0886232 Codegen support for __builtin_stdarg_start by Chris Lattner · 16 years ago
  69. df40dbf Add parser support for __builtin_stdarg_start, PR2531 by Chris Lattner · 16 years ago
  70. fd01f26 Add Environment.cpp to the clangAnalysis Visual Studio project. by Ted Kremenek · 16 years ago
  71. 566f955 Update Xcode project. by Ted Kremenek · 16 years ago
  72. 587ecc5 Initial work on splitting the ValueState into an Environment, Store, and by Ted Kremenek · 16 years ago
  73. 6f419dc More info on filing static analysis bug reports. by Ted Kremenek · 16 years ago
  74. e1b10a1 revert my bogus attempt to fix the comment. sorry for the noise. by Nuno Lopes · 16 years ago
  75. 8ab15c8 Fix small bug. The evaluator now works well enough to pass all tests by Anders Carlsson · 16 years ago
  76. c43f44b More constant expression work. by Anders Carlsson · 16 years ago
  77. d1aa581 Move out some methods. by Anders Carlsson · 16 years ago
  78. 02a34c3 More work. by Anders Carlsson · 16 years ago
  79. efddb9c Compilation fix by Seo Sanghyeon · 16 years ago
  80. c032801 Port more of Eli's evaluator over. This makes the int evaluator handle binary and unary operators. by Anders Carlsson · 16 years ago
  81. cad17b5 Commit beginnings of int evaluator. Currently not used. by Anders Carlsson · 16 years ago
  82. b16ece4 Add LValue setters for APValue by Anders Carlsson · 16 years ago
  83. 72f3677 Updated latest checker build. by Ted Kremenek · 16 years ago
  84. 9ff5744 In a report-XXXXX.html, make the title include the name of the file with the bug. Patch by Jean-Daniel Dupas! by Ted Kremenek · 16 years ago
  85. e51290d Mark the "Bug Type" column as being initially sorted (display the sort ding) so that users can readily see that the table can be sorted. by Ted Kremenek · 16 years ago
  86. 3e2abdc Output html should have 'class=' before "sorttable_nosort". by Ted Kremenek · 16 years ago
  87. e728045 fix CheckForConstantInitializer() for Compound Literals by Nuno Lopes · 16 years ago
  88. 6064a36 Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead. by Ted Kremenek · 16 years ago
  89. fd7bf3a add x86 EDI register alias by Nuno Lopes · 16 years ago
  90. ea042f9 Do not emit a "missing -dealloc" warning if a class contains no ivars that are pointers. by Ted Kremenek · 16 years ago
  91. 8a9b834 Add new file to VS projects. by Cédric Venet · 16 years ago
  92. e531db8 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 16 years ago
  93. ffa4aa9 predefine the macro linux when compiled on a linux system. this fixes the build of libtidy by Nuno Lopes · 16 years ago
  94. 2b0aaee llvm-ld doesnt support -O1, -O2, etc options, so dont pass them by Nuno Lopes · 16 years ago
  95. baf6672 add gentoo stable gcc headers path so that all tests pass here (CPATH isnt enough..) by Nuno Lopes · 16 years ago
  96. 0473be4 Fix warnings by Seo Sanghyeon · 16 years ago
  97. 2261741 Remove unused diagnostic. by Argiris Kirtzidis · 16 years ago
  98. 1d340eb Fixed bugzilla bug# 2489. by Sanjiv Gupta · 16 years ago
  99. 656ad0e '&&' commands together so that the test status reflects the results of all the commands, otherwise the test status will be the result of only the last command. by Argiris Kirtzidis · 16 years ago
  100. 55219f0 Fix warnings by Seo Sanghyeon · 16 years ago