1. aa39197 simplify ownership of the predefines buffer. by Chris Lattner · 16 years ago
  2. 6bdafbf Gracefully handle when the receiver of a message expression is not a pointer type. by Ted Kremenek · 16 years ago
  3. 39a7973 Pass "-isysroot" option down to clang. by Ted Kremenek · 16 years ago
  4. 7ea02e6 Fix spelling/grammar in comment. by Ted Kremenek · 16 years ago
  5. a6e2481 Use Digest::MD5 (a Perl module that should come bundled standard with Perl) to compute file digests instead of using the external program "sha1sum" (which may not be present). by Ted Kremenek · 16 years ago
  6. 8bd4afe Generate code for annotation attributes. by Nate Begeman · 16 years ago
  7. 532485c Add support to module codegen for adding and emitting annotations by Nate Begeman · 16 years ago
  8. d6595fa Ignore qualifiers when attempting to match arguments to parameter types for by Nate Begeman · 16 years ago
  9. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  10. 2f0e89e Another bug fix in emitting warnings without a path: construct a unit PathDiagnostic as we did by Ted Kremenek · 16 years ago
  11. 59b6d5a fix __attribute__(format) for struct function pointer fields by Nuno Lopes · 16 years ago
  12. fa8ec62 Remove bogus cast (<rdar://problem/5874848> clang objc-rewriter: structure with list of protocols has wrong cast). by Steve Naroff · 16 years ago
  13. 27fd586 Reenable using the PathDiagnosticClient for BugReports without paths. by Ted Kremenek · 16 years ago
  14. f22eacb Use 'clang' binary in the same dir as scan-build; if it isn't there use the one in the path by Ted Kremenek · 16 years ago
  15. 84472a8 Implement FIXME discoved by <rdar://problem/5874876> Rewriter: Explicit ivar refs outside a method are being rewritten by Steve Naroff · 16 years ago
  16. af79c11 Turn on CF reference count checker. by Ted Kremenek · 16 years ago
  17. 543409e Fix <rdar://problem/5874697> Rewriter: method arguments with complex types not being rewritten properly. by Steve Naroff · 16 years ago
  18. 95cc1ba Generalize caching mechanism for bugs reports. Now individual BugTypes by Ted Kremenek · 16 years ago
  19. b053396 Fixed more caching bugs related to the one fixed in r49914. Silence by Ted Kremenek · 16 years ago
  20. eaa9eda Fixed elusive caching bug that led to false positives. by Ted Kremenek · 16 years ago
  21. cb61292 Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errors by Ted Kremenek · 16 years ago
  22. 550a0f9 Added "EvalAssume" virtual method to GRTransferFuncs; this is for evaluating by Ted Kremenek · 16 years ago
  23. 3d29206 Tabs -> spaces by Nate Begeman · 16 years ago
  24. 809709f Spelling fix. by Ted Kremenek · 16 years ago
  25. 4f28515 Fixed bug in GREndPathNodeBuilder: only return a node if it wasn't in the node cache. by Ted Kremenek · 16 years ago
  26. 684bb09 scan-build now fixes permissions of report files and directories, which may by Ted Kremenek · 16 years ago
  27. 57cf446 Compute a digest of each report file, and nuke reports that have the same by Ted Kremenek · 16 years ago
  28. d5e2d87 Initialize default double width and alignment by Nate Begeman · 16 years ago
  29. c8b1227 Allow targets to override double size, alignment, and semantics, and tie this by Nate Begeman · 16 years ago
  30. bef5c8b Restore macro expansion for HTMLPrint by using the original Preprocessor. by Ted Kremenek · 16 years ago
  31. fb58609 Provide a version of html::HighlightMacros that takes a Preprocessor&. by Ted Kremenek · 16 years ago
  32. 79c140b More grammar fixes. by Ted Kremenek · 16 years ago
  33. 5e770ca Fix plurality debacle. by Ted Kremenek · 16 years ago
  34. 12fc014 Fixed range highlighting bug in HTML diagnostics. by Ted Kremenek · 16 years ago
  35. 2cf943a Added path diagnostics for reference counts. by Ted Kremenek · 16 years ago
  36. 5c176f7 Make tab insertion really right: the number of spaces inserted by Chris Lattner · 16 years ago
  37. 866b5c0 Several Expr subclasses did not mark "getSourceRange()" virtual. Fixed. by Ted Kremenek · 16 years ago
  38. 8dd5646 BugReport::VisitNode now takes BugReporter& instead of ASTContext&. by Ted Kremenek · 16 years ago
  39. 38941b5 Use HTML5 doctype when generating HTML. by Ted Kremenek · 16 years ago
  40. 329d2cc Added null check. by Ted Kremenek · 16 years ago
  41. f501626 Updated CSS colors. Patch by Cedric Venet! by Ted Kremenek · 16 years ago
  42. 576b3ad Added test cases to test for reference count leaks. by Ted Kremenek · 16 years ago
  43. 75840e1 Simplified internal logic of BugReporter, consolidating EmitWarning and by Ted Kremenek · 16 years ago
  44. 5833b90 Fixed a bug in categories and properties. by Fariborz Jahanian · 16 years ago
  45. f624f81 Initial work for property implementation declarations. by Fariborz Jahanian · 16 years ago
  46. 962d326 Update VC++ project files. by Steve Naroff · 16 years ago
  47. bd7efa8 Modified BugReport::getEndPath() to handle the case where end path is at by Ted Kremenek · 16 years ago
  48. 989d519 Hook up reporting reference count memory leaks to the BugReporter mechanism. by Ted Kremenek · 16 years ago
  49. 9227c69 Fix a problem noticed by Nuno, where we wouldn't escape characters in by Chris Lattner · 16 years ago
  50. 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 16 years ago
  51. 1ee8d6f Handle text escaping (e.g. & -> &amp;) 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
  52. a42cf2e Generate the Preprocessor using a local PreprocessorFactory object. by Ted Kremenek · 16 years ago
  53. dc5be47 don't give macros a background by Chris Lattner · 16 years ago
  54. 8aa06ac Make sure popup is on top over other spans. wrap long line. by Chris Lattner · 16 years ago
  55. ec6c574 Added "PreprocessorFactory", an interface for lazily creating Preprocessor objects on-demand. by Ted Kremenek · 16 years ago
  56. 07339a6 Add support in HTML macro expansion for hovering over a macro and automatically by Ted Kremenek · 16 years ago
  57. 9e8829b Temporarily disable macro expansion in the HTML output of HTMLDiagnostics to by Ted Kremenek · 16 years ago
  58. b747814 HAve HTMLDiagnostics use html::HighlightRange to highlight message ranges. by Ted Kremenek · 16 years ago
  59. 3dd4ba4 Added property decl support for protocols. by Fariborz Jahanian · 16 years ago
  60. 4fd8897 Added transfer function support for ReturnStmt to support detecting leaks by Ted Kremenek · 16 years ago
  61. 165b954 Allow redirecting text diagnostic printer output to any llvm::OStream, rather by Nate Begeman · 16 years ago
  62. ff898cd Use TranslationUnitDecl as DeclContext of builtin functions. by Argyrios Kyrtzidis · 16 years ago
  63. ef17782 Addition of TranslationUnitDecl to the AST: by Argyrios Kyrtzidis · 16 years ago
  64. 5da6b25 Fix MSVC compiler error: "initialization of 'VD' is skipped by 'case' label" by Argyrios Kyrtzidis · 16 years ago
  65. 6f46be2 insert macro expansions into floating divs. For now, they are always displayed, by Chris Lattner · 16 years ago
  66. 5deb96d correctly hilight multi-line macro definitions and other by Chris Lattner · 16 years ago
  67. 9402b57 Make HighlightRange correctly handle multi-line ranges. This causes us to by Chris Lattner · 16 years ago
  68. 6b31e8e Handle ReturnStmts by dispatching to "EvalReturn" in the transfer function object. by Ted Kremenek · 16 years ago
  69. 5ef3e2c add a new HighlightRange API, it doesn't handle multiline ranges by Chris Lattner · 16 years ago
  70. db86371 CF ref. count checker: Register memory leaks at the end of a path. by Ted Kremenek · 16 years ago
  71. 5eb1044 Bug fix in GREndPathNodeBuilderImpl: Use the specified state to construct by Ted Kremenek · 16 years ago
  72. 61d4615 New AST class for property implementation declarations. by Fariborz Jahanian · 16 years ago
  73. d9a3c33 Fixed a comment. by Fariborz Jahanian · 16 years ago
  74. 411cdee Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a block's terminator. by Ted Kremenek · 16 years ago
  75. 7e7e387 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 16 years ago
  76. 678c635 reenable highlighting of (the first line of) comments by Chris Lattner · 16 years ago
  77. a745e8c switch from relexing with the preprocessor to do syntax highlighting to relexing by Chris Lattner · 16 years ago
  78. 274d009 Add extra test cases to test "escaping" for the reference count checker. by Ted Kremenek · 16 years ago
  79. 1392261 Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV to by Ted Kremenek · 16 years ago
  80. a8f582d Update XCode project (added GRTransferFuncs.cpp). by Ted Kremenek · 16 years ago
  81. 2798e17 Add missing file. by Ted Kremenek · 16 years ago
  82. ec96a2d Hook up "EvalStore" from GRTransferFuncs to GRExprEngine. by Ted Kremenek · 16 years ago
  83. e38718e Take first step to migrating handling of "stores" to values from GRExprEngine by Ted Kremenek · 16 years ago
  84. 5cd2438 LiveVariables now updates the liveness state of block-level expressions that by Ted Kremenek · 16 years ago
  85. a760f5f Added fixme. by Ted Kremenek · 16 years ago
  86. 47abe76 Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags by Ted Kremenek · 16 years ago
  87. 33c6369 In ExplodedGraphImpl::Trim, prioritize for paths that don't span loops by using by Ted Kremenek · 16 years ago
  88. 74ea3e5 Take a stab at highlighting #defines and #includes. This doesn't work yet. by Chris Lattner · 16 years ago
  89. c4586c2 Syntax highlight keywords. I assume someone else will pick less appaling colors. by Chris Lattner · 16 years ago
  90. c54d50a split syntax highlighting of macros from keywords and comments, by Chris Lattner · 16 years ago
  91. 3245a0a Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 16 years ago
  92. 8ac661c Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 16 years ago
  93. fdbe679 Remove "--html-test" driver option and its corresponding code; all of this by Ted Kremenek · 16 years ago
  94. 8570f0b Switch AddLineNumbers to hack on a rewritebuffer instead of on a by Chris Lattner · 16 years ago
  95. 7352714 In html::EscapeText, instead of going through the rewriter with by Chris Lattner · 16 years ago
  96. 97b7f26 Remove uses of "Selector&" and "const Selector&", since Selector is just an by Ted Kremenek · 16 years ago
  97. d59d96f Update CF reference count checker test case to illustrate the use of by Ted Kremenek · 16 years ago
  98. 9ed18e6 Implemented toll-free bridging support for CF Reference count checker. by Ted Kremenek · 16 years ago
  99. 6837e38 make a method public. by Chris Lattner · 16 years ago
  100. 57df3b9 switch AddLineNumber to use a SmallString instead of sstream. This by Chris Lattner · 16 years ago