1. 97a9cf3 In FixItRecompile::BeginInvocation() reset the diagnostics before executing by Argyrios Kyrtzidis · 13 years ago
  2. 30ae84c In FixItRecompile::BeginInvocation(), check the return value of BeginSourceFile(). by Argyrios Kyrtzidis · 13 years ago
  3. 98b940b Remove the headers now that ::close() is not used. by Argyrios Kyrtzidis · 13 years ago
  4. c8af910 In FixItRewriteToTemp::RewriteFilename don't try to close the file descriptor by Argyrios Kyrtzidis · 13 years ago
  5. 0277039 Rewrite/FrontendActions.cpp: Tweak to unbreak msvc. by NAKAMURA Takumi · 13 years ago
  6. 24466d8 Add missing include of <unistd.h> by Douglas Gregor · 13 years ago
  7. 61d679a Introduce 3 new fixit options: by Argyrios Kyrtzidis · 13 years ago
  8. 3eaaa99 Per PR 11814, use Monospace instead of Andale Mono. by Ted Kremenek · 13 years ago
  9. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  10. 746f5bc Add IsImplicit field in ObjCMessageExpr that is true when the message by Argyrios Kyrtzidis · 13 years ago
  11. 0774ba7 Fix uninitialized variable warning. by Chad Rosier · 13 years ago
  12. 61cc296 Fix canonicalization of protocol-qualified types by Douglas Gregor · 13 years ago
  13. bd9482d Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 13 years ago
  14. 5e2a1ff Move the data that corresponds to the definition of a protocol into a by Douglas Gregor · 13 years ago
  15. 3fc73ee Use declaresSameEntity() when comparing ObjCProtocolDecls, and by Douglas Gregor · 13 years ago
  16. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  17. 97bbab2 objc, objc rewriter. Fixes couple of bugs one by Fariborz Jahanian · 13 years ago
  18. 05c272f Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only by Douglas Gregor · 13 years ago
  19. 7723fec Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 13 years ago
  20. 60ef308 Replace all comparisons between ObjCInterfaceDecl pointers with calls by Douglas Gregor · 13 years ago
  21. d5c3fa2 More refactoring of objective-C rewriter. by Fariborz Jahanian · 13 years ago
  22. 02f8396 More refactoring of objc rewriter. by Fariborz Jahanian · 13 years ago
  23. dd8079c More objc rewriter refactoring. by Fariborz Jahanian · 13 years ago
  24. 5845717 Some early refactoring of objective-c rewriter. by Fariborz Jahanian · 13 years ago
  25. 88c2596 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 13 years ago
  26. 108fb14 objc rewriter: use a more specific name for local variable used by Fariborz Jahanian · 13 years ago
  27. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  28. 3c3b7f9 Restore r142914 and r142915, now with missing file and apparent by John McCall · 13 years ago
  29. 327a50f Revert r142914 and r142915, due to possibly missing file. by NAKAMURA Takumi · 13 years ago
  30. a1b852f Introduce a placeholder type for "pseudo object" by John McCall · 13 years ago
  31. 336c8f7 objc rewriter: Restore objc_msgSend_stret/objc_msgSendSuper_stret declaration by Fariborz Jahanian · 13 years ago
  32. baac1ea objc rewriter. Fix declaration of objc_msgSend_stret/objc_msgSendSuper_stret. by Fariborz Jahanian · 13 years ago
  33. 5e1cdac Rename TagDecl::isDefinition -> isCompleteDefinition by John McCall · 13 years ago
  34. 1711fc9 Improve location fidelity of objc decls. by Argyrios Kyrtzidis · 13 years ago
  35. 8d9ed79 ArrayRef'ize ObjCMessageExpr by Argyrios Kyrtzidis · 13 years ago
  36. aee526e Introduce a pure virtual clone() method to DiagnosticConsumer, so that by Douglas Gregor · 13 years ago
  37. 30c4240 When 'bool' is not a built-in type but is defined as a macro, print by Douglas Gregor · 13 years ago
  38. 40847cf Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 13 years ago
  39. f40c0ac Rename IgnoringDiagClient to IgnoringDiagConsumer as per issue 5397 by David Blaikie · 13 years ago
  40. 78ad0b9 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago
  41. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  42. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  43. a64ccef Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. by Argyrios Kyrtzidis · 13 years ago
  44. 62ec1f2 Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag. by Francois Pichet · 13 years ago
  45. 3a448fb objc rewriter - more fixes to support compiling the rewritten by Fariborz Jahanian · 13 years ago
  46. 8891480 objc rewriter - Add rewriter test for new instancetype by Fariborz Jahanian · 13 years ago
  47. 1d9b3b2 Give conversions of block pointers to ObjC pointers a different cast kind by John McCall · 13 years ago
  48. a5e2b23 Fix a rewriter bug caused by recent changes in objc's group decls. by Fariborz Jahanian · 13 years ago
  49. 95ed778 objective-c: Treat top-level objective-c declarations by Fariborz Jahanian · 13 years ago
  50. 1a38b46 objc rewriter: Fixes a rewriting of implicit casting of an integral by Fariborz Jahanian · 13 years ago
  51. f23a0ff objective-c rewrite: Fixes rewriting of objective-c collection by Fariborz Jahanian · 13 years ago
  52. a3f61ae objc rewriter - my last patch was not quite right. by Fariborz Jahanian · 13 years ago
  53. 06433c6 objc rewriter - set the flag passed to _Block_object_assign/_Block_object_dispose correctly by Fariborz Jahanian · 13 years ago
  54. 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
  55. 6421162 Rename getInstantiationLineNumber to getExpansionLineNumber in both by Chandler Carruth · 13 years ago
  56. edc3dcc Rename SourceManager::getInstantiationRange to getExpansionRange. by Chandler Carruth · 13 years ago
  57. 4027853 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 13 years ago
  58. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  59. 7c5c676 Switch a comment in Rewrite from 'instantiation' to 'expansion'. by Chandler Carruth · 13 years ago
  60. 65aa688 Make more use of llvm::StringRef in various APIs. In particular, don't by Jay Foad · 13 years ago
  61. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  62. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  63. 0c4e5d6 Replace a literal 8 with Context->getCharWidth() in by Ken Dyck · 13 years ago
  64. 85b1c7c Use S.str() to force a flush. by Fariborz Jahanian · 13 years ago
  65. 750ea61 Be sure to flush raw_string_ostream objects in the Objective-C by Douglas Gregor · 13 years ago
  66. 10c8d9e Introduce Rewriter::IncreaseIndentation() which increase indentations for the lines between the given source range. by Argyrios Kyrtzidis · 13 years ago
  67. 162e1c1 Support for C++11 (non-template) alias declarations. by Richard Smith · 13 years ago
  68. fc8f0e1 fix a bunch of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  69. 3e2193c Add a flag to StringLiteral to keep track of whether the string is a pascal string or not. by Anders Carlsson · 13 years ago
  70. fd183ba Collect the options applicable to the Rewriter methods into a RewriterOptions struct. by Argyrios Kyrtzidis · 13 years ago
  71. 1d01531 Fixup more objc rwriter bug having to do with by Fariborz Jahanian · 13 years ago
  72. 3617809 Fixes a rewrting bug of a property-dot syntax expression inside by Fariborz Jahanian · 13 years ago
  73. b65ed34 Enhance the Rewriter. by Argyrios Kyrtzidis · 13 years ago
  74. 651ba52 Fixes a rewriter bug rewriting call to a byref by Fariborz Jahanian · 13 years ago
  75. 380ee50 ANother rewrite bug, rewriting a call of __byref block. // rdar://9204669 by Fariborz Jahanian · 13 years ago
  76. 822ac87 Fix couple of rewriter bugs related to rewriting a by Fariborz Jahanian · 13 years ago
  77. f4e3cfb Add support for the OpenCL vec_step operator, by generalising and by Peter Collingbourne · 14 years ago
  78. ba877ad Fixed InnerLocStart. by Abramo Bagnara · 14 years ago
  79. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  80. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  81. dff3f01 Fix objc rewriting bug casting to qualified objective-c pointetr. by Fariborz Jahanian · 14 years ago
  82. baac58d Fix a rewriter bug involving call to property's block. // rdar://9055596 by Fariborz Jahanian · 14 years ago
  83. 42f1e65 Fix a rewrite bug. // rdar://9039342 by Fariborz Jahanian · 14 years ago
  84. 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
  85. 05318d8 Block rewriting bug. Don't take address of captured by Fariborz Jahanian · 14 years ago
  86. 7502c1d Give some convenient idiomatic accessors to Stmt::child_range and by John McCall · 14 years ago
  87. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
  88. 6b5a61b A few more tweaks to the blocks AST representation: by John McCall · 14 years ago
  89. 1e8011e Fix an objective-c rewriter bug rewriting a __block by Fariborz Jahanian · 14 years ago
  90. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  91. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  92. b7ec67a Clang should not warn on code in clang that is only there to remove warnings. by Jakob Stoklund Olesen · 14 years ago
  93. c4bf2b9 Introduced raw_identifier token kind. by Abramo Bagnara · 14 years ago
  94. d5b08be Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 equivalents. by Michael J. Spencer · 14 years ago
  95. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  96. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  97. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  98. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  99. f40f0d5 Keep the source location of the selector in ObjCMessageExpr. by Argyrios Kyrtzidis · 14 years ago
  100. 3cd1ea3 Fix rewriter to match recent changes in property ref AST. by Fariborz Jahanian · 14 years ago