1. 959dc84 Use trailing documentation comments properly by Dmitri Gribenko · 12 years ago
  2. a09cd81 objective-C modern translator: Fixes a mistranslation by Fariborz Jahanian · 12 years ago
  3. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  4. 9ffd1ae objective-C modern translation: Fix another random translation bug by Fariborz Jahanian · 12 years ago
  5. bfaa111 objective-C modern translator. Fixes a trivial by Fariborz Jahanian · 12 years ago
  6. ada7191 objective-C modern translator. Generate #line by Fariborz Jahanian · 12 years ago
  7. 31c4a4b objective-C modern translator. More fixups for by Fariborz Jahanian · 12 years ago
  8. cd3b036 objective-C modern translator. Fix up the translated by Fariborz Jahanian · 12 years ago
  9. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 12 years ago
  10. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  11. e3b2988 Fix indent and remove parameter with a matching default value. by Chad Rosier · 12 years ago
  12. 87aa2fb Remove duplicate includes. by Roman Divacky · 12 years ago
  13. ad017fa Revert r170500. It over-zealously converted *ALL* things named Attributes, which is wrong here. by Bill Wendling · 12 years ago
  14. 094dbf9 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 12 years ago
  15. 6febf12 Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it, by Eli Friedman · 12 years ago
  16. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  17. c2b914f Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. by Benjamin Kramer · 12 years ago
  18. a93d0f2 Include pruning and general cleanup. by Benjamin Kramer · 12 years ago
  19. 9852f58 Don't include Type.h in DeclarationName.h. by Benjamin Kramer · 12 years ago
  20. 2fa67ef Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 12 years ago
  21. b15c898 objective-C blocks: Make sure that identical logic is used by Fariborz Jahanian · 12 years ago
  22. 9ecf642 Make libASTMatchers link its dependencies. libRewriteFrontend depends on libRewriteCore. by Benjamin Kramer · 12 years ago
  23. 3b45ca9 objective-C modern translator. Start the line directive on a new line. by Fariborz Jahanian · 12 years ago
  24. 43f4f1e modern ObjC translator. Insert line number for @synchronized statements. by Fariborz Jahanian · 12 years ago
  25. f616ae2 objective-C modern rewriter. Insert line numbers in by Fariborz Jahanian · 12 years ago
  26. ba529a9 RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line directive to escape Win32 path separator '\\'. by NAKAMURA Takumi · 12 years ago
  27. 9620596 Modern objective-C translator: Start adding line info to the by Fariborz Jahanian · 12 years ago
  28. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  29. b43d87b Remove pointless classof()'s. by Sean Silva · 12 years ago
  30. 2ec1d13 Silencing an MSVC warning about */ being found outside of a comment. by Aaron Ballman · 12 years ago
  31. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  32. f8afcff For PPCallbacks::InclusionDirective() add a parameter for the module, whenever by Argyrios Kyrtzidis · 12 years ago
  33. da31359 Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120917/064551.html by Argyrios Kyrtzidis · 12 years ago
  34. 1ad23d6 Remove redundant semicolons which are null statements. by Dmitri Gribenko · 12 years ago
  35. 2d234d73 Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! by Aaron Ballman · 12 years ago
  36. 305c613 Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. by Ted Kremenek · 12 years ago
  37. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  38. a6e5a6e Modern objc translator: Fixes a crash in rewriter when rewriting the API by Fariborz Jahanian · 12 years ago
  39. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  40. b23b711 [analyzer] Add Prev/Next links to the HTML output. by Jordan Rose · 12 years ago
  41. 11abf2a clang/lib: [CMake] Update tblgen'd dependencies. by NAKAMURA Takumi · 12 years ago
  42. 2ca5af2 objective-c modern translator. Provide declaration of by Fariborz Jahanian · 12 years ago
  43. daa872b modern objective-c translator: conditionally include by Fariborz Jahanian · 12 years ago
  44. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
  45. 6734ec4 objective-c modern translator: synthesize argument type by Fariborz Jahanian · 12 years ago
  46. 49f6dac modern objc translator: string.h is unavailable on some non-OSX by Fariborz Jahanian · 12 years ago
  47. be8d55c objective-c modern translator: Translation into objc_msgSend_stret by Fariborz Jahanian · 12 years ago
  48. 9fc5b00 objective-c rewriter: refactoring of rewriting of by Fariborz Jahanian · 12 years ago
  49. b0d8671 Remove a goofy CMake hack and use the standard CMake facilities to by Chandler Carruth · 12 years ago
  50. 260611a Restructure how the driver communicates information about the by John McCall · 12 years ago
  51. 8c10f84 Documentation cleanup: Escaped backslashes in Doxygen comments. by James Dennett · 12 years ago
  52. bae2b31 Fix crash on missing header in -rewrite-includes. by David Blaikie · 12 years ago
  53. 60ad16b Rename -rewrite-includes to -frewrite-includes. by David Blaikie · 12 years ago
  54. ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
  55. 3159819 Replace a char counting helper function with std::count. by Benjamin Kramer · 12 years ago
  56. 49fdccb Convert comments to proper Doxygen comments. by Dmitri Gribenko · 12 years ago
  57. 6fe6a49 Disable _Pragma during HTML macro rewriting to keep from crashing. by Jordan Rose · 12 years ago
  58. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  59. 8c0b378 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 12 years ago
  60. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  61. 2d9c4df clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Win32 doesn't allow rename/removing opened files. by NAKAMURA Takumi · 12 years ago
  62. c9b72b6 cleanup some code. by Fariborz Jahanian · 12 years ago
  63. 042b91d modern objc translation: Add translation of @autoreleasepool by Fariborz Jahanian · 12 years ago
  64. bfbfee5 Adds a method overwriteChangedFiles to the Rewriter. This is implemented by by Manuel Klimek · 12 years ago
  65. 163d3ce Modern objective-c translation. Translating default by Fariborz Jahanian · 12 years ago
  66. 20e181a modern objc translation. objc_getClass() and objc_getMetaClass() by Fariborz Jahanian · 12 years ago
  67. fcf7f9f Revert r156097, which appears to be causing some breakage. by Douglas Gregor · 12 years ago
  68. ebfa272 objc modern translator: fix up attribute for dynamic property in a category. by Fariborz Jahanian · 12 years ago
  69. 301e2e4 modern objc translator: support for default property by Fariborz Jahanian · 12 years ago
  70. 8b08adb modern objc translator: used size_t in couple of places. // rdar://11375908 by Fariborz Jahanian · 12 years ago
  71. 502261a modern objc translation. objc_getClass() and objc_getMetaClass() by Fariborz Jahanian · 12 years ago
  72. 13a9c02 modern objective-c translator: Fix destructor def. for __NSContainer_literal. by Fariborz Jahanian · 12 years ago
  73. f5eac48 Modern objective-c translation: Fixing couple of bugs by Fariborz Jahanian · 12 years ago
  74. b68258f modern objective-c translation of private ivars. // rdar://11351299 by Fariborz Jahanian · 12 years ago
  75. 8fba894 modern objective-c translator. named aggregate types by Fariborz Jahanian · 12 years ago
  76. 89585e80 minor refactoring of modern objc translator. by Fariborz Jahanian · 12 years ago
  77. b4ee880 modern objective-c translation: de-virtualize all local rewriting functions. by Fariborz Jahanian · 12 years ago
  78. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  79. 27fc81b objective-c modern translator: Correctly translate by Fariborz Jahanian · 12 years ago
  80. bd78cfa modern objective-c translator: _OBJC_PROTOCOL_REFERENCE_* by Fariborz Jahanian · 12 years ago
  81. 65a7c68 modern objective-c transltion: Fixes a translation bug by Fariborz Jahanian · 12 years ago
  82. 0418953 modern objc rewriter: fixes a bug writing by Fariborz Jahanian · 12 years ago
  83. 4fe261c modern objc translator: Allow writing of multiple by Fariborz Jahanian · 12 years ago
  84. e6e96de objc modern rewriter: allow translation of by Fariborz Jahanian · 12 years ago
  85. 8247c4e objc modern rewriter: minor refactoring. by Fariborz Jahanian · 12 years ago
  86. b5863da objective-c modern translator: Further improving the last by Fariborz Jahanian · 12 years ago
  87. b75f8de modern objective-c translator: Fix writing a spurious 'static' by Fariborz Jahanian · 12 years ago
  88. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  89. 76a98be objective-c modern translation. Correct rewriting of by Fariborz Jahanian · 12 years ago
  90. 0e97681 Modern objective-c translator:'self' used inside by Fariborz Jahanian · 12 years ago
  91. 43aa1c3 modern objective-c translator: translation of implicit by Fariborz Jahanian · 12 years ago
  92. a9ab209 Actually, this tree isn't necessarily binary. by Benjamin Kramer · 12 years ago
  93. 398a498 Recursively delete rewrite rope nodes when tearing down the tree. by Benjamin Kramer · 12 years ago
  94. 8590d86 objective-c modern translator: Make metadata by Fariborz Jahanian · 12 years ago
  95. 653b7cf modern objective-c translator: Fixes translation of by Fariborz Jahanian · 12 years ago
  96. b20c46e modern objective-c translator: When translating by Fariborz Jahanian · 12 years ago
  97. e2d87bc objective-c modern translator: beautify rewrite of by Fariborz Jahanian · 12 years ago
  98. 5ce2827 modern objective-c translator. ifdef'out by Fariborz Jahanian · 12 years ago
  99. 104dbf9 modern objective-c translator. Fixes a mis-translation when by Fariborz Jahanian · 12 years ago
  100. acee1c9 modern objective-c translator. Fixes a translation bug when by Fariborz Jahanian · 12 years ago