1. 2673c9f Fix bug in BugReporter where we didn't handle emitting diagnostics for by Ted Kremenek · 16 years ago
  2. ce2e332 Added some notes about the LLVM "checker". This isn't a public link yet; still refining. by Ted Kremenek · 16 years ago
  3. 5827754 remove the 'unused static' diagnostic from codegen. This should be by Chris Lattner · 16 years ago
  4. 27ae6c6 initial support for recognizing __transparent_union__ attributes by Nuno Lopes · 16 years ago
  5. 4b443a6 Handle dereferences of function pointers (which return a handle to the function). by Ted Kremenek · 16 years ago
  6. 2bfe9ea Don't abort on GetRVal when the LVal is a StringLiteralVal. by Ted Kremenek · 16 years ago
  7. 5678392 Don't emit empty strings for path diagnostics when taking the default branch of a switch statement that has no label. by Ted Kremenek · 16 years ago
  8. 910e999 Do a better job at computing dead symbols. by Ted Kremenek · 16 years ago
  9. 652adc6 Add preliminary support for flagging leaks around when they happen (doesn't work yet). by Ted Kremenek · 16 years ago
  10. 7fc8957 Better handling for directory names in HTML diagnostics. Work in progress. by Ted Kremenek · 16 years ago
  11. 846d4e9 More boilerplate for handling specialized-transfer function logic for dead symbols. by Ted Kremenek · 16 years ago
  12. b5e0224 Patch to diagnose inconsistancies between properties declared in current and by Fariborz Jahanian · 16 years ago
  13. 77d7ef8 Added initial boilerplate in GRExprEngine to allow checker-specific transfer by Ted Kremenek · 16 years ago
  14. 43ae4b0 Added uninitialized-values (path-sensitive) test case as a regression test by Ted Kremenek · 16 years ago
  15. 08e48c1 Added test case for functionality fix in rdar://problem/5886141 (handle variadic CF Create functions). by Ted Kremenek · 16 years ago
  16. 891d5cc CF reference count checker: handle variadic functions that allocate CF objects. by Ted Kremenek · 16 years ago
  17. 5ab201a Have ValidateOutputConstraint return false instead of firing an assertion by Ted Kremenek · 16 years ago
  18. 5a42995 For case statements involving enums, BugReporter now generates PathDiagnostics by Ted Kremenek · 16 years ago
  19. 6aaca9c Fix minor regression in bug report generation. by Ted Kremenek · 16 years ago
  20. a43a1eb When building PathDiagnostics for bug reports, generate a trimmed ExplodedGraph with a single path that BugReport objects can safely walk and introspect. by Ted Kremenek · 16 years ago
  21. 186350f Fixed: <rdar://problem/5881148> by Ted Kremenek · 16 years ago
  22. c1e9dea TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects by Ted Kremenek · 16 years ago
  23. 5014ab1 Remove false path where the default branch in a switch statement would by Ted Kremenek · 16 years ago
  24. c66d0aa fix a rewriter crash on zero length files. by Chris Lattner · 16 years ago
  25. 688738f Added panic function "assfail". by Ted Kremenek · 16 years ago
  26. 628b96f Patch to build AST for property implementation declarations and by Fariborz Jahanian · 16 years ago
  27. 8b90455 For default branches in switch statements with no default label, print out by Ted Kremenek · 16 years ago
  28. 5b7dcce Rewrote VisitDeclStmt to properly handle initializers that can do anything. by Ted Kremenek · 16 years ago
  29. a548846 Added lval type (and tracking) for StringLiterals. by Ted Kremenek · 16 years ago
  30. 0fe33bc Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers, allowing us to track lvals when they are casted back to pointers. by Ted Kremenek · 16 years ago
  31. 9fdf9c6 "This patch renames by Chris Lattner · 16 years ago
  32. 5585114 PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring by Ted Kremenek · 16 years ago
  33. 5fc073f Use back() instead of end()-1 by Argyrios Kyrtzidis · 16 years ago
  34. 9a108ae Added panic function "dtrace_assfail". by Ted Kremenek · 16 years ago
  35. c5b1bf1 Add VisitArraySubscriptExpr. by Ted Kremenek · 16 years ago
  36. 9a094cb Hardcode "Assert" as a no-return function (panic). by Ted Kremenek · 16 years ago
  37. ad487f4 Add some basic ARM asm constraints by Nate Begeman · 16 years ago
  38. 9704eac Added null dereference test involving arrays. by Ted Kremenek · 16 years ago
  39. 540cbe2 Added null-dereference check for ArraySubscriptExpr. by Ted Kremenek · 16 years ago
  40. 4cd3603 Don't double-increment counter for -arch and -isysroot by Nate Begeman · 16 years ago
  41. c70bee8 Allow property in base class to be implemented in a derived class. by Fariborz Jahanian · 16 years ago
  42. 3603d73 Added missing expected-warning. by Ted Kremenek · 16 years ago
  43. b9ab690 Added null dereference test case looking for null dereferences involving MemberExpr. by Ted Kremenek · 16 years ago
  44. 469ecbd Added support for detected bad dereferences involving MemberExprs, e.g. x->f where "x" is NULL. by Ted Kremenek · 16 years ago
  45. fe87354 Remove unused "verbose" argument to compile(). Also unbreaks ccc-analyzer. by Ted Kremenek · 16 years ago
  46. 6cdf16d More semantics checks of properties. Property implementation can implicitly use by Fariborz Jahanian · 16 years ago
  47. c35b9e4 Support for @dynamic AST build. by Fariborz Jahanian · 16 years ago
  48. d0eef02 Pass "-arch" down to clang. by Ted Kremenek · 16 years ago
  49. d0c33d3 Fix pasto, thanks to Anders for pointing this out. by Chris Lattner · 16 years ago
  50. 559c0c4 Continuation of work on ObjC2's properties. by Fariborz Jahanian · 16 years ago
  51. 393ff04 add arm support by Chris Lattner · 16 years ago
  52. f009795 Clean up handling of function redeclarations by Douglas Gregor · 16 years ago
  53. 7b98957 Fix improper dereference of end() iterator. Patch by Argiris Kirtzidis! by Ted Kremenek · 16 years ago
  54. 1a1d92a Fix PR2236 Add test Implement feedback from Chris re: PR1998 by Nate Begeman · 16 years ago
  55. 65bb89c Two improvements to initializer parsing: by Chris Lattner · 16 years ago
  56. 70f66ab for exponent-related errors, emit the diagnostic on the 'e' or 'p'. by Chris Lattner · 16 years ago
  57. 0b7f69d when emitting diagnostics about some character in a numeric by Chris Lattner · 16 years ago
  58. 4c13b7a Only generate code for static functions and global variables that are actually used. by Nate Begeman · 16 years ago
  59. b1698cf Restructure and simplify Sema::ObjCQualifiedIdTypesAreCompatible, by Chris Lattner · 16 years ago
  60. 7414dc0 html::EscapeText (using the Rewriter) now replaces tabs by default. by Ted Kremenek · 16 years ago
  61. 25ddea7 implement a fixme, add support for ++/-- on long double. by Chris Lattner · 16 years ago
  62. 59138ba use simplified ConstantFP:get method. by Chris Lattner · 16 years ago
  63. f3d8d19 replace form feeds with an <hr> tag. by Chris Lattner · 16 years ago
  64. 51574ea simplify the return of InitializePreprocessor to be bool instead of a fileid by Chris Lattner · 16 years ago
  65. aa39197 simplify ownership of the predefines buffer. by Chris Lattner · 16 years ago
  66. 6bdafbf Gracefully handle when the receiver of a message expression is not a pointer type. by Ted Kremenek · 16 years ago
  67. 39a7973 Pass "-isysroot" option down to clang. by Ted Kremenek · 16 years ago
  68. 7ea02e6 Fix spelling/grammar in comment. by Ted Kremenek · 16 years ago
  69. 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
  70. 8bd4afe Generate code for annotation attributes. by Nate Begeman · 16 years ago
  71. 532485c Add support to module codegen for adding and emitting annotations by Nate Begeman · 16 years ago
  72. d6595fa Ignore qualifiers when attempting to match arguments to parameter types for by Nate Begeman · 16 years ago
  73. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  74. 2f0e89e Another bug fix in emitting warnings without a path: construct a unit PathDiagnostic as we did by Ted Kremenek · 16 years ago
  75. 59b6d5a fix __attribute__(format) for struct function pointer fields by Nuno Lopes · 16 years ago
  76. fa8ec62 Remove bogus cast (<rdar://problem/5874848> clang objc-rewriter: structure with list of protocols has wrong cast). by Steve Naroff · 16 years ago
  77. 27fd586 Reenable using the PathDiagnosticClient for BugReports without paths. by Ted Kremenek · 16 years ago
  78. 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
  79. 84472a8 Implement FIXME discoved by <rdar://problem/5874876> Rewriter: Explicit ivar refs outside a method are being rewritten by Steve Naroff · 16 years ago
  80. af79c11 Turn on CF reference count checker. by Ted Kremenek · 16 years ago
  81. 543409e Fix <rdar://problem/5874697> Rewriter: method arguments with complex types not being rewritten properly. by Steve Naroff · 16 years ago
  82. 95cc1ba Generalize caching mechanism for bugs reports. Now individual BugTypes by Ted Kremenek · 16 years ago
  83. b053396 Fixed more caching bugs related to the one fixed in r49914. Silence by Ted Kremenek · 16 years ago
  84. eaa9eda Fixed elusive caching bug that led to false positives. by Ted Kremenek · 16 years ago
  85. cb61292 Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errors by Ted Kremenek · 16 years ago
  86. 550a0f9 Added "EvalAssume" virtual method to GRTransferFuncs; this is for evaluating by Ted Kremenek · 16 years ago
  87. 3d29206 Tabs -> spaces by Nate Begeman · 16 years ago
  88. 809709f Spelling fix. by Ted Kremenek · 16 years ago
  89. 4f28515 Fixed bug in GREndPathNodeBuilder: only return a node if it wasn't in the node cache. by Ted Kremenek · 16 years ago
  90. 684bb09 scan-build now fixes permissions of report files and directories, which may by Ted Kremenek · 16 years ago
  91. 57cf446 Compute a digest of each report file, and nuke reports that have the same by Ted Kremenek · 16 years ago
  92. d5e2d87 Initialize default double width and alignment by Nate Begeman · 16 years ago
  93. c8b1227 Allow targets to override double size, alignment, and semantics, and tie this by Nate Begeman · 16 years ago
  94. bef5c8b Restore macro expansion for HTMLPrint by using the original Preprocessor. by Ted Kremenek · 16 years ago
  95. fb58609 Provide a version of html::HighlightMacros that takes a Preprocessor&. by Ted Kremenek · 16 years ago
  96. 79c140b More grammar fixes. by Ted Kremenek · 16 years ago
  97. 5e770ca Fix plurality debacle. by Ted Kremenek · 16 years ago
  98. 12fc014 Fixed range highlighting bug in HTML diagnostics. by Ted Kremenek · 16 years ago
  99. 2cf943a Added path diagnostics for reference counts. by Ted Kremenek · 16 years ago
  100. 5c176f7 Make tab insertion really right: the number of spaces inserted by Chris Lattner · 16 years ago