1. ebd0bb7 Spelling fix. by Ted Kremenek · 17 years ago
  2. cfc909d Fixed bug in GREndPathNodeBuilder: only return a node if it wasn't in the node cache. by Ted Kremenek · 17 years ago
  3. c5b3820 scan-build now fixes permissions of report files and directories, which may by Ted Kremenek · 17 years ago
  4. f0a08a5 Compute a digest of each report file, and nuke reports that have the same by Ted Kremenek · 17 years ago
  5. 6017f7f Initialize default double width and alignment by Nate Begeman · 17 years ago
  6. 64c0a0f Allow targets to override double size, alignment, and semantics, and tie this by Nate Begeman · 17 years ago
  7. d45b722 Restore macro expansion for HTMLPrint by using the original Preprocessor. by Ted Kremenek · 17 years ago
  8. a8c6aa8 Provide a version of html::HighlightMacros that takes a Preprocessor&. by Ted Kremenek · 17 years ago
  9. 752b584 More grammar fixes. by Ted Kremenek · 17 years ago
  10. 0d9c17a Fix plurality debacle. by Ted Kremenek · 17 years ago
  11. 61de3a3 Fixed range highlighting bug in HTML diagnostics. by Ted Kremenek · 17 years ago
  12. a850395 Added path diagnostics for reference counts. by Ted Kremenek · 17 years ago
  13. 8e4b068 Make tab insertion really right: the number of spaces inserted by Chris Lattner · 17 years ago
  14. c3ad5fe Several Expr subclasses did not mark "getSourceRange()" virtual. Fixed. by Ted Kremenek · 17 years ago
  15. 2be7ddb BugReport::VisitNode now takes BugReporter& instead of ASTContext&. by Ted Kremenek · 17 years ago
  16. 0f638a0 Use HTML5 doctype when generating HTML. by Ted Kremenek · 17 years ago
  17. ac5e982 Added null check. by Ted Kremenek · 17 years ago
  18. 8fdc2b5 Updated CSS colors. Patch by Cedric Venet! by Ted Kremenek · 17 years ago
  19. 15c24fc Added test cases to test for reference count leaks. by Ted Kremenek · 17 years ago
  20. 270ab7d Simplified internal logic of BugReporter, consolidating EmitWarning and by Ted Kremenek · 17 years ago
  21. 0735b93 Fixed a bug in categories and properties. by Fariborz Jahanian · 17 years ago
  22. 78f7e31 Initial work for property implementation declarations. by Fariborz Jahanian · 17 years ago
  23. 2654fe7 Update VC++ project files. by Steve Naroff · 17 years ago
  24. 215d9fb Modified BugReport::getEndPath() to handle the case where end path is at by Ted Kremenek · 17 years ago
  25. 7f3f41a Hook up reporting reference count memory leaks to the BugReporter mechanism. by Ted Kremenek · 17 years ago
  26. ba6d7a8 Fix a problem noticed by Nuno, where we wouldn't escape characters in by Chris Lattner · 17 years ago
  27. 4e9899f class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 17 years ago
  28. 31001ed Handle text escaping (e.g. & -> &) last, to avoid interactions between 'replace' operations and insert operations. This fixes a problem with "&;&" on line 666 of the gcc.c example I sent out. by Chris Lattner · 17 years ago
  29. 01d3bf7 Generate the Preprocessor using a local PreprocessorFactory object. by Ted Kremenek · 17 years ago
  30. 0287a2f don't give macros a background by Chris Lattner · 17 years ago
  31. 43f1f7d Make sure popup is on top over other spans. wrap long line. by Chris Lattner · 17 years ago
  32. 5ab36b0 Added "PreprocessorFactory", an interface for lazily creating Preprocessor objects on-demand. by Ted Kremenek · 17 years ago
  33. aeab7ff Add support in HTML macro expansion for hovering over a macro and automatically by Ted Kremenek · 17 years ago
  34. c52b588 Temporarily disable macro expansion in the HTML output of HTMLDiagnostics to by Ted Kremenek · 17 years ago
  35. 4cad9d9 HAve HTMLDiagnostics use html::HighlightRange to highlight message ranges. by Ted Kremenek · 17 years ago
  36. 8516e9a Added property decl support for protocols. by Fariborz Jahanian · 17 years ago
  37. d9ccf68 Added transfer function support for ReturnStmt to support detecting leaks by Ted Kremenek · 17 years ago
  38. 01d7427 Allow redirecting text diagnostic printer output to any llvm::OStream, rather by Nate Begeman · 17 years ago
  39. 9d0d8bf Use TranslationUnitDecl as DeclContext of builtin functions. by Argiris Kirtzidis · 17 years ago
  40. d358600 Addition of TranslationUnitDecl to the AST: by Argiris Kirtzidis · 17 years ago
  41. 2d22f4e Fix MSVC compiler error: "initialization of 'VD' is skipped by 'case' label" by Argiris Kirtzidis · 17 years ago
  42. 2d58fd9 insert macro expansions into floating divs. For now, they are always displayed, by Chris Lattner · 17 years ago
  43. 64293f8 correctly hilight multi-line macro definitions and other by Chris Lattner · 17 years ago
  44. af0100e Make HighlightRange correctly handle multi-line ranges. This causes us to by Chris Lattner · 17 years ago
  45. c208f4e Handle ReturnStmts by dispatching to "EvalReturn" in the transfer function object. by Ted Kremenek · 17 years ago
  46. 7e0d2dd add a new HighlightRange API, it doesn't handle multiline ranges by Chris Lattner · 17 years ago
  47. 3f3c9c8 CF ref. count checker: Register memory leaks at the end of a path. by Ted Kremenek · 17 years ago
  48. 1e54cc5 Bug fix in GREndPathNodeBuilderImpl: Use the specified state to construct by Ted Kremenek · 17 years ago
  49. 65a8173 New AST class for property implementation declarations. by Fariborz Jahanian · 17 years ago
  50. 5742a0f Fixed a comment. by Fariborz Jahanian · 17 years ago
  51. 79f0a63 Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a block's terminator. by Ted Kremenek · 17 years ago
  52. 52ff844 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 17 years ago
  53. 9e0df79 reenable highlighting of (the first line of) comments by Chris Lattner · 17 years ago
  54. 926d24a switch from relexing with the preprocessor to do syntax highlighting to relexing by Chris Lattner · 17 years ago
  55. 0c14933 Add extra test cases to test "escaping" for the reference count checker. by Ted Kremenek · 17 years ago
  56. 7aef484 Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV to by Ted Kremenek · 17 years ago
  57. 364c43c Update XCode project (added GRTransferFuncs.cpp). by Ted Kremenek · 17 years ago
  58. 36cf32c Add missing file. by Ted Kremenek · 17 years ago
  59. 4d22f0e Hook up "EvalStore" from GRTransferFuncs to GRExprEngine. by Ted Kremenek · 17 years ago
  60. f506958 Take first step to migrating handling of "stores" to values from GRExprEngine by Ted Kremenek · 17 years ago
  61. 5ae4e83 LiveVariables now updates the liveness state of block-level expressions that by Ted Kremenek · 17 years ago
  62. 675ac6f Added fixme. by Ted Kremenek · 17 years ago
  63. fe82a54 Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags by Ted Kremenek · 17 years ago
  64. 31aeb1e In ExplodedGraphImpl::Trim, prioritize for paths that don't span loops by using by Ted Kremenek · 17 years ago
  65. 16d31b6 Take a stab at highlighting #defines and #includes. This doesn't work yet. by Chris Lattner · 17 years ago
  66. 3c664f6 Syntax highlight keywords. I assume someone else will pick less appaling colors. by Chris Lattner · 17 years ago
  67. 9de65d0 split syntax highlighting of macros from keywords and comments, by Chris Lattner · 17 years ago
  68. 21f72d6 Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 17 years ago
  69. 5fdcc30 Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 17 years ago
  70. 33245d3 Remove "--html-test" driver option and its corresponding code; all of this by Ted Kremenek · 17 years ago
  71. 4cec419 Switch AddLineNumbers to hack on a rewritebuffer instead of on a by Chris Lattner · 17 years ago
  72. abe984e In html::EscapeText, instead of going through the rewriter with by Chris Lattner · 17 years ago
  73. 2287cee Remove uses of "Selector&" and "const Selector&", since Selector is just an by Ted Kremenek · 17 years ago
  74. 88d0575 Update CF reference count checker test case to illustrate the use of by Ted Kremenek · 17 years ago
  75. 1feab29 Implemented toll-free bridging support for CF Reference count checker. by Ted Kremenek · 17 years ago
  76. 204a65e make a method public. by Chris Lattner · 17 years ago
  77. 245af68 switch AddLineNumber to use a SmallString instead of sstream. This by Chris Lattner · 17 years ago
  78. f8dea31 speed up -emit-html in a release build by 6.5% by avoiding std::string. by Chris Lattner · 17 years ago
  79. 947fdb8 Simplify some code. by Ted Kremenek · 17 years ago
  80. 4b4738b Added initial boilerplate to support toll-free bridging in the ref-count checker. by Ted Kremenek · 17 years ago
  81. ca5f620 Added some comments to GRExprEngine. Reorder some of the method definitions by Ted Kremenek · 17 years ago
  82. 670b6e4 Revert my previous patch. by Ted Kremenek · 17 years ago
  83. ed4dfb9 Remove dispatch to "VisitParmVarDecl". by Ted Kremenek · 17 years ago
  84. da67f2f Change "VisitBlockVarDecl" to "VisitVarDecl". UninitializedValues now works by Ted Kremenek · 17 years ago
  85. 72a6ebc Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 17 years ago
  86. 71e55fc For HTML diagnostics, output more information about a bug report. by Ted Kremenek · 17 years ago
  87. 4de0c56 Added "summary table" to generated index.html page that allows one to by Ted Kremenek · 17 years ago
  88. caabaeb Added test case illustrating the use of '&'. by Ted Kremenek · 17 years ago
  89. 9ea943f Fix bug in terminator processing for uninitialized-values: simply ignore the terminator, don't reprocess it. by Ted Kremenek · 17 years ago
  90. 3b60f17 Fix a compiler error on MSVC (variable name 'E' clash). by Argiris Kirtzidis · 17 years ago
  91. a1411f6 finish commenting RewriteRope by Chris Lattner · 17 years ago
  92. ba6eb42 Improve dead store diagnostic. by Ted Kremenek · 17 years ago
  93. ec14906 Bug fix in VisitChildren: Only visit the last statement in a StmtExpr and the RHS of a comma expression, as the other Stmts will be visited elsewhere in a CFGBlock. by Ted Kremenek · 17 years ago
  94. a0aa0b1 Added initial support into the flow-sensitive dataflow solver to visit the Block-level expression by Ted Kremenek · 17 years ago
  95. 1dbfdae Bug fix in dead stores: don't always check the liveness of the first decl by Ted Kremenek · 17 years ago
  96. 9671513 ++/-- makes a variable live since it is used; thus the liveness state is by Ted Kremenek · 17 years ago
  97. c6d26e0 Handle "__private_extern__" storage class when printing FunctionDecls. by Ted Kremenek · 17 years ago
  98. 1174f0f Bug fix in LiveVariables: Operators ++/-- may kill a value, but the variable by Ted Kremenek · 17 years ago
  99. b0e1b77 Fix a corner case that ted hit in -emit-html, rdar://5863212 by Chris Lattner · 17 years ago
  100. 0ceb4be New AST representation for each objc2's property declaration. by Fariborz Jahanian · 17 years ago