1. ef17782 Addition of TranslationUnitDecl to the AST: by Argyrios Kyrtzidis · 16 years ago
  2. 5da6b25 Fix MSVC compiler error: "initialization of 'VD' is skipped by 'case' label" by Argyrios Kyrtzidis · 16 years ago
  3. 6f46be2 insert macro expansions into floating divs. For now, they are always displayed, by Chris Lattner · 16 years ago
  4. 5deb96d correctly hilight multi-line macro definitions and other by Chris Lattner · 16 years ago
  5. 9402b57 Make HighlightRange correctly handle multi-line ranges. This causes us to by Chris Lattner · 16 years ago
  6. 6b31e8e Handle ReturnStmts by dispatching to "EvalReturn" in the transfer function object. by Ted Kremenek · 16 years ago
  7. 5ef3e2c add a new HighlightRange API, it doesn't handle multiline ranges by Chris Lattner · 16 years ago
  8. db86371 CF ref. count checker: Register memory leaks at the end of a path. by Ted Kremenek · 16 years ago
  9. 5eb1044 Bug fix in GREndPathNodeBuilderImpl: Use the specified state to construct by Ted Kremenek · 16 years ago
  10. 61d4615 New AST class for property implementation declarations. by Fariborz Jahanian · 16 years ago
  11. d9a3c33 Fixed a comment. by Fariborz Jahanian · 16 years ago
  12. 411cdee Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a block's terminator. by Ted Kremenek · 16 years ago
  13. 7e7e387 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 16 years ago
  14. 678c635 reenable highlighting of (the first line of) comments by Chris Lattner · 16 years ago
  15. a745e8c switch from relexing with the preprocessor to do syntax highlighting to relexing by Chris Lattner · 16 years ago
  16. 1392261 Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV to by Ted Kremenek · 16 years ago
  17. 2798e17 Add missing file. by Ted Kremenek · 16 years ago
  18. ec96a2d Hook up "EvalStore" from GRTransferFuncs to GRExprEngine. by Ted Kremenek · 16 years ago
  19. e38718e Take first step to migrating handling of "stores" to values from GRExprEngine by Ted Kremenek · 16 years ago
  20. 5cd2438 LiveVariables now updates the liveness state of block-level expressions that by Ted Kremenek · 16 years ago
  21. 33c6369 In ExplodedGraphImpl::Trim, prioritize for paths that don't span loops by using by Ted Kremenek · 16 years ago
  22. 74ea3e5 Take a stab at highlighting #defines and #includes. This doesn't work yet. by Chris Lattner · 16 years ago
  23. c4586c2 Syntax highlight keywords. I assume someone else will pick less appaling colors. by Chris Lattner · 16 years ago
  24. c54d50a split syntax highlighting of macros from keywords and comments, by Chris Lattner · 16 years ago
  25. 3245a0a Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 16 years ago
  26. 8570f0b Switch AddLineNumbers to hack on a rewritebuffer instead of on a by Chris Lattner · 16 years ago
  27. 7352714 In html::EscapeText, instead of going through the rewriter with by Chris Lattner · 16 years ago
  28. 97b7f26 Remove uses of "Selector&" and "const Selector&", since Selector is just an by Ted Kremenek · 16 years ago
  29. 9ed18e6 Implemented toll-free bridging support for CF Reference count checker. by Ted Kremenek · 16 years ago
  30. 57df3b9 switch AddLineNumber to use a SmallString instead of sstream. This by Chris Lattner · 16 years ago
  31. 2f868c0 Simplify some code. by Ted Kremenek · 16 years ago
  32. 8534820 Added initial boilerplate to support toll-free bridging in the ref-count checker. by Ted Kremenek · 16 years ago
  33. e695e1c Added some comments to GRExprEngine. Reorder some of the method definitions by Ted Kremenek · 16 years ago
  34. 606ceee Change "VisitBlockVarDecl" to "VisitVarDecl". UninitializedValues now works by Ted Kremenek · 16 years ago
  35. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  36. 4b0f813 For HTML diagnostics, output more information about a bug report. by Ted Kremenek · 16 years ago
  37. 7deed0c Fix bug in terminator processing for uninitialized-values: simply ignore the terminator, don't reprocess it. by Ted Kremenek · 16 years ago
  38. afe1091 Fix a compiler error on MSVC (variable name 'E' clash). by Argyrios Kyrtzidis · 16 years ago
  39. b9b3094 finish commenting RewriteRope by Chris Lattner · 16 years ago
  40. 1d5d1da Improve dead store diagnostic. by Ted Kremenek · 16 years ago
  41. 3762208 Added initial support into the flow-sensitive dataflow solver to visit the Block-level expression by Ted Kremenek · 16 years ago
  42. 9d7af51 Bug fix in dead stores: don't always check the liveness of the first decl by Ted Kremenek · 16 years ago
  43. dace4c9 ++/-- makes a variable live since it is used; thus the liveness state is by Ted Kremenek · 16 years ago
  44. c8e00b2 Bug fix in LiveVariables: Operators ++/-- may kill a value, but the variable by Ted Kremenek · 16 years ago
  45. 53f9e20 Fix a corner case that ted hit in -emit-html, rdar://5863212 by Chris Lattner · 16 years ago
  46. 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 16 years ago
  47. bf26856 simplify the implementation of the insert/split operation to return by Chris Lattner · 16 years ago
  48. 5618d88 Add a bunch of comments, move RewriteRope::MakeRopeString out of line. by Chris Lattner · 16 years ago
  49. d0734e5 Fix regression in Diagnostic that caused it to not register the number by Ted Kremenek · 16 years ago
  50. 9fd87b1 Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 16 years ago
  51. 70778c8 fix more uninit ivars, who wrote this junk? :) by Chris Lattner · 16 years ago
  52. b442e21 Fix an assertion ted was hitting, due to an uninitialized variable. by Chris Lattner · 16 years ago
  53. 06bdb3a Only increment the number of diagnostics when the DiagnosticClient used by Ted Kremenek · 16 years ago
  54. 1c86b15 Don't flag dead stores that occur in macros. by Ted Kremenek · 16 years ago
  55. 5fcca68 Have BugReporter::EmitWarning use the PathDiagnosticClient if it is available. by Ted Kremenek · 16 years ago
  56. 5fd3e26 move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp by Chris Lattner · 16 years ago
  57. c967c9d Bug fix in dead-store checker when walking the Decls in a DeclStmt: don't by Ted Kremenek · 16 years ago
  58. 7ded73c Treat calls to unresolved functions in the CF-ref count checker as calls by Ted Kremenek · 16 years ago
  59. d2f642b Hooked up the dead-store checker to the BugReporter interface. Now dead-store by Ted Kremenek · 16 years ago
  60. e5cd857 remove ifdefs by Chris Lattner · 16 years ago
  61. febe719 Change the RewriteRope::Chunks data structure from an std::list into by Chris Lattner · 16 years ago
  62. e772210 Enable clang to codegen emmintrin.h until we have our own emmintrin.h by Nate Begeman · 16 years ago
  63. 5253c7f Fix typo by Nate Begeman · 16 years ago
  64. f8d9e76 Argiris Kirtzidis's fix for handling empty IdDeclInfo's in IdentifierResolver::AddDecl by Douglas Gregor · 16 years ago
  65. 1b7f898 Make Parser::getAccessSpecifierIfPresent const, since it does not modify the state by Douglas Gregor · 16 years ago
  66. 7bc198f Move IdDeclInfoMap class in an anonymous namespace. Suggestion by Chris Lattner. by Argyrios Kyrtzidis · 16 years ago
  67. e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 16 years ago
  68. 2ce52f3 Introduce support for finding class and enum names via ordinary name lookup in C++ by Douglas Gregor · 16 years ago
  69. d98d975 Fix PR2220, making diagnostics for unexpected tokens in pp expressions by Chris Lattner · 16 years ago
  70. 99dc914 This patch is just the easy part of the class names patch, which by Chris Lattner · 16 years ago
  71. 3b7ff0d Change the btree algorithm to split nodes bottom-up instead of top-down. by Chris Lattner · 16 years ago
  72. b169e90 split node splitting from interior node restructuring. by Chris Lattner · 16 years ago
  73. 50b3674 update to follow mainline llvm API change. by Chris Lattner · 16 years ago
  74. 1b30cb2 Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by Argiris by Sam Bishop · 16 years ago
  75. 9e97955 Default argument cleanups and minor improvements, patch by Doug Gregor! by Chris Lattner · 16 years ago
  76. 22cb282 final cleanup, the code is now in a reviewable state. by Chris Lattner · 16 years ago
  77. 8100d74 move the DeltaTree implementation out of line, remove debugging printfs etc. by Chris Lattner · 16 years ago
  78. 7725788 remove ifdefs by Chris Lattner · 16 years ago
  79. 5c9dc5a Do an initial hack at replacing one of the incredibly inefficient by Chris Lattner · 16 years ago
  80. 72e62b0 Use std::list's push_back instead of resize to add an element. by Argyrios Kyrtzidis · 16 years ago
  81. b25e5d7 don't diagnose empty source files, thanks Neil! by Chris Lattner · 16 years ago
  82. 321f278 Fixed comments. by Argyrios Kyrtzidis · 16 years ago
  83. 87f3ff0 Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolver and the Scope. by Argyrios Kyrtzidis · 16 years ago
  84. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 16 years ago
  85. e7bd9c2 Add some boilerplate to report memory leaks at the end of an analyzed function. by Ted Kremenek · 16 years ago
  86. 11062b1 Added "GREndPathNodeBuilder", a new node builder that will be used for by Ted Kremenek · 16 years ago
  87. b887355 Added FIXME by Ted Kremenek · 16 years ago
  88. f9561e5 Fix regression introduced by my last commit. by Ted Kremenek · 16 years ago
  89. a0df99f Changed behavior of how we handle "NULL" summaries: just call by Ted Kremenek · 16 years ago
  90. d6a07aa Add class and super class location info to ObjCInterfaceDecl... by Steve Naroff · 16 years ago
  91. bcf50ad Use RangedBugReport to report better ranges for reference count errors. by Ted Kremenek · 16 years ago
  92. 5e55cda Added "RangedBugReport". by Ted Kremenek · 16 years ago
  93. 1bb1963 Invoke destructors in Decl::Destroy(). by Sam Bishop · 16 years ago
  94. 45bc03f Minor changes per Chris L's review. by Fariborz Jahanian · 16 years ago
  95. 8fa3078 don't read off the front of the buffer. Thanks to Sam for pointing this out. by Chris Lattner · 16 years ago
  96. bb45c51 Stub out and start using a Decl::Destroy() method. by Sam Bishop · 16 years ago
  97. f3c63ae Use the ASTContext allocator when creating deserialized Decl objects. by Sam Bishop · 16 years ago
  98. a2f42b1 two new files for previous patch, by Argiris Kirtzidis by Chris Lattner · 16 years ago
  99. 7f925cc Switch sema to maintaining its own scope chain information for variable by Chris Lattner · 16 years ago
  100. 940b1d8 Fixed some logic errors in the CF ref count checker; we now can detect simple by Ted Kremenek · 16 years ago