1. aadaf78 add some helper methods for removing and replacing text, this makes the by Chris Lattner · 17 years ago
  2. f3dd57e Add a new InsertText method that does the check to see if the insertion was valid. This by Chris Lattner · 17 years ago
  3. 9e13c2e move a large method out of line by Chris Lattner · 17 years ago
  4. dcbc5b0 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 17 years ago
  5. 338d1e2 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 17 years ago
  6. f69cc5d by Steve Naroff · 17 years ago
  7. a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
  8. bffaa83 Modified LiveVariables to perform all of its base initialization in the ctor, by Ted Kremenek · 17 years ago
  9. cb48b9c Driver now passes the top-level FunctionDecl* to GRConstants. by Ted Kremenek · 17 years ago
  10. 0113c9d by Steve Naroff · 17 years ago
  11. e988bc2 Make -o work with -E, patch contributed by Shantonu Sen! by Chris Lattner · 17 years ago
  12. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  13. 874d63f Added passing "ASTContext" to both GREngine and GRConstants. by Ted Kremenek · 17 years ago
  14. 7da8d94 Fixed a nasty bug which took a while to come up with a test case, by Fariborz Jahanian · 17 years ago
  15. 116a4b1 add support for -Wundef. by Chris Lattner · 17 years ago
  16. 7d6b46d Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
  17. 397cbf2 Add Ubuntu 7.10 include path. by Lauro Ramos Venancio · 17 years ago
  18. 7c39ff7 Synthesize methods with va-arg list correctly. by Fariborz Jahanian · 17 years ago
  19. af57b46 Fixed comment. by Fariborz Jahanian · 17 years ago
  20. 20ebf8f by Steve Naroff · 17 years ago
  21. 452b899 Patch to replace #import with #include. by Fariborz Jahanian · 17 years ago
  22. b4b2f0c Insert #pragma once when rewriting a header file. by Fariborz Jahanian · 17 years ago
  23. a453255 Shortened driver option for running the GR-constants analysis to --grconstants. by Ted Kremenek · 17 years ago
  24. ee98546 Hooked up the GRConstants analysis to the driver. by Ted Kremenek · 17 years ago
  25. b586cce Typo. by Fariborz Jahanian · 17 years ago
  26. e8d1c05 Added support for rewriting of continue/break statements inside ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  27. b1a17ae avoid pasting L + "foo" into L"foo". by Chris Lattner · 17 years ago
  28. fdc0d3c avoid token pasting between identifiers and wide strings: by Chris Lattner · 17 years ago
  29. e9b1219 by Steve Naroff · 17 years ago
  30. bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 17 years ago
  31. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  32. e41b7cd When forming the squigly underline for a diagnostic, make sure to by Chris Lattner · 17 years ago
  33. 8800742 Avoid redefinition of __objcFastEnumerationState by Fariborz Jahanian · 17 years ago
  34. 64299f8 add support for the GCC -include option. by Chris Lattner · 17 years ago
  35. 4b1daf0 Fix some 80 col violations by Chris Lattner · 17 years ago
  36. 3a2781c Ted apparently likes crazy whitespace at the end of line. Crush his spirit by by Chris Lattner · 17 years ago
  37. 531a1ea Put return type of synthesize method on same line as method declaration, space after method declaration header. by Fariborz Jahanian · 17 years ago
  38. 7571228 Allow messaging expression as foreach's collection expression. by Fariborz Jahanian · 17 years ago
  39. 88f50f3 Type-cast RHS of assignment to prevent warning compiling rewritten foreach code. by Fariborz Jahanian · 17 years ago
  40. 3f76f2a Fixed a bug whereby a parethesized collection expression was not being rewritten correctly. by Fariborz Jahanian · 17 years ago
  41. e84b040 Typo fixed. by Fariborz Jahanian · 17 years ago
  42. 33b9c4e Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  43. e603df4 Added most of the boilerplate to the driver needed to run the graph-reachability by Ted Kremenek · 17 years ago
  44. 10d24f0 Patch to start rewriting of ObjC2's foreach statement (work in progress). by Fariborz Jahanian · 17 years ago
  45. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  46. 9b2f6c4 Fix PR1897, patch by Wilhansen Li by Chris Lattner · 17 years ago
  47. 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  48. ef5a85d Refactor the decl printer, patch by Mike Stump! by Chris Lattner · 17 years ago
  49. aabbb12 Rename stats to print-stats to avoid conflicting with llvm's by Nate Begeman · 17 years ago
  50. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  51. 4c92b43 Make output files binary mode for -emit-llvm-bc by Christopher Lamb · 17 years ago
  52. 396f9fe Almost the best possible handling of stdin/stdout for llvm-emit-bc! by Christopher Lamb · 17 years ago
  53. 8bd848f Better handing of stdin/stdout for -emit-llvm-bc by Christopher Lamb · 17 years ago
  54. 2d6c065 Allow bitcode output to be redirected to stdout. by Christopher Lamb · 17 years ago
  55. fe947ad Implement -emit-llvm-bc option by Seo Sanghyeon · 17 years ago
  56. eb44eee remove use of alloca. by Chris Lattner · 17 years ago
  57. d0fa109 Unbreak mingw build by Anton Korobeynikov · 17 years ago
  58. cf6e41b Directory restructing of Analysis files. by Ted Kremenek · 17 years ago
  59. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  60. 5411772 Created initial implementation of "BuildSerializer", and ASTConsumer by Ted Kremenek · 17 years ago
  61. f06c928 Split serialization ASTConsumers into two consumers: SingleFileSerializer and by Ted Kremenek · 17 years ago
  62. 1036b68 Added methods createMainFileID() and createMainFileIDForMemBuffer() to by Ted Kremenek · 17 years ago
  63. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  64. 7dcc968 Typo fix. by Ted Kremenek · 17 years ago
  65. 76edd0e Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 17 years ago
  66. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  67. 50b5641 Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" when by Ted Kremenek · 17 years ago
  68. ccc7647 Added "-o" option to driver. ASTConsumers will need to be gradually by Ted Kremenek · 17 years ago
  69. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  70. 23ae091 by Steve Naroff · 17 years ago
  71. 3910c7c Moved generation of the name of the serialized AST file into by Ted Kremenek · 17 years ago
  72. 5ca4020 by Steve Naroff · 17 years ago
  73. dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  74. 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
  75. 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
  76. d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
  77. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  78. 1bfd4a6 Start reading the headermap header, drop the 'errorstr' argument to by Chris Lattner · 17 years ago
  79. c6e2c2a Also fixed similar regression for class methods, as well as more indentations. by Fariborz Jahanian · 17 years ago
  80. 3af66a9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
  81. fc591ac Fixed a regression caused by refactoring of some meta-data generation routines using iteratgors. by Fariborz Jahanian · 17 years ago
  82. 7c1d3df Fixed 80 col violation. by Ted Kremenek · 17 years ago
  83. 73da590 Added driver option -Wno-format-nonliteral to silence format string related by Ted Kremenek · 17 years ago
  84. 0048b51 Unbreak -v with framework paths. Patch by Shantonu Sen. by Chris Lattner · 17 years ago
  85. df77233 as it turns out, frameworks and headermaps are orthogonal. Make this so in by Chris Lattner · 17 years ago
  86. 60e4e2b add a portability fixme. by Chris Lattner · 17 years ago
  87. b94c707 teach RemoveDuplicates about header maps. by Chris Lattner · 17 years ago
  88. 822da61 Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
  89. d665527 rearrange some code and make it more efficient. by Chris Lattner · 17 years ago
  90. 8f3dab8 swtich to smallptrset, which is more efficient than std::set. by Chris Lattner · 17 years ago
  91. 80e1715 make clang -v output more similar to gcc's -v output. by Chris Lattner · 17 years ago
  92. dee7359 simplify the interfaces to ProcessInputFile and InitializePreprocessor by Chris Lattner · 17 years ago
  93. 58dbdeb by Steve Naroff · 17 years ago
  94. fe4e015 Add check in the driver to see if a serialized AST file has been successfully by Ted Kremenek · 17 years ago
  95. cc92709 Changed set of top-level decls from a list to a vector. by Ted Kremenek · 17 years ago
  96. 3821d40 Changed -serialize-ast to not create a temporary directory, but instead by Ted Kremenek · 17 years ago
  97. 0404cd8 Set target data layout info in module. by Chris Lattner · 17 years ago
  98. a1fa3a1 Implemented -serialize-ast option for the driver. This is not really tested by Ted Kremenek · 17 years ago
  99. 20e9748 Implemented prototype mode where the driver can operate on serialized ASTs by Ted Kremenek · 17 years ago
  100. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago