1. 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
  2. a42f09a make the new evaluator avoid conversions APValue<->APSInt in some cases. by Chris Lattner · 16 years ago
  3. 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
  4. a823ccf rearrange some code, no functionality changes. by Chris Lattner · 16 years ago
  5. 438a8f0 Patch by Csaba Hruska and Peter Neumark: by Ted Kremenek · 16 years ago
  6. a205dad Updated Xcode project. by Ted Kremenek · 16 years ago
  7. f22f868 Refactored most of the "Store" piece of ValueState into a Store type. The by Ted Kremenek · 16 years ago
  8. 41189e8 Remove unused class AnnotatedPath. by Ted Kremenek · 16 years ago
  9. d45b9c6 Move some environment methods from ValueState/ValueStateManager to Environment/EnvironmentManager. by Ted Kremenek · 16 years ago
  10. 04e6a9d Add a new distcc status page, which is currently empty and not by Chris Lattner · 16 years ago
  11. ed02253 Add an accessor, patch by Csaba Hruska. by Chris Lattner · 16 years ago
  12. 680e1d9 Simplify the parser a bit by looking at the next token without consuming it (by Preprocessor::LookNext): by Argiris Kirtzidis · 16 years ago
  13. 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
  14. 6724fd9 More information on filing bug reports. by Ted Kremenek · 16 years ago
  15. 7f20dfb Remove getParentMap() from GRExprEngine. by Ted Kremenek · 16 years ago
  16. e25e43c Updated checker build. by Ted Kremenek · 16 years ago
  17. 621f140 Add test case. by Ted Kremenek · 16 years ago
  18. ede40b7 Fix PR2519: correctly handle CFDictionaryCreate. by Ted Kremenek · 16 years ago
  19. 7a0654c Extend va_start checking to include __builtin_stdarg_start. by Ted Kremenek · 16 years ago
  20. 0886232 Codegen support for __builtin_stdarg_start by Chris Lattner · 16 years ago
  21. df40dbf Add parser support for __builtin_stdarg_start, PR2531 by Chris Lattner · 16 years ago
  22. fd01f26 Add Environment.cpp to the clangAnalysis Visual Studio project. by Ted Kremenek · 16 years ago
  23. 566f955 Update Xcode project. by Ted Kremenek · 16 years ago
  24. 587ecc5 Initial work on splitting the ValueState into an Environment, Store, and by Ted Kremenek · 16 years ago
  25. 6f419dc More info on filing static analysis bug reports. by Ted Kremenek · 16 years ago
  26. e1b10a1 revert my bogus attempt to fix the comment. sorry for the noise. by Nuno Lopes · 16 years ago
  27. 8ab15c8 Fix small bug. The evaluator now works well enough to pass all tests by Anders Carlsson · 16 years ago
  28. c43f44b More constant expression work. by Anders Carlsson · 16 years ago
  29. d1aa581 Move out some methods. by Anders Carlsson · 16 years ago
  30. 02a34c3 More work. by Anders Carlsson · 16 years ago
  31. efddb9c Compilation fix by Seo Sanghyeon · 16 years ago
  32. c032801 Port more of Eli's evaluator over. This makes the int evaluator handle binary and unary operators. by Anders Carlsson · 16 years ago
  33. cad17b5 Commit beginnings of int evaluator. Currently not used. by Anders Carlsson · 16 years ago
  34. b16ece4 Add LValue setters for APValue by Anders Carlsson · 16 years ago
  35. 72f3677 Updated latest checker build. by Ted Kremenek · 16 years ago
  36. 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
  37. 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
  38. 3e2abdc Output html should have 'class=' before "sorttable_nosort". by Ted Kremenek · 16 years ago
  39. e728045 fix CheckForConstantInitializer() for Compound Literals by Nuno Lopes · 16 years ago
  40. 6064a36 Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead. by Ted Kremenek · 16 years ago
  41. fd7bf3a add x86 EDI register alias by Nuno Lopes · 16 years ago
  42. ea042f9 Do not emit a "missing -dealloc" warning if a class contains no ivars that are pointers. by Ted Kremenek · 16 years ago
  43. 8a9b834 Add new file to VS projects. by Cédric Venet · 16 years ago
  44. e531db8 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 16 years ago
  45. ffa4aa9 predefine the macro linux when compiled on a linux system. this fixes the build of libtidy by Nuno Lopes · 16 years ago
  46. 2b0aaee llvm-ld doesnt support -O1, -O2, etc options, so dont pass them by Nuno Lopes · 16 years ago
  47. baf6672 add gentoo stable gcc headers path so that all tests pass here (CPATH isnt enough..) by Nuno Lopes · 16 years ago
  48. 0473be4 Fix warnings by Seo Sanghyeon · 16 years ago
  49. 2261741 Remove unused diagnostic. by Argiris Kirtzidis · 16 years ago
  50. 1d340eb Fixed bugzilla bug# 2489. by Sanjiv Gupta · 16 years ago
  51. 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
  52. 55219f0 Fix warnings by Seo Sanghyeon · 16 years ago
  53. ef55147 '&&' clang commands together so that the test status reflects the results of all three clang executions. by Ted Kremenek · 16 years ago
  54. e4529db Update latest checker build. by Ted Kremenek · 16 years ago
  55. 852e3ca Use conjured symbols for variables whose values are invalidated when by Ted Kremenek · 16 years ago
  56. 9652585 Remove removed header. by Bill Wendling · 16 years ago
  57. d400838 Updated latest checker build. by Ted Kremenek · 16 years ago
  58. b4677db Fix a bug in the dead stores checker reported in the following email: by Ted Kremenek · 16 years ago
  59. d9ff48a Have ccc-analyzer skip any files with an unknown (or absent) extension. by Ted Kremenek · 16 years ago
  60. 4cb26b0 add c++ status to sidebar by Chris Lattner · 16 years ago
  61. c05f951 Updated latest checker build. by Ted Kremenek · 16 years ago
  62. f7ff2ce Skip the "-dealloc" check if a ObjC class contains no ivars. by Ted Kremenek · 16 years ago
  63. 4ea864d Added an "ivar_empty" method to ObjCInterfaceDecl. by Ted Kremenek · 16 years ago
  64. fd32dbf For the -dealloc checker, check the LangOptions to determine whether or not the code is compiled with GC. by Ted Kremenek · 16 years ago
  65. fa3c1eb -Added bool feature. by Argiris Kirtzidis · 16 years ago
  66. 92b6dca -Change slightly the link to cxx_status.html of the home page. by Argiris Kirtzidis · 16 years ago
  67. 9b2f304 Updated latest checker build. by Ted Kremenek · 16 years ago
  68. c2a9eae Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers instead of references, because they can both fail by Ted Kremenek · 16 years ago
  69. 1824ab8 Updated latest checker build. by Ted Kremenek · 16 years ago
  70. ebd001d Update Xcode project. by Ted Kremenek · 16 years ago
  71. 724133b 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
  72. c7436af Shuffle things around in preparation for integrating Eli's constant evaluator. by Anders Carlsson · 16 years ago
  73. 26ef210 Make APValue an APSInt. by Anders Carlsson · 16 years ago
  74. d5b9224 new testcase by Chris Lattner · 16 years ago
  75. 7dbdc63 Fix PR2252: don't warn on negating an unsigned value ever, and don't emit by Chris Lattner · 16 years ago
  76. 5bf0ad5 Fix PR2020 by recovering by defining an anonymous enum, instead of recovering by Chris Lattner · 16 years ago
  77. 4d67773 Update test case with new clang arguments. by Ted Kremenek · 16 years ago
  78. 56b5e45 Update test case: simply running "clang -checker-simple" doesn't invoke the dead store checker anymore. We need "-warn-dead-stores" as well. by Ted Kremenek · 16 years ago
  79. eb9627b Unify the code path for the Dead Stores checker to always use the BugReporter interface. by Ted Kremenek · 16 years ago
  80. 7063365 ccc-analyzer now dispatches the options "-checker-cfref" and "-warn-dead-stores" to clang instead of just "-checker-cfref". by Ted Kremenek · 16 years ago
  81. ba1c7ed Refactored some of the BugReporter interface so that data such as the ASTContext&, PathDiagnosticClient*, can be provided by an external source. by Ted Kremenek · 16 years ago
  82. 1607f51 GRExprEngine now expects the LiveVariables information to be provided by its creator. by Ted Kremenek · 16 years ago
  83. 3349aa1 Added version of CheckDeadStores that accepts a client-provided LiveVariables object. by Ted Kremenek · 16 years ago
  84. ecf7951 Added method "HandleTranslationUnit" to ASTConsumer. This is called by ParseAST when all of the ASTs in a translation unit have been built. by Ted Kremenek · 16 years ago
  85. e972d85 Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer. by Ted Kremenek · 16 years ago
  86. d899b0f Move -dump-live-variables logic to AnalysisConsumer. by Ted Kremenek · 16 years ago
  87. ed80d00 Migrate CheckerConsumer diagnostics to the new AnalysisConsumer interface. by Ted Kremenek · 16 years ago
  88. c8a5fd4 Move logic for "-checker-simple" to the new AnalysisConsumer interface. by Ted Kremenek · 16 years ago
  89. 2e51efd add a description of what sema and parser mean, add C++ style casts. by Chris Lattner · 16 years ago
  90. 60e2e34 Fix typo in test case. by Ted Kremenek · 16 years ago
  91. 2f17b60 Add note that most of C++ is not supported. by Argiris Kirtzidis · 16 years ago
  92. c37860f Set CSS defaults for tables. by Argiris Kirtzidis · 16 years ago
  93. d470d72 Drop 'C++' from the features; suggestion by Holger Schurig. by Argiris Kirtzidis · 16 years ago
  94. ae8a90d Fix the page title. by Argiris Kirtzidis · 16 years ago
  95. 6044169 minor tweaks, escape < and > by Gabor Greif · 16 years ago
  96. b6d20d4 add two popular c++ features by Gabor Greif · 16 years ago
  97. 5edddfe add c++ status link by Gabor Greif · 16 years ago
  98. f0af716 Add a C++ status report page. by Argiris Kirtzidis · 16 years ago
  99. d1b0cbe Add DeclCXX.[h.cpp] to clangAST.vcproj by Ted Kremenek · 16 years ago
  100. 1c6cd21 Migrated driver logic for running the CF retain/release checker over to the new AnalysisConsumer interface. by Ted Kremenek · 16 years ago