1. ba92b2e Collect all the preamble code and don't insert it until the end. by Steve Naroff · 17 years ago
  2. 4ba6283 Expanded NSString checking to check for nil for a few more methods. by Ted Kremenek · 17 years ago
  3. 9b3fdea Add line SourceLocation to NSString checks. by Ted Kremenek · 17 years ago
  4. e5d5c20 Hooked up initial NSString interface checking to GRSimpleVals. by Ted Kremenek · 17 years ago
  5. 0f9063c ProgramPoint is just a smart pointer; no reason to return a constant reference. by Ted Kremenek · 17 years ago
  6. 487f827 Minor CSS tweaking (smaller h1 tags). by Ted Kremenek · 17 years ago
  7. 5d0f592 For HTMLDiagnostics, when emitting the name of the directory, substitute the current working directory for "." by Ted Kremenek · 17 years ago
  8. bc8e016 Update Xcode project: add BasicObjCFoundationChecks.h by Ted Kremenek · 17 years ago
  9. 5275561 Add creation of BasicObjCFoundationChecks when running GRSimpleVals from the driver. by Ted Kremenek · 17 years ago
  10. 5c6422f Add default ctor implementation. by Ted Kremenek · 17 years ago
  11. 053ef59 Add html::EscapeText for std::string; use this function to escape text in message bubbles. by Ted Kremenek · 17 years ago
  12. 1c33975 Don't emit any timings for GRSimple if the CFG is not going to be built. by Ted Kremenek · 17 years ago
  13. 5d00f86 Output directory as well as file name. by Ted Kremenek · 17 years ago
  14. 2e93981 Added <h3> tag in HTML file output that contains the name of the source file. by Ted Kremenek · 17 years ago
  15. fb5610d Added AnnotatedPath.h, GRAuditor.h, GRSimpleAPICheck.h and BasicObjCFoundationChecks.cpp to Xcode project. by Ted Kremenek · 17 years ago
  16. 99c6ad3 Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless checkers to be injected into the analyzer. by Ted Kremenek · 17 years ago
  17. 50e58c1 Updated Xcode project with HTMLDiagnostics.[h,cpp] by Ted Kremenek · 17 years ago
  18. 88f5cde Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements PathDiagnostic) by Ted Kremenek · 17 years ago
  19. 120187d PathDiagnosticPiece no longer contains a vector of strings; just one string. by Ted Kremenek · 17 years ago
  20. 2b70af4 Fixed copy-paste error. by Ted Kremenek · 17 years ago
  21. b8540c6 Added PathDiagnostic.[h,cpp] to Xcode project. by Ted Kremenek · 17 years ago
  22. d3abcdf Added classes "PathDiagnosticPiece", "PathDiagnostic", and "PathDiagnosticClient", which encapsulate diagnostic reporting for paths. by Ted Kremenek · 17 years ago
  23. c748403 In ObjCMessageExpr: getSelector() const should just return "Selector", not "const Selector&" because Selector is just a smart pointer. by Ted Kremenek · 17 years ago
  24. 49535ef Fix rewriter tests to work with new output file logic. This changes forces the output to standard out (rather than generate a .cpp file, which is the new default for the rewriter). by Steve Naroff · 17 years ago
  25. 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
  26. 5f67d13 Added test case for static analysis to warn about passing uninitialized values as arguments (not the receiver) in message expressions. by Ted Kremenek · 17 years ago
  27. 2daf5b6 Added test case for static analyzer to detect uses of uninitialized pointers as receivers in Objective-C message expressions. by Ted Kremenek · 17 years ago
  28. 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
  29. c5e2f34 Alloc redeclaration of typedefs within ExternCSystemHeaderDir's AND SystemHeaderDir's. by Steve Naroff · 17 years ago
  30. 8c1a9a8 allow the format attribute to be specified in function pointer prototypes by Nuno Lopes · 17 years ago
  31. b098288 Added hacked version of ccc script used to invoke the static analyzer. This by Ted Kremenek · 17 years ago
  32. 8e7dafe Extend QualType::getAddressSpace to do the right thing for array types, and in by Nate Begeman · 17 years ago
  33. 245f1b5 Add missing files by Nate Begeman · 17 years ago
  34. dbfe41a GRSimple analysis now outputs additional diagnostic warnings about by Ted Kremenek · 17 years ago
  35. b930837 Tweak to transfer function for ObjCMessageExpr: handle both instance methods by Ted Kremenek · 17 years ago
  36. 23a4f91 Added logic to check for uninitialized values as the receivers for message expressions by Ted Kremenek · 17 years ago
  37. 55deb97 Added initial transfer function support for ObjCMessageExpr. by Ted Kremenek · 17 years ago
  38. 3fb94d8 Added "arg_iterators" to ObjCMessageExpr (for iterating over the arguments of a message expression) by Ted Kremenek · 17 years ago
  39. 9d4e659 Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edges by Ted Kremenek · 17 years ago
  40. 4fdd29b Add a couple files to VC++ project and cleanup an "#if 0". by Steve Naroff · 17 years ago
  41. f24964c debian amd64 testing by Andrew Lenharth · 17 years ago
  42. 92d56b7 debian ia32 testing by Andrew Lenharth · 17 years ago
  43. ea301e1 Avoid overflowing buffer, patch by Algeris Kirtzidis! by Chris Lattner · 17 years ago
  44. 4cc34cb The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames by Sam Bishop · 17 years ago
  45. 5fb5c6a Changed merge operation for uninitialized values analysis to "intersect" (previous union). by Ted Kremenek · 17 years ago
  46. c68ab77 Teach the rewriter how to respect the -o option. by Chris Lattner · 17 years ago
  47. 21fbe0d fix this test. by Chris Lattner · 17 years ago
  48. 0e561a3 Rename "Nodify" to "MakeNode" by Ted Kremenek · 17 years ago
  49. 49d8dc5 Only invoke the preprocessor; it's the only thing being tested. Also, check by Sam Bishop · 17 years ago
  50. 9a4939f Plug a memory leak in the "this macro expands into a single trivially- by Sam Bishop · 17 years ago
  51. d8b28d7 Use the -E option when invoking clang. Only the preprocessor is by Sam Bishop · 17 years ago
  52. 1e2db03 Add ability to run clang tests under valgrind. Patch by Sam Bishop. by Gabor Greif · 17 years ago
  53. fa59f1f LiveVariables analysis now uses intersect for the merge of block-level expression liveness information. by Ted Kremenek · 17 years ago
  54. 4c0c97d Use make's -C option to enter directories. by Gabor Greif · 17 years ago
  55. 5267d7c reduce chattyness of makefiles by Gabor Greif · 17 years ago
  56. 65307dc scan testdirs only once, patch by Mike Stump, thanks! by Gabor Greif · 17 years ago
  57. 0f1b67b Added HTML highlighting for ranges. by Ted Kremenek · 17 years ago
  58. 0d755ad Fix typo. by Steve Naroff · 17 years ago
  59. 657aefe Fix http://llvm.org/bugs/show_bug.cgi?id=2161. by Steve Naroff · 17 years ago
  60. eeacc52 Change colors of HTML message bubble. by Ted Kremenek · 17 years ago
  61. db87ca0 More CSS enhancements to HTML code printing. by Ted Kremenek · 17 years ago
  62. e8e019e Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 17 years ago
  63. 1ab09f5 Minor speed tweak per Chris's suggestion: use &S[0] instead of S.c_str(). by Ted Kremenek · 17 years ago
  64. 4cefe48 Integrated some of Chris's comments; check for an empty string in InsertStrXXX() by Ted Kremenek · 17 years ago
  65. 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 17 years ago
  66. 0fdf06e Convert tabs to spaces. by Ted Kremenek · 17 years ago
  67. ad0a203 Moved generation of html header/footer with builtin CSS to the rewriter library. by Ted Kremenek · 17 years ago
  68. 572cf09 simplify code by using the variadic StructType::get method. by Chris Lattner · 17 years ago
  69. 36b6a0a simplify the clang codegen by using the new Builder.CreateStructGEP method. by Chris Lattner · 17 years ago
  70. d6c1360 More cleanups to the HTML rewriter (with line formatting), with better by Ted Kremenek · 17 years ago
  71. 329f0f5 Added InsertStrXXX/InsertCStrXXX methods to the Rewriter to provide a simpler by Ted Kremenek · 17 years ago
  72. f7768bc Change "style" to "class" in HTML output. by Ted Kremenek · 17 years ago
  73. f830997 More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated by Ted Kremenek · 17 years ago
  74. 1b3188c More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. by Ted Kremenek · 17 years ago
  75. b485cd1 Some cleanups to the HTMLRewrite API. Added support for printing out line by Ted Kremenek · 17 years ago
  76. 5e0020e Added HTML pretty-printer. by Ted Kremenek · 17 years ago
  77. c22efea Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to by Ted Kremenek · 17 years ago
  78. 6a34083 Added the beginning of a set of rewriter functions for pretty-printing source by Ted Kremenek · 17 years ago
  79. 886c8db Added variant of "InsertText" in the Rewriter to support inserting text both by Ted Kremenek · 17 years ago
  80. 88ad97f Bug fix in RewriteBuffer::getMappedOffset: potentially multiple deltas by Ted Kremenek · 17 years ago
  81. 9f68fa5 Fix comment. by Ted Kremenek · 17 years ago
  82. ea9e170 Update project files. by Steve Naroff · 17 years ago
  83. 3981bf7 Test. by Steve Naroff · 17 years ago
  84. 4c535ac Added method "getSourceMgr" to class Rewriter. by Ted Kremenek · 17 years ago
  85. 17feadf add 'clean' targets, make sure that 'make test' works after 'make clean' by Gabor Greif · 17 years ago
  86. cf20b48 let the %t magic happen, thanks Chris! by Gabor Greif · 17 years ago
  87. ab72ffe Switch over to the parallelized makefile, but keep old serial by Gabor Greif · 17 years ago
  88. f90a248 move #include to the file that needs it. by Chris Lattner · 17 years ago
  89. 6a1bc1b Fix a typo by Nate Begeman · 17 years ago
  90. 2679e48 Fix <rdar://problem/5716940> rewriter generates invalid C code when no selector found. by Steve Naroff · 17 years ago
  91. 2a22816 Wrap up __NSConstantStringImpl (the replacement for __builtin___CFStringMakeConstantString). by Steve Naroff · 17 years ago
  92. 58cda6f Fix assertion. by Ted Kremenek · 17 years ago
  93. 14a1140 Fix integer overflow bug when processing switch statements. by Ted Kremenek · 17 years ago
  94. 7ffa0aa Properly hook up inline asm transfer function logic to the main GRExprEngine logic. by Ted Kremenek · 17 years ago
  95. f81eac6 Updated VS project files to reference all libraries in the "lib" subdirectory. by Ted Kremenek · 17 years ago
  96. ef44bfb Added initial transfer function support for inline asm. by Ted Kremenek · 17 years ago
  97. ec2f7dc Added "inputs" and "outputs" iterator (expression) for AsmStmt. by Ted Kremenek · 17 years ago
  98. b4992db finishing touches: teminate the dots with a newline by Gabor Greif · 17 years ago
  99. 9c16711 Check in a couple fixes for vector extensions. by Nate Begeman · 17 years ago
  100. a716d7a Bug fix in CFG construction: VisitCompoundStmt should return the last created block. by Ted Kremenek · 17 years ago