1. 75840e1 Simplified internal logic of BugReporter, consolidating EmitWarning and by Ted Kremenek · 16 years ago
  2. 5833b90 Fixed a bug in categories and properties. by Fariborz Jahanian · 16 years ago
  3. f624f81 Initial work for property implementation declarations. by Fariborz Jahanian · 16 years ago
  4. 962d326 Update VC++ project files. by Steve Naroff · 16 years ago
  5. bd7efa8 Modified BugReport::getEndPath() to handle the case where end path is at by Ted Kremenek · 16 years ago
  6. 989d519 Hook up reporting reference count memory leaks to the BugReporter mechanism. by Ted Kremenek · 16 years ago
  7. 9227c69 Fix a problem noticed by Nuno, where we wouldn't escape characters in by Chris Lattner · 16 years ago
  8. 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 16 years ago
  9. 1ee8d6f 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 · 16 years ago
  10. a42cf2e Generate the Preprocessor using a local PreprocessorFactory object. by Ted Kremenek · 16 years ago
  11. dc5be47 don't give macros a background by Chris Lattner · 16 years ago
  12. 8aa06ac Make sure popup is on top over other spans. wrap long line. by Chris Lattner · 16 years ago
  13. ec6c574 Added "PreprocessorFactory", an interface for lazily creating Preprocessor objects on-demand. by Ted Kremenek · 16 years ago
  14. 07339a6 Add support in HTML macro expansion for hovering over a macro and automatically by Ted Kremenek · 16 years ago
  15. 9e8829b Temporarily disable macro expansion in the HTML output of HTMLDiagnostics to by Ted Kremenek · 16 years ago
  16. b747814 HAve HTMLDiagnostics use html::HighlightRange to highlight message ranges. by Ted Kremenek · 16 years ago
  17. 3dd4ba4 Added property decl support for protocols. by Fariborz Jahanian · 16 years ago
  18. 4fd8897 Added transfer function support for ReturnStmt to support detecting leaks by Ted Kremenek · 16 years ago
  19. 165b954 Allow redirecting text diagnostic printer output to any llvm::OStream, rather by Nate Begeman · 16 years ago
  20. ff898cd Use TranslationUnitDecl as DeclContext of builtin functions. by Argyrios Kyrtzidis · 16 years ago
  21. ef17782 Addition of TranslationUnitDecl to the AST: by Argyrios Kyrtzidis · 16 years ago
  22. 5da6b25 Fix MSVC compiler error: "initialization of 'VD' is skipped by 'case' label" by Argyrios Kyrtzidis · 16 years ago
  23. 6f46be2 insert macro expansions into floating divs. For now, they are always displayed, by Chris Lattner · 16 years ago
  24. 5deb96d correctly hilight multi-line macro definitions and other by Chris Lattner · 16 years ago
  25. 9402b57 Make HighlightRange correctly handle multi-line ranges. This causes us to by Chris Lattner · 16 years ago
  26. 6b31e8e Handle ReturnStmts by dispatching to "EvalReturn" in the transfer function object. by Ted Kremenek · 16 years ago
  27. 5ef3e2c add a new HighlightRange API, it doesn't handle multiline ranges by Chris Lattner · 16 years ago
  28. db86371 CF ref. count checker: Register memory leaks at the end of a path. by Ted Kremenek · 16 years ago
  29. 5eb1044 Bug fix in GREndPathNodeBuilderImpl: Use the specified state to construct by Ted Kremenek · 16 years ago
  30. 61d4615 New AST class for property implementation declarations. by Fariborz Jahanian · 16 years ago
  31. d9a3c33 Fixed a comment. by Fariborz Jahanian · 16 years ago
  32. 411cdee Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a block's terminator. by Ted Kremenek · 16 years ago
  33. 7e7e387 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 16 years ago
  34. 678c635 reenable highlighting of (the first line of) comments by Chris Lattner · 16 years ago
  35. a745e8c switch from relexing with the preprocessor to do syntax highlighting to relexing by Chris Lattner · 16 years ago
  36. 274d009 Add extra test cases to test "escaping" for the reference count checker. by Ted Kremenek · 16 years ago
  37. 1392261 Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV to by Ted Kremenek · 16 years ago
  38. a8f582d Update XCode project (added GRTransferFuncs.cpp). by Ted Kremenek · 16 years ago
  39. 2798e17 Add missing file. by Ted Kremenek · 16 years ago
  40. ec96a2d Hook up "EvalStore" from GRTransferFuncs to GRExprEngine. by Ted Kremenek · 16 years ago
  41. e38718e Take first step to migrating handling of "stores" to values from GRExprEngine by Ted Kremenek · 16 years ago
  42. 5cd2438 LiveVariables now updates the liveness state of block-level expressions that by Ted Kremenek · 16 years ago
  43. a760f5f Added fixme. by Ted Kremenek · 16 years ago
  44. 47abe76 Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags by Ted Kremenek · 16 years ago
  45. 33c6369 In ExplodedGraphImpl::Trim, prioritize for paths that don't span loops by using by Ted Kremenek · 16 years ago
  46. 74ea3e5 Take a stab at highlighting #defines and #includes. This doesn't work yet. by Chris Lattner · 16 years ago
  47. c4586c2 Syntax highlight keywords. I assume someone else will pick less appaling colors. by Chris Lattner · 16 years ago
  48. c54d50a split syntax highlighting of macros from keywords and comments, by Chris Lattner · 16 years ago
  49. 3245a0a Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 16 years ago
  50. 8ac661c Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 16 years ago
  51. fdbe679 Remove "--html-test" driver option and its corresponding code; all of this by Ted Kremenek · 16 years ago
  52. 8570f0b Switch AddLineNumbers to hack on a rewritebuffer instead of on a by Chris Lattner · 16 years ago
  53. 7352714 In html::EscapeText, instead of going through the rewriter with by Chris Lattner · 16 years ago
  54. 97b7f26 Remove uses of "Selector&" and "const Selector&", since Selector is just an by Ted Kremenek · 16 years ago
  55. d59d96f Update CF reference count checker test case to illustrate the use of by Ted Kremenek · 16 years ago
  56. 9ed18e6 Implemented toll-free bridging support for CF Reference count checker. by Ted Kremenek · 16 years ago
  57. 6837e38 make a method public. by Chris Lattner · 16 years ago
  58. 57df3b9 switch AddLineNumber to use a SmallString instead of sstream. This by Chris Lattner · 16 years ago
  59. b9bc3ec speed up -emit-html in a release build by 6.5% by avoiding std::string. by Chris Lattner · 16 years ago
  60. 2f868c0 Simplify some code. by Ted Kremenek · 16 years ago
  61. 8534820 Added initial boilerplate to support toll-free bridging in the ref-count checker. by Ted Kremenek · 16 years ago
  62. e695e1c Added some comments to GRExprEngine. Reorder some of the method definitions by Ted Kremenek · 16 years ago
  63. d4bad1e Revert my previous patch. by Ted Kremenek · 16 years ago
  64. 12ce650 Remove dispatch to "VisitParmVarDecl". by Ted Kremenek · 16 years ago
  65. 606ceee Change "VisitBlockVarDecl" to "VisitVarDecl". UninitializedValues now works by Ted Kremenek · 16 years ago
  66. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  67. 4b0f813 For HTML diagnostics, output more information about a bug report. by Ted Kremenek · 16 years ago
  68. 6e6eff7 Added "summary table" to generated index.html page that allows one to by Ted Kremenek · 16 years ago
  69. f87821c Added test case illustrating the use of '&'. by Ted Kremenek · 16 years ago
  70. 7deed0c Fix bug in terminator processing for uninitialized-values: simply ignore the terminator, don't reprocess it. by Ted Kremenek · 16 years ago
  71. afe1091 Fix a compiler error on MSVC (variable name 'E' clash). by Argyrios Kyrtzidis · 16 years ago
  72. b9b3094 finish commenting RewriteRope by Chris Lattner · 16 years ago
  73. 1d5d1da Improve dead store diagnostic. by Ted Kremenek · 16 years ago
  74. 42e7fe5 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 · 16 years ago
  75. 3762208 Added initial support into the flow-sensitive dataflow solver to visit the Block-level expression by Ted Kremenek · 16 years ago
  76. 9d7af51 Bug fix in dead stores: don't always check the liveness of the first decl by Ted Kremenek · 16 years ago
  77. dace4c9 ++/-- makes a variable live since it is used; thus the liveness state is by Ted Kremenek · 16 years ago
  78. 24bd3c4 Handle "__private_extern__" storage class when printing FunctionDecls. by Ted Kremenek · 16 years ago
  79. c8e00b2 Bug fix in LiveVariables: Operators ++/-- may kill a value, but the variable by Ted Kremenek · 16 years ago
  80. 53f9e20 Fix a corner case that ted hit in -emit-html, rdar://5863212 by Chris Lattner · 16 years ago
  81. 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 16 years ago
  82. 0d4e963 Remove bogus token... by Steve Naroff · 16 years ago
  83. bf26856 simplify the implementation of the insert/split operation to return by Chris Lattner · 16 years ago
  84. 8beca11 Rename a file and update the Xcode project. by Steve Naroff · 16 years ago
  85. b29b427 Rename RewriteTest->RewriteObjC. by Steve Naroff · 16 years ago
  86. 5618d88 Add a bunch of comments, move RewriteRope::MakeRopeString out of line. by Chris Lattner · 16 years ago
  87. e93705f Fix comment. by Steve Naroff · 16 years ago
  88. cf7e958 Use isFromMainFile instead of comparing FileIDs directly. by Ted Kremenek · 16 years ago
  89. d0734e5 Fix regression in Diagnostic that caused it to not register the number by Ted Kremenek · 16 years ago
  90. 080c40b Use SourceManager::isFromMainFile() by Ted Kremenek · 16 years ago
  91. 3004be0 Convert over to new SourceManager::isFromMainFile() instead of doing direct by Ted Kremenek · 16 years ago
  92. 5dd0041 HTMLDiagnostics now uses the new "getCanonicalID()", "isFromMainFileID()" methods from by Ted Kremenek · 16 years ago
  93. 9fd87b1 Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 16 years ago
  94. 70778c8 fix more uninit ivars, who wrote this junk? :) by Chris Lattner · 16 years ago
  95. b442e21 Fix an assertion ted was hitting, due to an uninitialized variable. by Chris Lattner · 16 years ago
  96. 06bdb3a Only increment the number of diagnostics when the DiagnosticClient used by Ted Kremenek · 16 years ago
  97. 55af98c Added driver option "-checker-opt-analyze-headers" to force the static by Ted Kremenek · 16 years ago
  98. 1c86b15 Don't flag dead stores that occur in macros. by Ted Kremenek · 16 years ago
  99. 5fcca68 Have BugReporter::EmitWarning use the PathDiagnosticClient if it is available. by Ted Kremenek · 16 years ago
  100. 5fd3e26 move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp by Chris Lattner · 16 years ago