1. b6e64c5 Rename ScopedDecl::getContext() -> getContextDecl(). Two motivations: by Steve Naroff · 17 years ago
  2. 9b2dc28 Since isComplexType() no longer returns true for _Complex integers, the code by Chris Lattner · 17 years ago
  3. 72858c9 updates from David. by Chris Lattner · 17 years ago
  4. be09ede various bug fixes, add to xcode project. by Chris Lattner · 17 years ago
  5. 7ba9c60 initial checkin of Étoilé runtime support, patch by David Chisnall by Chris Lattner · 17 years ago
  6. e2ef815 Add explicit support for diagnosing implicit function decls. by Steve Naroff · 17 years ago
  7. 63f067f PR1963: Address of function is a constant expression by Seo Sanghyeon · 17 years ago
  8. 730f2c1 fix build error: add missing braces. by Torok Edwin · 17 years ago
  9. 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 17 years ago
  10. c8aa5f1 Codegen assignment to self correctly, patch by David Chisnall! by Chris Lattner · 17 years ago
  11. 1330b0e Ignore qualifiers when checking vector operands, just like scalar operands. by Nate Begeman · 17 years ago
  12. 7956f75 Added investigate patch for an occasionally failing assertion (heisenbug?) by Ted Kremenek · 17 years ago
  13. dbebb73 Teach clang how to codegen punpcklbw and punpcklwd by Nate Begeman · 17 years ago
  14. a2fdbf5 Better range highlight for undefined-argument checks. by Ted Kremenek · 17 years ago
  15. a7bf7e7 When reporting "bad receiver" warnings, highlight the receiver. by Ted Kremenek · 17 years ago
  16. de7161f Use "getRanges" in default implementation of "getEndPath" to determine by Ted Kremenek · 17 years ago
  17. f1ae705 Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use by Ted Kremenek · 17 years ago
  18. 1758b07 Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. by Ted Kremenek · 17 years ago
  19. 0f9c72f trivial whitespace fix by Sam Bishop · 17 years ago
  20. 70d1722 Handle the case when getEndPath() returns NULL. by Ted Kremenek · 17 years ago
  21. 49cd635 Some cleanups in EscapeText and AddLineNumbers. Still investigating performance by Ted Kremenek · 17 years ago
  22. fce71b8 Fix PR2081 (problems codegen'ing some recursive structures) patch by Chris Lattner · 17 years ago
  23. 71de20e Created a destructor so that the top-level decls can be deleted. by Sam Bishop · 17 years ago
  24. 1c19245 Add back bug name to PathDiagnostic. by Ted Kremenek · 17 years ago
  25. bc896f5 Fix a bug where we didn't check the RHS for null, we checked by Chris Lattner · 17 years ago
  26. 988ee6e qualifier comparisons should be done on canonical types. by Chris Lattner · 17 years ago
  27. 8266d7f Call "delete" on the body of FunctionDecls. by Sam Bishop · 17 years ago
  28. 94826a7 When creating PathDiagnostics, created a trimmed graph first and report the by Ted Kremenek · 17 years ago
  29. 61f3e05 Created new path-sensitive bug-reporting scheme based on the classes by Ted Kremenek · 17 years ago
  30. 9e628a0 CSS tweaking on blue boxes. by Ted Kremenek · 17 years ago
  31. 07b39fc 80 col violation by Ted Kremenek · 17 years ago
  32. 87abc03 Added more PathDiagnostic rendering for terminators: switch, goto, loops. by Ted Kremenek · 17 years ago
  33. f23621f Blue diagnostic boxes. by Ted Kremenek · 17 years ago
  34. 718ceb1 Added path sequence numbers in HTML output of PathDiagnostics. by Ted Kremenek · 17 years ago
  35. 3110251 Change ObjCInterfaceDecl to inherit from NamedDecl (not TypeDecl). While ObjCInterfaceDecl is arguably a TypeDecl, it isn't a ScopedDecl. Since TypeDecl's are scoped, it makes sense to simply treat them as NamedDecl's. I could have fiddled a bit more with the hierarchy (in terms of creating a non-scoped TypeDecl), however this probably isn't worth the effort. by Steve Naroff · 17 years ago
  36. 3cc9fdc Shorted bug-description. by Ted Kremenek · 17 years ago
  37. 423a3c9 simplify some code by using PointerLikeType. by Chris Lattner · 17 years ago
  38. bdcd637 add a common base class "PointerLikeType" for PointerType and ReferenceType, by Chris Lattner · 17 years ago
  39. 987798a properly handle array decay in objc message exprs. by Chris Lattner · 17 years ago
  40. b327ce0 by Steve Naroff · 17 years ago
  41. dd59811 Beginning of some cleanups; start generating path diagnostics using objects by Ted Kremenek · 17 years ago
  42. d805bec Various parts of the standard require something to be an "incomplete or by Chris Lattner · 17 years ago
  43. 96b77fc 1) Enforce C99 6.7.3p2: "Types other than pointer types derived from by Chris Lattner · 17 years ago
  44. d965455 Add a citation. by Chris Lattner · 17 years ago
  45. e632774 Fix several bugs in array -> pointer decomposition. by Chris Lattner · 17 years ago
  46. 503d613 Added initial hacked support for display path diagnostics with by Ted Kremenek · 17 years ago
  47. 8527f82 remove blank line. by Chris Lattner · 17 years ago
  48. bad3785 print cvr qualifiers on simplified typedefs by Chris Lattner · 17 years ago
  49. f0467b3 rename some variables, fix 80 col violation. No functionality change. by Chris Lattner · 17 years ago
  50. fd89bc8 Fix PR2017 and silence some bogus errors. by Chris Lattner · 17 years ago
  51. c822ff4 Fix a comment typo and add a couple suggestions from Chris. by Steve Naroff · 17 years ago
  52. e8043c3 Fairly large "cleaup" related to changing ObjCCompatibleAliasDecl superclass (to inherit from NamedDecl, instead of ScopedDecl). by Steve Naroff · 17 years ago
  53. a6fb4e0 Patch by Argiris Kirtzidis: Fix a dangling pointer error! by Ted Kremenek · 17 years ago
  54. 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
  55. be2ab45 prune dead #includes by Chris Lattner · 17 years ago
  56. 3c1f7b6 MemoryBuffer::getFile got smarter, obviating the need for readfilefast. by Chris Lattner · 17 years ago
  57. 8fb0016 Better handling for tabs with message bubbles. by Ted Kremenek · 17 years ago
  58. 6bb205c Do not prepend the keyword "[CHECKER]" to checker messages when using by Ted Kremenek · 17 years ago
  59. ff72152 Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12 pages). by Steve Naroff · 17 years ago
  60. 5297e5f Include ranges in GRSimpleVals diagnostics. by Ted Kremenek · 17 years ago
  61. 4dc41cc Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removed by Ted Kremenek · 17 years ago
  62. 615f517 Added variation of the "Report" method in the class Diagnostic that takes by Ted Kremenek · 17 years ago
  63. 02737ed Added path-sensitive check for return statements that return the address by Ted Kremenek · 17 years ago
  64. 8a93423 rename Decl::CompatibleAlias -> ObjCCompatibleAlias. by Chris Lattner · 17 years ago
  65. ce5605e some cleanups on top of David's patch. There are still two by Chris Lattner · 17 years ago
  66. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 17 years ago
  67. 9511096 Make sure Sema::ActOnClassMessage() correctly diagnoses "super". by Steve Naroff · 17 years ago
  68. 8730e13 Added skeleton checking for NSString's method initWithFormat: (do not pass nil). This won't be useful in most cases right now by Ted Kremenek · 17 years ago
  69. 4ba6283 Expanded NSString checking to check for nil for a few more methods. by Ted Kremenek · 17 years ago
  70. 9b3fdea Add line SourceLocation to NSString checks. by Ted Kremenek · 17 years ago
  71. e5d5c20 Hooked up initial NSString interface checking to GRSimpleVals. by Ted Kremenek · 17 years ago
  72. 487f827 Minor CSS tweaking (smaller h1 tags). by Ted Kremenek · 17 years ago
  73. 5275561 Add creation of BasicObjCFoundationChecks when running GRSimpleVals from the driver. by Ted Kremenek · 17 years ago
  74. 053ef59 Add html::EscapeText for std::string; use this function to escape text in message bubbles. by Ted Kremenek · 17 years ago
  75. 2e93981 Added <h3> tag in HTML file output that contains the name of the source file. by Ted Kremenek · 17 years ago
  76. 99c6ad3 Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless checkers to be injected into the analyzer. by Ted Kremenek · 17 years ago
  77. 120187d PathDiagnosticPiece no longer contains a vector of strings; just one string. by Ted Kremenek · 17 years ago
  78. d3abcdf Added classes "PathDiagnosticPiece", "PathDiagnostic", and "PathDiagnosticClient", which encapsulate diagnostic reporting for paths. by Ted Kremenek · 17 years ago
  79. a056b4f Bug fix: use GetRVal instead of GetLVal (were getting the value of a DeclRefExpr, not it's address). by Ted Kremenek · 17 years ago
  80. 5af373a Bug fix in transfer function for ObjCMessageExpr: Visit the receiver expression as an ordinary expression, not using VisitLVal. by Ted Kremenek · 17 years ago
  81. c5e2f34 Alloc redeclaration of typedefs within ExternCSystemHeaderDir's AND SystemHeaderDir's. by Steve Naroff · 17 years ago
  82. 8c1a9a8 allow the format attribute to be specified in function pointer prototypes by Nuno Lopes · 17 years ago
  83. 8e7dafe Extend QualType::getAddressSpace to do the right thing for array types, and in by Nate Begeman · 17 years ago
  84. dbfe41a GRSimple analysis now outputs additional diagnostic warnings about by Ted Kremenek · 17 years ago
  85. b930837 Tweak to transfer function for ObjCMessageExpr: handle both instance methods by Ted Kremenek · 17 years ago
  86. 23a4f91 Added logic to check for uninitialized values as the receivers for message expressions by Ted Kremenek · 17 years ago
  87. 55deb97 Added initial transfer function support for ObjCMessageExpr. by Ted Kremenek · 17 years ago
  88. 9d4e659 Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edges by Ted Kremenek · 17 years ago
  89. ea301e1 Avoid overflowing buffer, patch by Algeris Kirtzidis! by Chris Lattner · 17 years ago
  90. 5fb5c6a Changed merge operation for uninitialized values analysis to "intersect" (previous union). by Ted Kremenek · 17 years ago
  91. 0e561a3 Rename "Nodify" to "MakeNode" by Ted Kremenek · 17 years ago
  92. 9a4939f Plug a memory leak in the "this macro expands into a single trivially- by Sam Bishop · 17 years ago
  93. fa59f1f LiveVariables analysis now uses intersect for the merge of block-level expression liveness information. by Ted Kremenek · 17 years ago
  94. 0f1b67b Added HTML highlighting for ranges. by Ted Kremenek · 17 years ago
  95. 0d755ad Fix typo. by Steve Naroff · 17 years ago
  96. 657aefe Fix http://llvm.org/bugs/show_bug.cgi?id=2161. by Steve Naroff · 17 years ago
  97. eeacc52 Change colors of HTML message bubble. by Ted Kremenek · 17 years ago
  98. db87ca0 More CSS enhancements to HTML code printing. by Ted Kremenek · 17 years ago
  99. e8e019e Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 17 years ago
  100. 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 17 years ago