1. 5720207 Added method "EmitBasicReport" to BugReporter to simplify the emission of simple bug diagnostics. by Ted Kremenek · 16 years ago
  2. ca33f79 remove CGObjCEtoile until it compiles. by Chris Lattner · 16 years ago
  3. 8c22bc3 Fix minor mistake in clang checkout instructions. by Ted Kremenek · 16 years ago
  4. bb2627d test commit. Remove previously added line. by Cedric Venet · 16 years ago
  5. 82bdaba test commit. Add a blank line. by Cedric Venet · 16 years ago
  6. b9f930d Use of NextToken() makes ParseIdentifierStatement unnecessary. by Argyrios Kyrtzidis · 16 years ago
  7. 63cf923 Convert CRLF -> LF line endings. by Argyrios Kyrtzidis · 16 years ago
  8. a31bfc2 Added two new files to VC++ project. by Cedric Venet · 16 years ago
  9. 732b223 expand casts to handle what isIntegerConstantExpr handles. by Chris Lattner · 16 years ago
  10. 4c4867e Add support for __builtin_type_compatible_p, enums, etc. by Chris Lattner · 16 years ago
  11. 54176fd start remembering diagnostics for various cases, add some missing by Chris Lattner · 16 years ago
  12. b0ac214 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
  13. e4773eb Tidy up error message. by Ted Kremenek · 16 years ago
  14. 170db7c Add CSS for word wrapping of long message bubbles. by Ted Kremenek · 16 years ago
  15. 87eae5e Provide a structure for passing down 'is evaluated' and passing up by Chris Lattner · 16 years ago
  16. 0e0caa2 Update Xcode project. by Ted Kremenek · 16 years ago
  17. 5b10bd7 Run by default: -check-objc-methodsigs by Ted Kremenek · 16 years ago
  18. 0d8019e Add new check: -check-objc-methodsigs. This check scans methods in by Ted Kremenek · 16 years ago
  19. 75a4881 simplify some code a bit. by Chris Lattner · 16 years ago
  20. fcee001 share code between sizeof(expr) and sizeof(type) by Chris Lattner · 16 years ago
  21. 078c0bc Fix comment. by Ted Kremenek · 16 years ago
  22. ac7cb60 implement support for __extension__, make sure the result of a by Chris Lattner · 16 years ago
  23. 7a76778 add a new getIntTypeSizeInBits method. by Chris Lattner · 16 years ago
  24. cf0f51d rename "SInt" methods to "Int" in APValue. by Chris Lattner · 16 years ago
  25. 150c212 scan-build now also prints the HTML directory reports were emitted to at the end of the build. by Ted Kremenek · 16 years ago
  26. b542afe make the new evaluator avoid conversions APValue<->APSInt in some cases. by Chris Lattner · 16 years ago
  27. bdb435d 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
  28. f5eeb05 rearrange some code, no functionality changes. by Chris Lattner · 16 years ago
  29. 0ce902b Patch by Csaba Hruska and Peter Neumark: by Ted Kremenek · 16 years ago
  30. eb04751 Updated Xcode project. by Ted Kremenek · 16 years ago
  31. 4323a57 Refactored most of the "Store" piece of ValueState into a Store type. The by Ted Kremenek · 16 years ago
  32. e569031 Remove unused class AnnotatedPath. by Ted Kremenek · 16 years ago
  33. d72ee90 Move some environment methods from ValueState/ValueStateManager to Environment/EnvironmentManager. by Ted Kremenek · 16 years ago
  34. 412e17f Add a new distcc status page, which is currently empty and not by Chris Lattner · 16 years ago
  35. e3d5e3a Add an accessor, patch by Csaba Hruska. by Chris Lattner · 16 years ago
  36. f7da726 Simplify the parser a bit by looking at the next token without consuming it (by Preprocessor::LookNext): by Argyrios Kyrtzidis · 16 years ago
  37. 9e0ed0b Add Preprocessor::LookNext method, which implements an efficient way to 'take a peek' at the next token without consuming it. by Argyrios Kyrtzidis · 16 years ago
  38. a80e448 More information on filing bug reports. by Ted Kremenek · 16 years ago
  39. 1fa7f58 Remove getParentMap() from GRExprEngine. by Ted Kremenek · 16 years ago
  40. 7671bc1 Updated checker build. by Ted Kremenek · 16 years ago
  41. 66e855f Add test case. by Ted Kremenek · 16 years ago
  42. 070a825 Fix PR2519: correctly handle CFDictionaryCreate. by Ted Kremenek · 16 years ago
  43. 49ff7a1 Extend va_start checking to include __builtin_stdarg_start. by Ted Kremenek · 16 years ago
  44. 6a705f0 Codegen support for __builtin_stdarg_start by Chris Lattner · 16 years ago
  45. f8396b6 Add parser support for __builtin_stdarg_start, PR2531 by Chris Lattner · 16 years ago
  46. 3929f98 Add Environment.cpp to the clangAnalysis Visual Studio project. by Ted Kremenek · 16 years ago
  47. 48fa89e Update Xcode project. by Ted Kremenek · 16 years ago
  48. 8133a26 Initial work on splitting the ValueState into an Environment, Store, and by Ted Kremenek · 16 years ago
  49. f794675 More info on filing static analysis bug reports. by Ted Kremenek · 16 years ago
  50. 5f6b632 revert my bogus attempt to fix the comment. sorry for the noise. by Nuno Lopes · 16 years ago
  51. 559e56b Fix small bug. The evaluator now works well enough to pass all tests by Anders Carlsson · 16 years ago
  52. 650c92f More constant expression work. by Anders Carlsson · 16 years ago
  53. a25ae3d Move out some methods. by Anders Carlsson · 16 years ago
  54. 2bad168 More work. by Anders Carlsson · 16 years ago
  55. 0fe52e1 Compilation fix by Seo Sanghyeon · 16 years ago
  56. 06a3675 Port more of Eli's evaluator over. This makes the int evaluator handle binary and unary operators. by Anders Carlsson · 16 years ago
  57. c754aa6 Commit beginnings of int evaluator. Currently not used. by Anders Carlsson · 16 years ago
  58. 62f6b21 Add LValue setters for APValue by Anders Carlsson · 16 years ago
  59. 9e9f2a4 Updated latest checker build. by Ted Kremenek · 16 years ago
  60. f6f593f 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
  61. 88a96d6 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
  62. 2645c77 Output html should have 'class=' before "sorttable_nosort". by Ted Kremenek · 16 years ago
  63. 9a979c3 fix CheckForConstantInitializer() for Compound Literals by Nuno Lopes · 16 years ago
  64. e8fdc83 Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead. by Ted Kremenek · 16 years ago
  65. 9d29480 add x86 EDI register alias by Nuno Lopes · 16 years ago
  66. 00fed8d Do not emit a "missing -dealloc" warning if a class contains no ivars that are pointers. by Ted Kremenek · 16 years ago
  67. cdfc641 Add new file to VS projects. by Cedric Venet · 16 years ago
  68. 551d5e9 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 16 years ago
  69. e8825aa predefine the macro linux when compiled on a linux system. this fixes the build of libtidy by Nuno Lopes · 16 years ago
  70. 05f971a llvm-ld doesnt support -O1, -O2, etc options, so dont pass them by Nuno Lopes · 16 years ago
  71. 68bf387 add gentoo stable gcc headers path so that all tests pass here (CPATH isnt enough..) by Nuno Lopes · 16 years ago
  72. fe5042e Fix warnings by Seo Sanghyeon · 16 years ago
  73. 8b8e9a8 Remove unused diagnostic. by Argyrios Kyrtzidis · 16 years ago
  74. af99417 Fixed bugzilla bug# 2489. by Sanjiv Gupta · 16 years ago
  75. 560624a '&&' 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 Argyrios Kyrtzidis · 16 years ago
  76. b4825df Fix warnings by Seo Sanghyeon · 16 years ago
  77. 489f7b6 '&&' clang commands together so that the test status reflects the results of all three clang executions. by Ted Kremenek · 16 years ago
  78. fe59245 Update latest checker build. by Ted Kremenek · 16 years ago
  79. 8c5633e Use conjured symbols for variables whose values are invalidated when by Ted Kremenek · 16 years ago
  80. 21cb712 Remove removed header. by Bill Wendling · 16 years ago
  81. 381feea Updated latest checker build. by Ted Kremenek · 16 years ago
  82. 0364865 Fix a bug in the dead stores checker reported in the following email: by Ted Kremenek · 16 years ago
  83. 1c6f3b2 Have ccc-analyzer skip any files with an unknown (or absent) extension. by Ted Kremenek · 16 years ago
  84. d1eb916 add c++ status to sidebar by Chris Lattner · 16 years ago
  85. 6f72062 Updated latest checker build. by Ted Kremenek · 16 years ago
  86. aeca963 Skip the "-dealloc" check if a ObjC class contains no ivars. by Ted Kremenek · 16 years ago
  87. a0fb586 Added an "ivar_empty" method to ObjCInterfaceDecl. by Ted Kremenek · 16 years ago
  88. 3cd483c For the -dealloc checker, check the LangOptions to determine whether or not the code is compiled with GC. by Ted Kremenek · 16 years ago
  89. 6768980 -Added bool feature. by Argyrios Kyrtzidis · 16 years ago
  90. 1e1cbbd -Change slightly the link to cxx_status.html of the home page. by Argyrios Kyrtzidis · 16 years ago
  91. 8a54df5 Updated latest checker build. by Ted Kremenek · 16 years ago
  92. 7032f46 Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers instead of references, because they can both fail by Ted Kremenek · 16 years ago
  93. 7be3f4b Updated latest checker build. by Ted Kremenek · 16 years ago
  94. d1b0fde Update Xcode project. by Ted Kremenek · 16 years ago
  95. db09a4d Added static analysis check to see if a subclass of NSObject implements -dealloc, and whether or not that implementation calls [super dealloc]. by Ted Kremenek · 16 years ago
  96. c44eec6 Shuffle things around in preparation for integrating Eli's constant evaluator. by Anders Carlsson · 16 years ago
  97. 2e47808 Make APValue an APSInt. by Anders Carlsson · 16 years ago
  98. e60cff1 new testcase by Chris Lattner · 16 years ago
  99. b081a35 Fix PR2252: don't warn on negating an unsigned value ever, and don't emit by Chris Lattner · 16 years ago
  100. 14943b9 Fix PR2020 by recovering by defining an anonymous enum, instead of recovering by Chris Lattner · 16 years ago