1. aa39197 simplify ownership of the predefines buffer. by Chris Lattner · 16 years ago
  2. fa8ec62 Remove bogus cast (<rdar://problem/5874848> clang objc-rewriter: structure with list of protocols has wrong cast). by Steve Naroff · 16 years ago
  3. 84472a8 Implement FIXME discoved by <rdar://problem/5874876> Rewriter: Explicit ivar refs outside a method are being rewritten by Steve Naroff · 16 years ago
  4. 543409e Fix <rdar://problem/5874697> Rewriter: method arguments with complex types not being rewritten properly. by Steve Naroff · 16 years ago
  5. bef5c8b Restore macro expansion for HTMLPrint by using the original Preprocessor. by Ted Kremenek · 16 years ago
  6. 12fc014 Fixed range highlighting bug in HTML diagnostics. by Ted Kremenek · 16 years ago
  7. 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 16 years ago
  8. 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
  9. a42cf2e Generate the Preprocessor using a local PreprocessorFactory object. by Ted Kremenek · 16 years ago
  10. 9e8829b Temporarily disable macro expansion in the HTML output of HTMLDiagnostics to by Ted Kremenek · 16 years ago
  11. b747814 HAve HTMLDiagnostics use html::HighlightRange to highlight message ranges. by Ted Kremenek · 16 years ago
  12. 3dd4ba4 Added property decl support for protocols. by Fariborz Jahanian · 16 years ago
  13. 165b954 Allow redirecting text diagnostic printer output to any llvm::OStream, rather by Nate Begeman · 16 years ago
  14. ef17782 Addition of TranslationUnitDecl to the AST: by Argyrios Kyrtzidis · 16 years ago
  15. 7e7e387 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 16 years ago
  16. a760f5f Added fixme. by Ted Kremenek · 16 years ago
  17. 47abe76 Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags by Ted Kremenek · 16 years ago
  18. c54d50a split syntax highlighting of macros from keywords and comments, by Chris Lattner · 16 years ago
  19. 3245a0a Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 16 years ago
  20. 8ac661c Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 16 years ago
  21. fdbe679 Remove "--html-test" driver option and its corresponding code; all of this by Ted Kremenek · 16 years ago
  22. b9bc3ec speed up -emit-html in a release build by 6.5% by avoiding std::string. by Chris Lattner · 16 years ago
  23. 248a753 Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl(). by Steve Naroff · 16 years ago
  24. 4b0f813 For HTML diagnostics, output more information about a bug report. by Ted Kremenek · 16 years ago
  25. 24bd3c4 Handle "__private_extern__" storage class when printing FunctionDecls. by Ted Kremenek · 16 years ago
  26. 1de1e74 New AST representation for each objc2's property declaration. by Fariborz Jahanian · 16 years ago
  27. 0d4e963 Remove bogus token... by Steve Naroff · 16 years ago
  28. 8beca11 Rename a file and update the Xcode project. by Steve Naroff · 16 years ago
  29. b29b427 Rename RewriteTest->RewriteObjC. by Steve Naroff · 16 years ago
  30. e93705f Fix comment. by Steve Naroff · 16 years ago
  31. cf7e958 Use isFromMainFile instead of comparing FileIDs directly. by Ted Kremenek · 16 years ago
  32. 080c40b Use SourceManager::isFromMainFile() by Ted Kremenek · 16 years ago
  33. 3004be0 Convert over to new SourceManager::isFromMainFile() instead of doing direct by Ted Kremenek · 16 years ago
  34. 5dd0041 HTMLDiagnostics now uses the new "getCanonicalID()", "isFromMainFileID()" methods from by Ted Kremenek · 16 years ago
  35. 55af98c Added driver option "-checker-opt-analyze-headers" to force the static by Ted Kremenek · 16 years ago
  36. 1102d6b Handle -D and -U options in order, so that they can cancel each other out when by Sam Bishop · 16 years ago
  37. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 16 years ago
  38. 8808f00 Fix rdar://5843510 don't assert and die when an invalid output by Chris Lattner · 16 years ago
  39. 3ea0b6a Fix some bonehead bugs in summary generation in CFRefCount. by Ted Kremenek · 16 years ago
  40. d71ed26 Refactored all logic to run the GRSimpleVals and CFRef checker into a common by Ted Kremenek · 16 years ago
  41. f5749aa For -emit-html, use the Rewriter to expand tabs. by Ted Kremenek · 16 years ago
  42. fa5be36 Don't expand tabs in EscapeText, but rather expand them when writing out by Ted Kremenek · 16 years ago
  43. dab4ead Improve range highlighting in HTMLDiagnostic to correctly highlight ranges by Ted Kremenek · 16 years ago
  44. 0676751 silence some warnings when assertions are disabled. by Chris Lattner · 16 years ago
  45. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago
  46. 5db17c9 Fix rdar://5846705: "clang -E foo.c -o foo.i" should remove foo.i on error. by Chris Lattner · 16 years ago
  47. b048c98 This patch contains these changes: by Chris Lattner · 16 years ago
  48. d658b56 Fix handling of implicit int, resolving PR2012 and reverting (and by Chris Lattner · 16 years ago
  49. b10f273 Avoid implicitly including any header files (requested by ckane). by Steve Naroff · 16 years ago
  50. c5e3277 Rewrite @package (an ObjC 2.0 idiom). by Steve Naroff · 16 years ago
  51. 563b828 Fix MS-specific bug in RewriteTest::RewriteObjCMethodDecl(). by Steve Naroff · 16 years ago
  52. 0ed844b Introduce ContextDecl, patch by Argiris Kirtzidis! by Chris Lattner · 16 years ago
  53. 344f7e3 Use logical line number for BUGLINE. by Ted Kremenek · 16 years ago
  54. 7e76944 Added guard for printing out PathDiagnostics whose last element ends with by Ted Kremenek · 16 years ago
  55. 4ccea1a Call delete on the deserialized TranslationUnit object. by Sam Bishop · 16 years ago
  56. 718ceb1 Added path sequence numbers in HTML output of PathDiagnostics. by Ted Kremenek · 16 years ago
  57. b947639 Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted HTML file. by Ted Kremenek · 16 years ago
  58. 86b4381 Put "BUGDESC" comment tag on its own line. by Ted Kremenek · 16 years ago
  59. 0761540 Embed "DESC" tag in HTML reports. by Ted Kremenek · 16 years ago
  60. 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 16 years ago
  61. 33bd942 Embed linkable IDs in message bubbles. by Ted Kremenek · 16 years ago
  62. 8fb0016 Better handling for tabs with message bubbles. by Ted Kremenek · 16 years ago
  63. 2aa13b5 When emitting HTML messages, take into account margin fusing due to tabs. by Ted Kremenek · 16 years ago
  64. 4dc41cc Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removed by Ted Kremenek · 16 years ago
  65. f186f30 Disable timing diagnostics for GRSimpleVals. by Ted Kremenek · 16 years ago
  66. a7b402d Only have the rewriter produce a file when there are no errors. by Steve Naroff · 16 years ago
  67. 9630ec5 Add some of Ted's recent work to the VC++ project file. by Steve Naroff · 16 years ago
  68. ba92b2e Collect all the preamble code and don't insert it until the end. by Steve Naroff · 16 years ago
  69. 5d0f592 For HTMLDiagnostics, when emitting the name of the directory, substitute the current working directory for "." by Ted Kremenek · 16 years ago
  70. 053ef59 Add html::EscapeText for std::string; use this function to escape text in message bubbles. by Ted Kremenek · 16 years ago
  71. 1c33975 Don't emit any timings for GRSimple if the CFG is not going to be built. by Ted Kremenek · 16 years ago
  72. 5d00f86 Output directory as well as file name. by Ted Kremenek · 16 years ago
  73. 2e93981 Added <h3> tag in HTML file output that contains the name of the source file. by Ted Kremenek · 16 years ago
  74. 88f5cde Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements PathDiagnostic) by Ted Kremenek · 16 years ago
  75. 2b70af4 Fixed copy-paste error. by Ted Kremenek · 16 years ago
  76. 4fdd29b Add a couple files to VC++ project and cleanup an "#if 0". by Steve Naroff · 16 years ago
  77. f24964c debian amd64 testing by Andrew Lenharth · 16 years ago
  78. 92d56b7 debian ia32 testing by Andrew Lenharth · 16 years ago
  79. c68ab77 Teach the rewriter how to respect the -o option. by Chris Lattner · 16 years ago
  80. 0f1b67b Added HTML highlighting for ranges. by Ted Kremenek · 16 years ago
  81. e8e019e Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 16 years ago
  82. 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 16 years ago
  83. ad0a203 Moved generation of html header/footer with builtin CSS to the rewriter library. by Ted Kremenek · 16 years ago
  84. d6c1360 More cleanups to the HTML rewriter (with line formatting), with better by Ted Kremenek · 16 years ago
  85. f830997 More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated by Ted Kremenek · 16 years ago
  86. 1b3188c More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. by Ted Kremenek · 16 years ago
  87. b485cd1 Some cleanups to the HTMLRewrite API. Added support for printing out line by Ted Kremenek · 16 years ago
  88. 5e0020e Added HTML pretty-printer. by Ted Kremenek · 16 years ago
  89. 6a34083 Added the beginning of a set of rewriter functions for pretty-printing source by Ted Kremenek · 16 years ago
  90. 2679e48 Fix <rdar://problem/5716940> rewriter generates invalid C code when no selector found. by Steve Naroff · 16 years ago
  91. 2a22816 Wrap up __NSConstantStringImpl (the replacement for __builtin___CFStringMakeConstantString). by Steve Naroff · 16 years ago
  92. a567425 clean up iteration over propertydecls. by Chris Lattner · 16 years ago
  93. f4af515 clean up property memory allocation to move it into the ast classes by Chris Lattner · 16 years ago
  94. 55d13b4 make property addition work list all other "add" methods. Do by Chris Lattner · 16 years ago
  95. f3a7af9 Convert more counts to be zero based instead of -1 based, make them unsigned. by Chris Lattner · 16 years ago
  96. c858105 minor cleanups, make getNumInstanceMethods always return unsigned. by Chris Lattner · 16 years ago
  97. 58cce3b Make the parameter count of ObjCMethodDecl unsigned, you by Chris Lattner · 16 years ago
  98. 8e25d86 switch the rest of the C decl classes to do their by Chris Lattner · 16 years ago
  99. c63e660 move the ASTContext argument to be first in the argument list of by Chris Lattner · 16 years ago
  100. a98e58d Switch over functiondecl. This makes it obvious that the ASTContext by Chris Lattner · 16 years ago