1. 6173ef4 Anger the CMake gods by updating 'clang.xcodeproj'. by Argyrios Kyrtzidis · 13 years ago
  2. 0990b00 Save getObjCGCAttrKind and use it in two places by Fariborz Jahanian · 13 years ago
  3. e7442c2 Update Xcode project. by Anders Carlsson · 13 years ago
  4. d016ec2 Add BlocksAttr assert on __block specific routines. by Fariborz Jahanian · 14 years ago
  5. 57d2d23 Replace calls to AppendBytes with calls to AppendPadding when the bytes appended are padding. by Anders Carlsson · 14 years ago
  6. 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
  7. 85fedbf Update Xcode project: remove Action.cpp, add DumpXML.cpp. by John McCall · 14 years ago
  8. ee7cde2 Move CGCXXABI functions to CGCXXABI.cpp by Anders Carlsson · 14 years ago
  9. 7491f10 Update Xcode project. by Anders Carlsson · 14 years ago
  10. 30a9bb8 Update Xcode project. by Anders Carlsson · 14 years ago
  11. cfe240a Update Xcode project. by Anders Carlsson · 14 years ago
  12. a4c2475 Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. by Anders Carlsson · 14 years ago
  13. da4ad9f Fixes a rewrite bug, rewriting nested property usage by Fariborz Jahanian · 14 years ago
  14. fe5ef73 More CharUnits conversion. by Anders Carlsson · 14 years ago
  15. 387fb71 test/SemaCXX/crash-8124080.cpp -> test/SemaCXX/crashes.cpp by Argyrios Kyrtzidis · 14 years ago
  16. 0483dce Qualified 'id' should implement all of static class type's by Fariborz Jahanian · 14 years ago
  17. bd2bfae If a virtual member function has the 'final' attribute, we can devirtualize calls to it. by Anders Carlsson · 14 years ago
  18. e946fc8 Patch for mis-compile of statement expressions with by Fariborz Jahanian · 14 years ago
  19. cd1af3d Move the "used but marked unused" warning behind a special warning flag for now. by Anders Carlsson · 14 years ago
  20. 8a97005 After discussion with Doug and John, I am reverting the patch. by Fariborz Jahanian · 14 years ago
  21. cae5095 Add a __has_attribute macro that works much like __has_feature and __has_builtin. by Anders Carlsson · 14 years ago
  22. 1a4c937 patch fixes class names missing from method names in debug information for by Fariborz Jahanian · 14 years ago
  23. a7d2f19 Xcode keeps modifying the project file and I don't know how to ignore the change; just commit it. by Argyrios Kyrtzidis · 14 years ago
  24. 90fe4bc When dealing with an assignment with LHS being a property reference by Fariborz Jahanian · 14 years ago
  25. 92c8568 Fix a block rewriter bug where copy/dispose entries in by Fariborz Jahanian · 14 years ago
  26. 42499be Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169. by Anders Carlsson · 14 years ago
  27. db148be Copying result of object property reference expression by Fariborz Jahanian · 14 years ago
  28. 37bf9d2 Allow the use of C++0x deleted functions as an extension in C++98. by Anders Carlsson · 14 years ago
  29. 4938f23 Static local variables don't result in global constructors being emitted. by Anders Carlsson · 14 years ago
  30. 5d1d7ae Get rid of the "functions declared 'noreturn' should have a 'void' result type" warning. by Anders Carlsson · 14 years ago
  31. 5832ae6 xcode project file update. by Fariborz Jahanian · 14 years ago
  32. f164b6e clang.xcodeproj updated. by Fariborz Jahanian · 14 years ago
  33. 0ad8b46 Add DelayedDiagnostic.h to xcode project file. by Fariborz Jahanian · 14 years ago
  34. 930c133 More update of clang.xcodeproj for recent changes. by Fariborz Jahanian · 14 years ago
  35. 5ad502f Update clang.xcodeproj for recent refactorings. by Fariborz Jahanian · 14 years ago
  36. 6ab7cd8 Rename the ASTReader header files. by Sebastian Redl · 14 years ago
  37. 904c9c8 Rename the ASTReader implementation files. by Sebastian Redl · 14 years ago
  38. 7faa2ec Rename PCHWriter.h to ASTWriter.h by Sebastian Redl · 14 years ago
  39. 4ee2ad0 Rename the ASTWriter implementation files by Sebastian Redl · 14 years ago
  40. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  41. 4557e47 Revert Sebastian's build-breaking patch. by Douglas Gregor · 14 years ago
  42. 93c9729 Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. by Sebastian Redl · 14 years ago
  43. 1ee1750 Update Xcode project by Douglas Gregor · 14 years ago
  44. 03e80e4 Nasty rewriter bug which turns out to have an easy fix in by Fariborz Jahanian · 14 years ago
  45. 7a40262 Update Xcode project. by Anders Carlsson · 14 years ago
  46. 9d5e5d4 Update .xcodeproj file. by Anders Carlsson · 14 years ago
  47. c49a7d5 Remove RecordLayoutBuilder.h by Anders Carlsson · 14 years ago
  48. 88465d3 Add an InheritancePath parameter to the ImplicitCastExpr constructor. by Anders Carlsson · 14 years ago
  49. 046861b Turn CXXMethodVector into a generic class template. by Anders Carlsson · 14 years ago
  50. 461e326 Rename CGVtable files to CGVTables. by Anders Carlsson · 14 years ago
  51. 270e203 IRGen: Hide CGRecordLayoutBuilder class, because I can. by Daniel Dunbar · 14 years ago
  52. 1d8422b Update xcode project by Anders Carlsson · 14 years ago
  53. a2a87c9 Add some missing files to xcode project by Fariborz Jahanian · 14 years ago
  54. b6ee4b0 Assert that primary bases always have offset 0. by Anders Carlsson · 14 years ago
  55. 530c40c More improvements to construction vtables; we know handle vbase offsets correctly (I hope). by Anders Carlsson · 14 years ago
  56. fdba9c0 Combine AsmStmt::setOutputsAndInputs and AsmStmt::setClobbers. by Anders Carlsson · 14 years ago
  57. d9f473c Update .xcodeproj file (Yes this is getting old and I should really switch to the cmake based project :) by Anders Carlsson · 14 years ago
  58. 99d1252 Update the xcode project for real and don't check in a failing test. by Anders Carlsson · 14 years ago
  59. 8f09543 Refix rewriting of an ivar access when it is by Fariborz Jahanian · 14 years ago
  60. 58b7eee Move the VTT related code into its own file, CGVTT.cpp by Anders Carlsson · 14 years ago
  61. c1a35d9 Update Xcode project. by Anders Carlsson · 14 years ago
  62. d4a0552 More work on the FullExpr class. by Anders Carlsson · 15 years ago
  63. 5ee56e9 Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Action::FullExpr to Action::MakeFullExpr to avoid name clashes. by Anders Carlsson · 15 years ago
  64. 864db01 Remove clang-cc tool, it has joined in unholy union with clang. by Daniel Dunbar · 15 years ago
  65. 347c2a0 Fix tabs. by Anders Carlsson · 15 years ago
  66. 5ec2e7c Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there. by Anders Carlsson · 15 years ago
  67. 6e2cf8c Update .xcodeproj file by Anders Carlsson · 15 years ago
  68. 7cd6a9e Update project file. by Anders Carlsson · 15 years ago
  69. 764d0c2 Move GlobalDecl to its own file. Also add DenseMapInfo traits. by Anders Carlsson · 15 years ago
  70. 8ac5a40 Update xode project. by Anders Carlsson · 15 years ago
  71. 756b5c4 Add CGException.cpp, to be used for exception related code generation. by Anders Carlsson · 15 years ago
  72. dcd2bd8 Add some missing header files to the Xcode project. by Steve Naroff · 15 years ago
  73. dbd920c Move the vtable builder to CGVtable.cpp, general cleanup. by Anders Carlsson · 15 years ago
  74. 656e4c1 Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality change. by Anders Carlsson · 15 years ago
  75. 4f08911 Update Xcode project. by Anders Carlsson · 15 years ago
  76. ece8e71 Add code completion support for ObjC property declarations/attributes. by Steve Naroff · 15 years ago
  77. ff38915 Add files to xcode project. by Anders Carlsson · 15 years ago
  78. 2b35835 Move some functions from CodeGenFunctions to CodeGenModule so they can be used by CGExprConstant. by Anders Carlsson · 15 years ago
  79. 78762eb Add a -dump-record-layouts argument to clang-cc. by Anders Carlsson · 15 years ago
  80. 21fb98e implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. by Chris Lattner · 15 years ago
  81. d489cd0 Fix indentation in xcode project. by Anders Carlsson · 15 years ago
  82. 16d81b8 Move codegen of new and delete to CGCXXExpr.cpp by Anders Carlsson · 15 years ago
  83. 9075630 (With Doug's help) fix a crash in the code completion code that lead to a test failure. by Anders Carlsson · 15 years ago
  84. dfece5b clean up xcode proj by Chris Lattner · 15 years ago
  85. 0a8f847 x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or a non-trivial copy constructor, it should be passed in a pointer. Daniel, plz review. by Anders Carlsson · 15 years ago
  86. 5a0f49e Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValue argument (currently unused). by Anders Carlsson · 15 years ago
  87. 29f898a Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there. by Anders Carlsson · 15 years ago
  88. 89922f8 More fleshing out the C-based indexing API (under construction). by Steve Naroff · 15 years ago
  89. 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
  90. 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
  91. b215394 Add the partially implemented PartialDiagnostic class. by Anders Carlsson · 15 years ago
  92. 78ca7b3 Update Xcode project file to include indexing source files. by Steve Naroff · 15 years ago
  93. 7d878eb Update Xcode project. by Anders Carlsson · 15 years ago
  94. cdef2b7 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) by Anders Carlsson · 15 years ago
  95. 8a8a629 No longer need to keep base class offsets in the offset by Fariborz Jahanian · 15 years ago
  96. 45372a6 Check in CGRecordLayoutBuilder which is a reimplementation of the record layout code. (Yay, no more packed structs unless absolutely necessary). We currently don't use the layouts being built but that will change when the new code is mature enough :) by Anders Carlsson · 15 years ago
  97. bda4c10 Add a new ASTRecordLayoutBuilder class. Not used yet. by Anders Carlsson · 15 years ago
  98. 19cc4ab Revert r75641. by Anders Carlsson · 15 years ago
  99. 3d598a5 Rename RecordLayout.h to ASTRecordLayout.h by Anders Carlsson · 15 years ago
  100. 395b475 Add a DecltypeType type. by Anders Carlsson · 15 years ago